Ruby-Processing
Out of context: Reply #35
- Started
- Last post
- 39 Responses
- stewdio0
PROCESSING + LISP
As @armsbottomer pointed out... Clojure is an implementation of Lisp, another beautiful language that's not from the C/C++ lineage. (I think Clojure is technically not old-school Lisp, but really CommonLisp or Scheme as it does lexical closures, hence the name?) You can add Processing on to Clojure via this nice little package here : http://github.com/rosado/clj-pro…
PROCESSING + PYTHON
There's actually an IDE (Integrated Development Environment) out there for this called NodeBox, based on the original DrawBot IDE. If you're used to doing Processing straight in the Processing app (rather than say, importing the raw Processing library into a regular Java project) then DrawBot is for you. It keeps things simple : http://nodebox.net
But if you want to go about Python Processing sans IDE there's Pyprocessing. You can grab that package from here : http://code.google.com/p/pyproce…