glisp-shell-demo

command module
v0.0.0-...-6459053 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2015 License: MIT Imports: 7 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL