951a2282380c

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 07 Jul 2018 20:05:26 +0000
parents 6b335a786b99
children 40731061fe8c
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Wed Jul 04 18:30:49 2018 +0000
+++ b/README.markdown	Sat Jul 07 20:05:26 2018 +0000
@@ -83,3 +83,11 @@
 
 Looked into an SBCL bug, but it turns out the standard is just kind of
 ambiguous, and the current behavior is probably fine.
+
+## 2018-07-07
+
+Did the [Prolog modules tutorial][] for the Prolog class.  This made me really
+appreciate Common Lisp's package system... the Prolog module system seems really
+crufty in comparison.
+
+[Prolog modules tutorial]: http://chiselapp.com/user/ttmrichter/repository/gng/doc/trunk/output/tutorials/swiplmodtut.html