gilch/hissp
It's Python with a Lissp.
Compiles Lisp code to a functional Python subset via syntactic macro metaprogramming, enabling full access to Python libraries and ecosystem while supporting multiple reader syntaxes (Lissp, Hebigo, EDN). The compiler operates on simple Python data structures—tuples for calls, strings for code—with special forms for quote and lambda, plus extensible macro system that rewrite code at compile-time. Generates standalone, reproducible Python output compatible with Python 3.10+ and supports REPL-driven development with integrated macro helpers.
440 stars. No commits in the last 6 months. Available on PyPI.
Stars
440
Forks
13
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/gilch/hissp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
inducer/cgen
C/C++ source generation from an AST
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
pyecore/pyecore
A Python(nic) Implementation of EMF/Ecore (Eclipse Modeling Framework)
mutating/transfunctions
Say NO to Python fragmentation on sync and async
cogu/cfile
A python C code generator