Skip to content

mhlakhani/hlisp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

hlisp

hlisp stands for Haskell Lisp. Or Hasnain's Lisp. The choice is left up to the user.

Based (loosely) on Norvig's lis.py

Building

cabal sandbox init
cabal install --only-dependencies
cabal build
ln -s dist/build/hl/hl .

It's always a good idea to test:

./hl tests.hl

About

Lisp written in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published