An open API service indexing awesome lists of open source software.

https://github.com/hellerve/hiss

A REPL for a Lisp-like language - because why not
https://github.com/hellerve/hiss

Last synced: 9 months ago
JSON representation

A REPL for a Lisp-like language - because why not

Awesome Lists containing this project

README

          

Hiss
----

**DISCLAIMER:** This was a preproject for my programming language. The real deal can be found [here](github.com/zepto-lang/zepto).

A custom, minimal Lisp. The name is both derived from the lisping sound and stands for "Highly Interesting Scribbling Subject".

It is not anything yet. But it should compile and run fine.


It uses a slightly modified version of [orangeduck's excellent mpc](https://github.com/orangeduck/mpc) internally for parsing and editline for the REPL mode. Everything else is broken, because I had to write it.