The following example shows how the modules can be used in a repository. . ├── ... ├── Makefile # managed by the repository-base module ├── make │ ├── _shared # shared makefiles, kloned from this ...
OpenLDK is a Just-In-Time (JIT) compiler and runtime environment for Java, implemented entirely in Common Lisp. It bridges the gap between Java and Common Lisp by incrementally translating Java ...