[plt-scheme] Standard ML in PLT Scheme

From: Jens Axel Soegaard (jensaxel at soegaard.net)
Date: Thu Dec 20 17:20:44 EST 2007

Chongkai Zhu skrev:
> I have seen the same. It should run even with out compiling. 

It does!

Gettting closer. Running

   #lang sml
   1+1;

gives:

../../../Users/soegaard/Library/PLT 
Scheme/371.3/collects/sml/lang/reader.ss::1549:  exec failed (-1)

which indicates that there is problem with calling hamlet.

However...

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?

> And, can 
> you compile by hand, using mzc -k, or "Setup PLT"?

Haven't tried yet.

-- 
Jens Axel Søgaard




Posted on the users mailing list.