Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I'm totally with you -- I sometimes wonder what a less-pure-text representation of code could look like, what advantages and disadvantages it would have compared to lines of text, and this is one of the first full examples I've found, which is really interesting. It does seem powerful.

I think the argument could be made that this is only possible with a language that uses barely any syntax, like the lambda calculus, since how would Python's 20+ keywords all translate into a graphical representation while preserving their true meaning (if statements and recursion could be straightforward, async and try/except... uh?). But it's nice to see that it's possible in simple cases, and that alone makes these harder questions seem more tractable IMO :)



Would it not make sense to do a compiler pass on the Python first?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: