diff org/util.org @ 24:e965675ec4d0

moving things around
author Robert McIntyre <rlm@mit.edu>
date Mon, 24 Oct 2011 01:19:15 -0700
parents cab2da252494
children 775d97247dd0
line wrap: on
line diff
     1.1 --- a/org/util.org	Sun Oct 23 23:54:26 2011 -0700
     1.2 +++ b/org/util.org	Mon Oct 24 01:19:15 2011 -0700
     1.3 @@ -64,7 +64,7 @@
     1.4  ** Simplification
     1.5  #+srcname: world-view
     1.6  #+begin_src clojure :results silent
     1.7 -(in-ns 'cortex.world)
     1.8 +(in-ns 'cortex.debug)
     1.9  
    1.10  (defprotocol Viewable
    1.11    (view [something]))
    1.12 @@ -108,3 +108,10 @@
    1.13  #+begin_src clojure :results silent
    1.14  (cortex.world/view (cortex.world/box))
    1.15  #+end_src
    1.16 +
    1.17 +
    1.18 +
    1.19 +* COMMENT code generation
    1.20 +#+begin_src clojure :tangle ../src/cortex/import.clj
    1.21 +<<import>>
    1.22 +#+end_src