Christian Iversen

Results 21 comments of Christian Iversen

We have looked at it, but it's very difficult to do. We are looking at a new compiler infrastructure called IST (Intermediate Syntax Tree), which should make this easier, but...

Well, they might be.. eventually. But requring javascript 1.7 which is still hardly supported anywhere, would be quite a big leap in terms of system requirements, and I fear it...

I can't replicate this with the master branch I use a modified test case: ``` def createDict(key, value): return {key: value} v = createDict("k", "v") if str(v) != "{'k': 'v'}":...

Yes, we are working to clean up the namespace situation, while fixing imports. "pyjaco" is probably a good bet for the default namespace.

Absolutely! Would you like to help? We're very friendly, and we accept all the help we can get :-)

Hm, I'm positive I've tried that. It must've been broken at some point. Thanks for the report, I'll check it :-)

Hey - sorry for the delayed response! Normally you get better error messages, IIRC, but imports are not yet supported (although we are working on it). I'll keep this ticket...

Implemented the 2-parameter variant of pow()

I'm not ruling out that we _could_ do it, but I'm certainly skeptical that it's very practical. However, I think it will be fairly easy once we have AJAX support...