Mercurial > cgi-bin > hgwebdir.cgi > POP > oldRepo
comparison 1__Development/0__Code_Dev/Javascript_approach/README.md @ 7:20a1407463a0
sort of working with view sets -- does restore, (not tested) have to chg Display to handle view sets
| author | Sean Halle <seanhalle@yahoo.com> |
|---|---|
| date | Thu, 07 Aug 2014 00:10:50 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:109897faa34c |
|---|---|
| 1 POP | |
| 2 === | |
| 3 | |
| 4 This repository contains the code for the Pattern Oriented Programming (POP) | |
| 5 system. | |
| 6 | |
| 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). | |
| 10 | |
| 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. | |
| 17 | |
| 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. | |
| 21 | |
| 22 It also contains the evolving MVDM code, which is driven by an example | |
| 23 syntax graph (the GabePattern example) | |
| 24 | |
| 25 At the time you read this, there may have been significant changes.. READMEs | |
| 26 tend to get forgotten ;-) |
