Hacker News new | ask | show | jobs
by burfog 2137 days ago
It's backwards.

I can imagine preferring Python syntax. I can't much imagine wanting Python slowness, which is inherent to the language semantics. People can disagree about syntax, but who wants slowness?

Converting is probably just a matter of a Makefile rule that would turn the code into standard C. It's just another code generator, like lex or yacc.

1 comments

Cython it is then !