You are writing a comment about Getting Started with Processing.js, here is a quick summary:

Processing.js has been everywhere the past few days, but I didn't notice too much assistances for Javascript neophytes getting started with it, so I put one together while playing around a bit with it this evening.


You are responding to this comment written by Stephen Wolff on May 28th 2008, 01:36.

Interesting to note that Processing was initially built by students of John Maeda, who had created

Design by Numbers, which was aimed at providing non-programmer designs a way to make designs algorithmically. The syntax is much simpler than Java...


Please be aware that comment forms go stale after one hour.





Comments may make use of LifeFlow MarkDown. Raw html will be escaped.


Quick Introduction to LifeFlow MarkDown Syntax

A highlighted code block:

@@ ruby
def a (b, c):
  b * c
end
@@

Other common languages work as well: scheme, python, java, html, etc.

Other markdown syntax:

 ### This is an h3 title
#### This is an h4 title
**this is bold**
*this is italics*

1. This is an
2. ordered list

* And an unordered
* list too

[this is a link](http://www.lethain.com/ "Lethain")