Hacker News new | ask | show | jobs
by jackhammons 4602 days ago
Incredible implementation.
2 comments

It's not that difficult to parse s-expressions and generate code, which is what this does.
For clarity it's generating a python AST which is an object in python. So it's doing a bit more than just raw syntactic sugar.
Yes, pretty cool stuff.