modular6/ ├── src/main/java/cl/playground/modular6/ │ ├── Modular6Application.java ← Punto de entrada │ ├── configuration ...
Common Lisp / Kawa Scheme interop via OpenLDK. Kawa Scheme, created by Per Bothner, compiles Scheme code to Java bytecode and runs on the JVM. OpenLDK is a JVM implemented in Common Lisp; it ...