yuriy-chumak / ol

Otus Lisp (Ol in short) is a purely* functional dialect of Lisp.
http://yuriy-chumak.github.io/ol/
Other
222 stars 11 forks source link

Target to compile everything in one image #16

Closed XVilka closed 5 years ago

XVilka commented 7 years ago

To be able to have 1 bytecode, containing OL base image. So calling (import (owl ff)) for example will import ff module not from the filesystem, but from the precompiled code inside this big image.

yuriy-chumak commented 7 years ago

Try edit the "otus/lisp.scm" followed by "make recompile" ("make.bat repl" for windows).