Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
view 1__Development/0__Code_Dev/Javascript_approach/README.md @ 9:a8e5e71adcf3
Maintenance.. been a while.. lots of stuff
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Sun, 07 Dec 2014 12:38:00 -0800 |
| parents | |
| children |
line source
1 POP
2 ===
4 This repository contains the code for the Pattern Oriented Programming (POP)
5 system.
7 As of the time of creation of this repo, this is mainly the javascript
8 implementation of the Model-Vizualizer-Display-Modifier (MVDM) pattern by
9 which POP code is edited (IE entered, stored, viewed, modified).
11 Eventually the system of persistent processors (the POP equivalent of a
12 "program run") and worksheets for creating and interacting with them will be
13 viewable and editable via this MVDM implementation as well. This will, in
14 effect, act as an OS abstraction layer over the top of native OSes, and allow a
15 distributed system of persistent processors that exist across machines to be
16 interacted with and managed from any browser.
18 For now, this repo contains a bunch of things related to the MVDM development,
19 such as learning exercises for javascript, the DOM, famo.us, three.js, D3, and
20 so on.
22 It also contains the evolving MVDM code, which is driven by an example
23 syntax graph (the GabePattern example)
25 At the time you read this, there may have been significant changes.. READMEs
26 tend to get forgotten ;-)
