Skip to content

death/imcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imcl

ECL + IMGUI = IMCL

First, edit main.lisp so that you can load Quicklisp, Swank, and the IMCL systems.

Then you can build IMCL, set it up to load the main.lisp file, and run the imcl executable:

$ cmake .
$ make
$ cd bin
$ ln -s ../main.lisp .
$ ln -s ../lisplogo_alien_256.png .
$ ./imcl

If you got it working, congratulations! It's still a very immature project, and there is much to be done. Why not improve it a bit and submit a pull request?

License

MIT

About

ECL + IMGUI = IMCL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published