For me the sad thing was that there is no equivalent of let, progn and so on. It really felt like Python with a funny syntax (plus macros).
I'm not lisp enough to make a macro, but supposedly, isn't let under the hood making a lambda function and calling it? That's within the confines of possibility in Python.
I'm not lisp enough to make a macro, but supposedly, isn't let under the hood making a lambda function and calling it? That's within the confines of possibility in Python.