Package Details: hedgehog 2.1.0-1

Package Base: hedgehog
Description: Small embeddable LISP compiler.
Upstream URL: http://hedgehog.oliotalo.fi/
Category: devel
Licenses: LGPLv2.1, BSD
Submitter: ant
Maintainer: ant
Last Packager: None
Votes: 0
First Submitted: 2011-10-18 10:32
Last Updated: 2011-10-18 10:32

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by ant

2011-10-18 10:37

Quick start

file hello.hl:

(print "Hello World!\n")

$ hhc hello.hl
$ hhi hello.hlo
Hello World!

Please find some more examples under the tests/ directory inside the source tarball.