Please go visit http://www.codeplex.com/IronLisp and download the source!
Enjoy, and I am looking forward to all the feedback
Please go visit http://www.codeplex.com/IronLisp and download the source!
Enjoy, and I am looking forward to all the feedback
Posted in IronLisp
I am glad to find IronLisp. I have tried it immediately. I have encountered little problem in interactive loop. Each expression produced exception. I have changed one line in IronLisp\Ast\Expressions.cs. It was line 440 “key = evalblock” in function GetScope(). I have replaced it with “evalblock = key;” Now I can use repl without exceptions but I would like you to correct the code. Great job. I hope to see IronLisp as good as IronPython.
By: Frantz on August 22, 2007
at 4:36 pm
Thanks, that was something I changed last night to make macro’s work in the evaluator, guess I didn’t test it enough :O
By: leppie on August 22, 2007
at 5:09 pm