This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
jae (author)
Thu Oct 08 18:50:39 -0700 2009
Paralang /
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
_outline.py | ||
| |
data.py | ||
| |
interpret.py | ||
| |
para.py | ||
| |
parse.py | ||
| |
test.py | ||
| |
test2.py |
README
0. code == data 1. everything is an ordered dict, but with revision control 2. functions are also ordered dicts where each key/value pair is an assignment to a variable 3. symbols are used to refer to objects much like the javascript prototype system. (closures) 4. the above properties make it possible to execute sequential programs out of order (not to be confused with reordering the procedure itself) or in parallel, making it (barring performance) interesting for parallel computing studies.








