esl / ice

Apache License 2.0
2 stars 4 forks source link

ICE shell #70

Closed horvand closed 8 years ago

horvand commented 9 years ago

I need a command line evaluator for ICE.


$ icesh [file.ice . . .]
$ icesh -i prelude.ice
$ icesh
ICE> var X = 2 * #.x
ICE> dim x <- 0
ICE> X @ [x <- 42]
[x == 42]
       X == 84
ICE>

Quick solution: