I'd like to do something like 'x=None' but also have shedskin understand the type is of 'Y()' for the static inferencing. Akin to: 'x=Y(); x=None;' but more elegantly. Cython has some helper types (like c_int, etc.) so it is pure python but carries more semantics. Just for the purposes of making more readable code... and perform well. (at compile and runtime). I know its not very pythonic but I was curious if others had some techniques. The SS docs mentioned that SS inferencingdoesn't scale... so that would also help a bit.
I've also gotten SS output to run on Android, iOS. It required patching some parts, and Android needed an NDK cross compiler toolchain to work. Any interest in patches for this?
Lastly I'm implementing OpenGL ES bindings for mobile targets... let me know if there is any work done here already, or if I should package that up for consumption as well.
Thanks!!!
--
You received this message because you are subscribed to the Google Groups "shedskin-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/shedskin-discuss/-/N1xlLhlh7e0J.
To post to this group, send email to shedskin...@googlegroups.com.
To unsubscribe from this group, send email to shedskin-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/shedskin-discuss?hl=en.