Hacker News new | ask | show | jobs
by phyzix5761 19 days ago
I'm working on a Lisp dialect which is far from done and changing every day but I thought I would share it: https://github.com/lodenrogue/hith

It uses python for the interpreter.

1 comments

Neat. What is the primary use case for this dialect?
Its general purpose. For now I'm trying to build out all the basic language features. Once its built I'll use it as my daily driver for whatever I'm coding.

It's a lisp so it can be used for anything since macros have been implemented. You can create your own syntax using macros.