Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Extending Racket with new languages

Name: Anonymous 2011-06-19 3:27

http://hashcollision.org/brainfudge/

Nicely done tutorial on how Racket can be used to write new languages, with a syntax that significantly differs from S-expressions. Apparently, it's super easy.

Name: Anonymous 2011-06-19 8:08

>>6
Most problematic would be handling of 32-bit integers
In Racket, you have the unsafe-fx procedures: limited to fixnums and they overflow. The C standard says nothing on integers being exactly 32 bits, right?

Most problematic would be the parser.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List