Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/curran/evalide

A simple live coding environment for the Web.
https://github.com/curran/evalide

Last synced: about 1 month ago
JSON representation

A simple live coding environment for the Web.

Awesome Lists containing this project

README

        

evalIDE
=======

A simple live coding environment for the Web. [Try it!](http://curran.github.io/evalIDE)

Here are some examples:

* Hello D3 - Demonstrates live coding techniques for D3.js.
* run it full screen

Inspired by

* [JSBin](http://jsbin.com/)
* [JSFiddle](http://jsfiddle.net/)
* [Livecoding.io](http://livecoding.io/)
* [Tributary.io](http://tributary.io/)
* [CodePen](http://codepen.io/)

The goal of this project is to provide a usable live coding environment for the Web. Features include:

* Sharing - you can send a link to your program or embed it using an iFrame.
* Good debugging support - syntax errors and exceptions resolve to the correct line of code in the Chrome debugger.
* No iFrame magic - purely re-evaluating the code when text is changed

MIT License.