d9e35c586f68

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 27 Jun 2016 15:13:26 +0000
parents 7b6fd2298c88
children 2860ecee8766
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Sun Jun 26 20:20:12 2016 +0000
+++ b/README.markdown	Mon Jun 27 15:13:26 2016 +0000
@@ -22,8 +22,11 @@
 [On Writing]: http://www.amazon.com/dp/1439156816/?tag=stelos-20
 [Salem's Lot]: http://www.amazon.com/dp/0307743675/?tag=stelos-20
 [Reddit GDC]: https://www.reddit.com/r/gamedev/comments/4oodum/what_are_some_of_the_best_gdc_talks/
-[The Implementation of Prolog]: 
+[The Implementation of Prolog]: http://press.princeton.edu/titles/5264.html
 [Coding Math]: http://bitbucket.org/sjl/coding-math/
+[Learning WebGL]: http://learningwebgl.com/
+[iterate]: https://common-lisp.net/project/iterate/
+[parenscript]: https://common-lisp.net/project/parenscript/
 
 ## 2016-06-01
 
@@ -176,3 +179,9 @@
 * Started doing the [Coding Math][] series again.  Finished episode 28.
 * Started back into the [Mazes book][] again.  Implemented Wilson's Algorithm in
   my little [demo][Mazes].
+
+## 2016-06-27
+
+* Printed off the manuals for two Lisp things I've been meaning to look into:
+  [iterate][] and [parenscript][].
+* Did the first lesson of [Learning WebGL][].