diff 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
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/joint.org	Sat Jul 21 23:57:15 2012 -0500
     1.3 @@ -0,0 +1,23 @@
     1.4 +
     1.5 +
     1.6 +
     1.7 +
     1.8 +
     1.9 +
    1.10 +
    1.11 +
    1.12 +* Headers
    1.13 +#+name: joint-header
    1.14 +#+begin_src clojure
    1.15 +(ns cortex.joint
    1.16 +  (:require cortex.import))
    1.17 +
    1.18 +(cortex.import/mega-import-jme3)
    1.19 +#+end_src
    1.20 +
    1.21 +
    1.22 +* COMMENT Generate Source
    1.23 +
    1.24 +#+begin_src clojure :tangle ../src/cortex/joint.clj
    1.25 +<<joint-header>>
    1.26 +#+end_src