# HG changeset patch # User Steve Losh # Date 1530993926 0 # Node ID 951a2282380cc5c1817a9a8591adb4454003e531 # Parent 6b335a786b992a533996fd37eb9c86ab13c3a3dc Update diff -r 6b335a786b99 -r 951a2282380c README.markdown --- 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