From 5c24c082f53da178b99da4ae8d5a2966c8bea87d Mon Sep 17 00:00:00 2001 From: J Alan Brogan Date: Thu, 23 Aug 2018 09:07:24 +0100 Subject: [PATCH] Add dot OMG! I've been quoted on the InterWebs. Thank You for the awesome curation work here! Looking forward to alanogising along your shelves. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44ceae0..6d3de8b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This implementation is a copycat of Scott Boland's [Java implementation](https:/ The original Java-to-Python translation work was done by J Alan Brogan (@jalanb on GitHub). The Java version has a GUI similar to the original Lisp; this Python version has no GUI code built in but can be incorporated into a larger GUI program. -J Alan Brogan writes: +J. Alan Brogan writes: > In cases where I could not grok the Java implementation easily, I took ideas from the > [LISP implementation](http://web.cecs.pdx.edu/~mm/how-to-get-copycat.html), or directly > from [Melanie Mitchell](https://en.wikipedia.org/wiki/Melanie_Mitchell)'s book