comparison org/world.org @ 29:6372c108c5c6

cleaned up util.org
author Robert McIntyre <rlm@mit.edu>
date Mon, 24 Oct 2011 12:35:15 -0700
parents bbffa41a12a9
children 183744c179e6
comparison
equal deleted inserted replaced
28:122f12f81dc1 29:6372c108c5c6
3 #+email: rlm@mit.edu 3 #+email: rlm@mit.edu
4 #+description: Creating a Virtual World for AI constructs using clojure and JME3 4 #+description: Creating a Virtual World for AI constructs using clojure and JME3
5 #+keywords: JME3, clojure, virtual world, exception handling 5 #+keywords: JME3, clojure, virtual world, exception handling
6 #+SETUPFILE: ../../aurellem/org/setup.org 6 #+SETUPFILE: ../../aurellem/org/setup.org
7 #+INCLUDE: ../../aurellem/org/level-0.org 7 #+INCLUDE: ../../aurellem/org/level-0.org
8 #+babel: :mkdirp yes :noweb yes :exports both 8 #+BABEL: :mkdirp yes :noweb yes :exports both
9 9
10 * The World 10 * The World
11 11
12 There's no point in having senses if there's nothing to experience. In 12 There's no point in having senses if there's nothing to experience. In
13 this section I make some tools with which to build virtual worlds for 13 this section I make some tools with which to build virtual worlds for
342 by combining clojure maps. 342 by combining clojure maps.
343 343
344 344
345 345
346 * COMMENT code generation 346 * COMMENT code generation
347 #+begin_src clojure :tangle ../src/cortex/world.clj 347 #+begin_src clojure :tangle ../src/cortex/world.clj :noweb yes
348 <<header>> 348 <<header>>
349 <<settings>> 349 <<settings>>
350 <<exceptions>> 350 <<exceptions>>
351 <<input>> 351 <<input>>
352 <<world>> 352 <<world>>