/combo-online

Interactive Combo tutorial and in-browser IDE written in Combo itself

Primary LanguageClojure

Combo Online: Interactive Combo Tutorial

STATUS: not released yet

This is IDE in browser, where you can develop some components with Combo without installing anything locally. It is written in Combo itself, see sources.

Goals

Its goal is to provide a way to start quickly and play with main concepts of Combo library. In particular, students define UI by clicking constructor and they play with idioms of functional programming by describing all the logic with pure functions which transform simple data structures.

Getting started

Click here and enjoy!

Online version limitations

  • there is no way to define nested units
  • there is no place to write custom render functions

The IDE is static SPA (single page app) without any backend service, served by Github Pages.

License

Copyright © 2015 Ilshad Khabibullin.

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.