Skip to content

bitmaybewise/hisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hisp = Hercules + Lisp

One more Lisp, a toy, created just for fun from Build Your Own Lisp

How to build?

On Ubuntu/Debian
$ sudo apt-get install libedit-dev
$ make
On Windows

Are you kidding me? 😝

How to use?

REPL

$ ./hisp

Executing a script

$ ./hisp "myscript.hisp"

Standard library

See the file "std.hisp"

Load the file to use

(load "std.hisp")

Examples

See the file "example.hisp"

About

My Own Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages