[plt-scheme] Standard ML in PLT Scheme
> 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