This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
ikarus
Watch
4
Star
0
Fork
You've already forked ikarus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
471921fcc7
ikarus
/
scheme
/
last-revision
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
NEW: ikarus --r6rs-repl <script-name> runs the script according to the R6RS semantics, then starts a repl in an interaction environment made of everything visible (imported and defined) in the script. Use cases include: * debugging a script. * starting ikarus in some predefined environment, e.g., $ ikarus --r6rs-repl rnrs.ss where rnrs.ss contains (import (rnrs)) Also, interaction-environment is made a parameter with an initial value set prior to entering the repl.
2009-05-31 06:32:33 -04:00
1804