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

https://github.com/dvberkel/codemirror-experiment

Expermiment to explore the javascript libarary CodeMirror
https://github.com/dvberkel/codemirror-experiment

Last synced: 2 months ago
JSON representation

Expermiment to explore the javascript libarary CodeMirror

Awesome Lists containing this project

README

        

CodeMirror Experiment
=====================

[CodeMirror](http://codemirror.net/ "CodeMirror2 on GitHub") is a

> JavaScript component that provides a code editor in the
> browser. When a mode is available for the language you are coding
> in, it will color your code, and optionally help with indentation.

We are using CodeMirror, and possibly
[CodeMirror UI](https://github.com/jagthedrummer/codemirror-ui "codemirror-ui on GitHub")
to provide a programmable turle environment akin to
[Logo](http://en.wikipedia.org/wiki/Logo_%28programming_language%29 "WikiPedia on Logo")