[plt-scheme] Standard ML in PLT Scheme

From: Jens Axel Soegaard (jensaxel at soegaard.net)
Date: Thu Dec 20 18:38:56 EST 2007

> Jens Axel Soegaard wrote:

>> The variable hamlet is set:
>>
>>   > (getenv "hamlet")
>>   "hamlet"
>>
>> And it is possible to start it:
>>
>> > (require (lib "process.ss"))
>>
>> > (system "hamlet -v")
>> HaMLet 1.3.1 - To Be Or Not To Be Standard ML
>> [Evaluation mode]
>> [loading standard basis library]
>> - 1+1;
>> val it = 2
>> [The DrScheme input field]
>>
>> Any ideas?

It seems the Hamlet REPL is working, but something is broken:

   80:~/Scheme/PLT/SML/hamlet-1.3.1PLT/test soegaard$ hamlet asterisk.sml
   [loading standard basis library]
   [processing asterisk.sml]
   asterisk.sml: read error

All tests will provoke the read error, so I guess the question now is:

Is there anybody that succesfully compiled hamlet-1.3.1PLT on Mac OS X?

-- 
Jesn Axel Søgaard





Posted on the users mailing list.