Re: [racket] Macros and literal-id

2011-08-08 Thread Marco Maggi
Marco Maggi wrote: > verify that the components of the input macro falling in the ^^^ Sorry, it should be "input form" there. -- Marco Maggi _ For list-related administrative tasks

Re: [racket] Macros and literal-id

2011-08-08 Thread Marco Maggi
Harry Spier wrote: > And if not, would it be possible for someone to give a > simple example of its use. I will use R6 Scheme here. Scheme defines the IF syntax as: (if ?test ?consequent ?alternate) where the only "language keyword" is IF itself. Many other languages use a version wi

Re: [racket] Macros and literal-id

2011-08-08 Thread Asumu Takikawa
On 2011-08-09 01:15:01 -0400, Harry Spier wrote: >Are there any actual examples in the on-line documentation (guide or >reference) showing the use of "literal-id" in a syntax-rules statement. >I.e. in: >(define-syntax id > (syntax-rules (literal-id ...) >[pattern templa

[racket] Macros and literal-id

2011-08-08 Thread Harry Spier
Dear list members, Are there any actual examples in the on-line documentation (guide or reference) showing the use of "literal-id" in a syntax-rules statement. I.e. in: (define-syntax id (syntax-rules (literal-id ...) [pattern template] ...)) And if not, would it be possible for some

Re: [racket] any korean speakers who can localize racket keywords?

2011-08-08 Thread Matthias Felleisen
Not to worry. I didn't do the German keywords either. Even if you know the language, tech language is something totally different. Thanks Mike! On Aug 8, 2011, at 5:41 PM, Danny Yoo wrote: > As an demonstration and experiment, I'm trying to make a Korean > version for whalesong, where some

[racket] any korean speakers who can localize racket keywords?

2011-08-08 Thread Danny Yoo
As an demonstration and experiment, I'm trying to make a Korean version for whalesong, where some of the keywords have Korean equivalents. https://github.com/dyoo/whalesong/commit/2846f28254b5d7a979b51c449dcda71bcc1e3d1a Unfortunately, I have no idea if the keywords I've chosen make any sen

Re: [racket] another mini-tutorial: a racket slice: munging IRC logs

2011-08-08 Thread Daniil
I also tried writing some kind of an IRC library for Racket (inspired by http://wiki.call-cc.org/eggref/4/irc), but I got distracted/bored/whatnot so I did not finish it. https://gist.github.com/959088 2011/8/6 Neil Van Dyke : > Danny Yoo wrote at 08/06/2011 02:08 AM: >> >>    http://hashcollisio

Re: [racket] Dr Racket error OS X Lion

2011-08-08 Thread Robby Findler
As mentioned earlier, the nightly builds are not running. Until that gets fixed, I've put a windows version online here (the other versions are fairly straightforward to build on your own machine): http://www.eecs.northwestern.edu/~robby/tmp/plt.zip After you download and unpack it, open a co

Re: [racket] Racket embedding / FFI "guide" docs?

2011-08-08 Thread Eduardo Bellani
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think this is only tangential to the discussion, but I have found these series of articles very enlightening on the subject of documentation writing: http://jacobian.org/writing/great-documentation/ On 08/06/2011 05:17 PM, Danny Yoo wrote: > On the

Re: [racket] Racket embedding / FFI "guide" docs?

2011-08-08 Thread Grant Rettke
On Mon, Aug 8, 2011 at 7:26 AM, Deren Dohoda wrote: > I'm not saying that the docs are perfect, but not-being-another-wiki is, to > me, a feature. The good thing about Jens' idea is that it is not a wiki; users are not editing content, rather only commenting. Reminds me of the Real World Haskell

Re: [racket] Racket embedding / FFI "guide" docs?

2011-08-08 Thread Deren Dohoda
I'm not saying that the docs are perfect, but not-being-another-wiki is, to me, a feature. Deren On Aug 7, 2011 8:05 AM, "Jens Axel Søgaard" wrote: > User contributions are what is needed to improve the documentation. > > 1. It should be *easy* to report spelling errors and/or complaints > about

Re: [racket] Dr Racket error OS X Lion

2011-08-08 Thread Robby Findler
On Sun, Aug 7, 2011 at 10:37 PM, mike owens wrote: > I will give the build a try. Since I closed the code graph tool the problem > has stopped occuring. I will reopen the code graph for testing the new > build. Thanks. It appears that one of the machines that runs the nightly build is down, so t