comparison org/intro.org @ 29:6372c108c5c6

cleaned up util.org
author Robert McIntyre <rlm@mit.edu>
date Mon, 24 Oct 2011 12:35:15 -0700
parents 9ad188a327d3
children 97703c7f020e
comparison
equal deleted inserted replaced
28:122f12f81dc1 29:6372c108c5c6
171 game. After experimenting with each of these three engines and a few 171 game. After experimenting with each of these three engines and a few
172 others for about 2 months I settled on jMonkeyEngine. I chose it 172 others for about 2 months I settled on jMonkeyEngine. I chose it
173 because it had the most features out of all the open projects I looked 173 because it had the most features out of all the open projects I looked
174 at, and because I could then write my code in Clojure, an 174 at, and because I could then write my code in Clojure, an
175 implementation of LISP that runs on the JVM... 175 implementation of LISP that runs on the JVM...
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206