![]() |
|
|
|
|
1
21st November 15:23
External User
Posts: 1
|
It's been a pet project of mine to translate the examples from the SICP
text into Alice ML. At this point, chapter #1 is completed, chapter #2 is about 50% completed, and chapter #3 is about a sixth done. The Alice ML translation is close enough to SML with only a handful of places in the code I've marked as being specific to either Alice ML or SML-NJ. In addition, I've also been translating the examples to O'Caml, Haskell, Oz, and Scala - chapter #1 is fairly close to complete for these languages. Not sure if there's any interest (as it's mostly a self-education project) but the results can be found at: http://www.codepoetics.com/wiki/inde...ther_languages Any criticisms of the translation are welcome (e.g., it looks too much like Scheme). And being on a public wiki, any contributions are also welcome. Thanks, Chris Rathman |
|
|
|