We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Groovy and Processing (Read 1063 times)
Groovy and Processing
Dec 21st, 2009, 2:27am
 
I finally got sick and tired of the syntax that Processing inherits from Java. As a first step in alleviating my pain I have created a "Tool" that enables me to run a processing script with groovy instead of java. http://blog.onato.com/post/281836804/groocessing

Existing sketches should still work with the exception of inner classes. This will be supported in groovy soon. 1.8 I think. With this tool you can use a little of as much groovy as you like.

In this article I also describe some posibilites to improve the processing syntax beyond groovy.

Feedback, ideas, critique is appreciated.
Page Index Toggle Pages: 1