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 jensa...@soegaard.net wrote: User contributions are what is needed to improve the documentation. 1. It should be *easy* to report spelling errors and/or

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

2011-08-08 Thread Grant Rettke
On Mon, Aug 8, 2011 at 7:26 AM, Deren Dohoda deren.doh...@gmail.com 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

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] 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

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 n...@neilvandyke.org: Danny Yoo wrote at 08/06/2011 02:08 AM:    

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

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 template]