Summary
- A CLI tool that automatically lint‑checks Lisp snippets for correctness (e.g., mutating literals, misuse of
eval) and rewrites them into idiomatic versions for the target dialect.
- Addresses the “bad column” concerns raised by several HN participants.
Details| Key | Value |
|-----|-------|
| Target Audience | Maintainers of comparison tables, tutorial writers, language learners |
| Core Feature | Static analysis + automatic idiomatic rewrite across dialects |
| Tech Stack | Python 3.11 CLI using cl-charms for parsing, ANTLR grammars for each Lisp, Markdown output generator |
| Difficulty | Low |
| Monetization | Hobby |
Notes
- Directly responds to comments like “the CL column is so bad” and “avoid eval” – provides concrete, reliable corrections.
- Generates shareable markdown snippets that can be embedded into documentation or tutorials, fostering discussion and utility.