RafaelCosman / LogicBox

A language/IDE/game to teach middleschoolers CS
0 stars 0 forks source link

Make our own stack #5

Open RafaelCosman opened 10 years ago

RafaelCosman commented 10 years ago

We're currently running the code using

http://pcsedit.appspot.com/#edit/mbarkhau/gravity.coffee

which is some guy's web-IDE for processing.js + coffeescript.

We'd really like to have our own stack set up, which will mean making a server which serves our code (LogicBox.coffee) as well as the coffeescript compiler and the processing.js library.

RafaelCosman commented 10 years ago

I'm working on getting Heroku up and running w/ Coffeescript and processing.js