Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.85 KB

readme.md

File metadata and controls

55 lines (36 loc) · 1.85 KB

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

AppleScriptvavi-script-apple

Hypercard