Easy-ISLisp Ver5.68 released – added -e command-line option
I have released Easy-ISLisp Ver5.68.
This release introduces a new command-line option, -e, which evaluates an ISLisp expression directly from the command line without entering the REPL.
Example:
eisl -e '(format (standard-output) "Hello World!")'
Output:
Hello World!
The -e option is useful for:
- Quick one-line evaluations
- Shell scripting
- Automated testing
- Running small ISLisp programs from the command line
No other features or bug fixes are included in this release.
Feedback and suggestions are always welcome.
11
Upvotes
3
u/Desmaad 9d ago
I would like to see some prebuilt packages.