[racket] Racket in the large
On Wed, Aug 24, 2011 at 7:26 PM, gonzalo diethelm <gdiethelm at dcv.cl> wrote:
>> Why would I write C code when I could write Racket code? These are
>> currently done using Racket and, when necessary, FFI bindings.
>
> I am a noob regarding FFI, so I don't know what must be done in C and what can be done in Racket. C is the usual way to go for this kind of thing in other languages.
>
Racket's FFI is very cool. You can really do a lot in Racket proper
because of the way it works.
One big, fairly recent example:
http://blog.racket-lang.org/2010/12/racket-version-5.html
Robby