Hacker News new | ask | show | jobs
by reikonomusha 3648 days ago
Lisp can already be written like C. Most of the Lisp crowd doesn't give into any notion of "purism".

The parentheses of lisp provide a canonical serialization format. What you're actually asking for is "don't represent lists with brackets." Even Python uses brackets (and commas) for lists.