u/kolunmi

▲ 50 r/lisp

Working on a lisp... glisp

about 10 days ago I started working on a lisp-like language because I don't know

It's not really ready for use yet (though I doubt anybody but me will use it), but I wanted to show off this little value visualization gui I made!! BTW the `[a b c]` brackets are equivalent to just using `(list a b c)` which I think is pretty cool. Common lisp doesn't do that! Also `@` can be used before any value and in any context to unwrap a list, and you can have multiple to go n depths: `(+ @@[1 [2] 3 [4 5]])` -> `15`. Is that a bad idea to allow? (I'm not smart when it comes to lang design)

link: https://gitlab.gnome.org/kolunmi/glisp/

Thanks and have a great day!

u/kolunmi — 7 days ago