What about idea of making a "Pythonic Lisp"...i.e. a Lisp that more closely resembles the syntax of Python?
Louis Valence
lvalence at example.com
Sat Sep 14 22:19:32 EDT 2019
Christian Seberino <cseberino at gmail.com> writes:
> Python is my goto main language. However, sometimes I'm tempted to
> play with a Lisp like language just for fun.
>
> Clojure looks pretty solid but its syntax is different than Python's.
>
> Since Lisp's make it so easy to modify the language, what about the idea
> of developing a few macros to make a modified Clojure dialect that
> more closely matched Python keywords and so was more comfy for Pythonistas?
I had to read this twice. It confused the hell out of me. Anyhow, I
suppose you should take a look at
https://github.com/hylang/hy
Enjoy!
More information about the Python-list
mailing list