Comment on Try HyComments−jackhammons12yIncredible implementation.−anaphor12yIt's not that difficult to parse s-expressions and generate code, which is what this does.−haney12yFor 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.−rhizome3112yYes, pretty cool stuff.
Comments
Incredible implementation.
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.