Skip to content

svetlyak40wt/sbcl-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using SBCL as a library

This code is based on ideas from this post by Charles Zhang.

How to build

Install SBCL. I'm using Roswell, but you might prefer another way:

$ ros install sbcl/2.2.4

Then build the program

$ ./build.sh

And run it:

$ ./app
Initializing
Calling Lisp func
Bob, hello from Lisp World!
Exiting

Tested under

  • OSX, SBCL 2.2.4

About

Example of using Common Lisp code from C (using SBCL).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors