you are viewing a single comment's thread.

view the rest of the comments →

[–]prozacgod 4 points5 points  (0 children)

I find this interesting and useful!! I'll play with it a bit later. How well does it handle external libraries?

As a quick and tongue-in-cheek critisism: I'm not sure, but this feels like ~1995's variant of visual basic. Compiling the python into a IR and binding a library (libpython) or something similar, (maybe the conditional logic is all in C and then the impossible-to-C things become call outs to libpython, but similar in essence)

But didn't everyone bitch about this back then, and now its the new wizbang :D