Y
Hacker News
new
|
ask
|
show
|
jobs
by
jackhammons
4602 days ago
Incredible implementation.
2 comments
anaphor
4602 days ago
It's not that difficult to parse s-expressions and generate code, which is what this does.
link
haney
4602 days ago
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.
link
rhizome31
4602 days ago
Yes, pretty cool stuff.
link