gilch / hissp

It's Python with a Lissp.
https://gitter.im/hissp-lang/community
Apache License 2.0
369 stars 9 forks source link

More macro tutorial #104

Closed gilch closed 3 years ago

gilch commented 3 years ago

There are several more sections I could add to the macro tutorial, but this has been open for a while. It's time to sync up.

Also replaces cascade with doto. If you're not using the return value, simply subsitute the word. Closes #99.

Gives prelude an optional namespace argument. Make gensym counter threadsafe.

Various typos and fixes.

gilch commented 3 years ago

This is mostly a continuation of #54.