Skip to content

nsjph/glisp-shell-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

glisp-shell-demo

This is basic example code to demonstrate how you can create an interactive lispy shell by embedding glisp within your golang program.

Usage

$ make
$ ./glisp-shell-demo 
glisp> (+ 1 1)
> 2
glisp> (defn add [a] (+ a 1))
> ()
glisp> (add 5)
> 6
glisp> 

License

MIT

About

Example of interactive glisp shell running in golang program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published