Announcing the release of Hissp 0.2.0, my Lisp to Python transpiler, now available on PyPI.
I’ve overhauled the documentation with a new quick start in the style of Learn X in Y minutes, and a new macro tutorial, among other things.
New features include raw strings, module literals, unqualified reader macros, escape sequences in symbols and improvements to the basic macros.
I suggest putting those links inside those links. For example, on the github page, changing:
Also available on PyPI.
to
Added that PyPI link to the release page. Although it was referring to the pip install command below that.
pip install
Announcing the release of Hissp 0.2.0, my Lisp to Python transpiler, now available on PyPI.
I’ve overhauled the documentation with a new quick start in the style of Learn X in Y minutes, and a new macro tutorial, among other things.
New features include raw strings, module literals, unqualified reader macros, escape sequences in symbols and improvements to the basic macros.
I suggest putting those links inside those links. For example, on the github page, changing:
to
Added that PyPI link to the release page. Although it was referring to the
pip install
command below that.