|
|
|
|
|
by fhchl
631 days ago
|
|
Not a Lisp, but also an interesting take on a functional programming language that transpiles to Python is Coconut (https://coconut-lang.org/). I'd be seriously interested in hearing from people that have actually used any of these two and what their experience was. |
|
By contrast Hy generates Python code that is very close to what you might write by hand, apart from some indirection when it comes to scoping with `let` and some variations around returning values.
Maybe Coconut has improved though, it's been a long time.