GitHub - mhlakhani/hlisp: Lisp written in Haskell

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Lisp written in Haskell

License

MIT license

3 stars 0 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

4 Commits

Repository files navigation

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

Readme

License

MIT license

Activity

Stars

3 stars

Watchers

2 watching

Forks

0 forks

Releases

No releases published

Packages

No packages published