Almar Klein
Almar Klein
Closes #329. It was observed in #329 that the colors are washed out compared to e.g. Matplotlib and Vispy. After some research it appears that this is due to the...
@almarklein commented on [Thu May 25 2017](https://github.com/flexxui/flexx/issues/377) Instead of transpiling to JavaScript, we could compile to WASM. This would make PyScript a language that is really fast, we can support...
Currently, `PScript` parses the Python AST to generate JavaScript. It may be advantageous to use bytecode instead. Considerations: * Bytecode is also also available in frozen applications (currently, the source...
Would be nice for interactive use. See #27. I *do not* want to add a dependency just for this, but we can probably detect the case, support it when the...
@almarklein commented on [Tue Jan 03 2017](https://github.com/flexxui/flexx/issues/332) This is an issue to collect "glitches" in PyScript, because it's so easy to forget about them. We'll have to see whether to...
@almarklein commented on [Sat Aug 22 2015](https://github.com/flexxui/flexx/issues/19) If PyScript can compile itself, we can generate a JS implementation of the PyScript transpiler, which means we can allow people to write...
@almarklein commented on [Thu Nov 12 2015](https://github.com/flexxui/flexx/issues/54) Would help get to #19. In particular, a parser that generates commonast. My best bet is on using something based off libpy2to3. pyjs...
@almarklein commented on [Mon Dec 07 2015](https://github.com/flexxui/flexx/issues/68) There is room for optimizations to reduce the memory footprint. --- @almarklein commented on [Mon Sep 12 2016](https://github.com/flexxui/flexx/issues/68#issuecomment-246284605) See #201
@almarklein commented on [Sun Mar 06 2016](https://github.com/flexxui/flexx/issues/104) I did some pystone tests some time ago, and then PyScript was _much_ faster than cPython. Did these benchmarks again, and now its...