Mercurial > cortex
comparison org/joint.org @ 343:d6b1c486317d
begin work on self-learning joint.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 21 Jul 2012 23:57:15 -0500 |
parents | |
children | 83afb1fcc999 |
comparison
equal
deleted
inserted
replaced
342:dc8de16d0051 | 343:d6b1c486317d |
---|---|
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 * Headers | |
10 #+name: joint-header | |
11 #+begin_src clojure | |
12 (ns cortex.joint | |
13 (:require cortex.import)) | |
14 | |
15 (cortex.import/mega-import-jme3) | |
16 #+end_src | |
17 | |
18 | |
19 * COMMENT Generate Source | |
20 | |
21 #+begin_src clojure :tangle ../src/cortex/joint.clj | |
22 <<joint-header>> | |
23 #+end_src |