We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Ruby-processing is awesome and the python, clojure, etc versions processing look fascinating. I do love being able to export my sketches everywhere though, especially to the web.
Can these other JVM compatible versions export java code so i can then re export sketches via established processing modes?
Answers
If you meant exporting to Processing w/ online JavaScript, AFAIK only Java & JS & CoffeeScript modes are able to! :o3
Just to make sure I'm understanding, are you saying those other versions don't convert their code to java when running? They use some other means to communicate with the JVM and processing api?
These links make me wonder if its yay or nay:
http://stackoverflow.com/questions/6558083/best-way-to-convert-clojure-source-to-java-source-automatically
https://gist.github.com/chrisbenti/5321407
http://blog.jooq.org/2012/12/01/jdeclipse-a-must-have-java-decompiler/
http://www.gamlor.info/wordpress/2012/03/decompiling-scala/
http://www.sable.mcgill.ca/dava/
http://en.reddit.com/r/java/comments/1bvgce/help_me_write_a_better_open_source_java_decompiler/
http://stackoverflow.com/questions/5722729/decompiling-jvm-languages
My absolute favorite thing about processing in Java is that I can export my sketch anywhere. My dream would be to write Processing sketches in another language and still be able to deploy anywhere.
Maybe a three step process:
Is this a realistic idea?
I guess I've misunderstood too! :-SS