ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

The -eval command-line option does not seem to run the normal interpreter initialisations. #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

 On the windows command line enter
   genyris -eval "(sys:read-eval-print-loop)"

What do you see?

  C:\>java -Xmx256M -cp c:\workspace\genyris-build\dist\genyris-bin*.jar org.genyris.interp.ClassicReadEval
  PrintLoop -eval "(sys:read-eval-print-loop)"
  *** Error in script: unbound variable: |http://www.genyris.org/lang/system#read-eval-print-loop|

What is the expected output?

I expected the repl to run. The unbound is a surprise.

Original issue reported on code.google.com by birchb1...@gmail.com on 19 Jul 2011 at 12:47

GoogleCodeExporter commented 9 years ago
Fixed in 0.6.3 aka c4130a5812cb     

Original comment by birchb1...@gmail.com on 19 Jul 2011 at 7:18

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 3 Apr 2013 at 1:37