This project is dedicated to developing more readable format(s) for Lisp-based languages (such as Common Lisp and Scheme) and implementing those formats (readers, pretty-printers, editor macros, etc.). MIT license preferred, to spread them widely.
Features
- Infix notation, e.g., {3 + 4} in addition to (+ 3 4)
- Optional traditional function notation, e.g., f(...) in addition to (f ...)
- Optional indentation support greatly reduces the need for parentheses
- Works on any data or program (it is general and homoiconic)
License
MIT LicenseFollow Readable Lisp S-expressions
You Might Also Like
The Fastest Observability Platform for IT, Apps, and Cloud | LogicMonitor
LogicMonitor’s SaaS-based observability platform empowers ITOps, developers, MSPs, and business leaders to monitor networks, applications, and cloud environments seamlessly. Gain full data center visibility, powerful dashboards, and flexible alerting to bridge the gap between tech and teams – all with AI-driven insights. Trusted by leading enterprises, LogicMonitor cuts troubleshooting time, boosts innovation, and delivers extraordinary employee and customer experiences. Transform IT operations with a solution built for modern businesses.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent! Programmers that come to Lisp and Scheme will have an easier time to adapt to these wonderful languages.
-
And I have almost gave up on Lisp/Scheme.... I can't believe that this project existed from 2006 and almost no one knows about it... What a shame!
-
It's hard to overstate the importance of this project. Finally, a readable (and writable!) syntax for Lisp and Scheme! This has made me think about trying these languages seriously for general use (rather than just Emacs Lisp!) for the first time.