Skip to content

umjammer/vavi-script-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

23 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Release Java CI with Maven CodeQL Java

Lisp interpreter

Those who use this package use the following classes.

  • com.sun.script.lisp.LispInterpreter
  • com.sun.script.LispException
  • com.sun.script.lisp.MetaException

Others can be built by using *Exception for exception handling Application-specific exceptions can be nested and thrown with vavi.apps.lisp.MetaException.

Install

https://jitpack.io/#umjammer/vavi-script-lisp

Usage

    ScriptEngineManager manager = new ScriptEngineManager();
    ScriptEngine engine = manager.getEngineByName("lisp");
    engine.eval("(+ 1 2)");

References

License

TODO

  • apply BSF
  • apply JSR 223
  • uncommon lisp JSR 223

AppleScript β†’ vavi-script-apple

Hypercard