log

age author description
Tue, 26 Sep 2017 20:58:49 +0100 IBBoard Add initial Day 2 notes for Prolog
Tue, 26 Sep 2017 20:47:20 +0100 IBBoard Extra little thought on collaboration rule
Tue, 26 Sep 2017 20:45:26 +0100 IBBoard Add more examples, more thoughts and a three-argument "collaborated" rule
Tue, 26 Sep 2017 20:26:45 +0100 IBBoard Write some self-study code with an additional stretch rule to find collaborations
Tue, 26 Sep 2017 20:26:18 +0100 IBBoard Write up "unification" code
Tue, 26 Sep 2017 19:57:50 +0100 IBBoard Write up the map colouring code
Tue, 26 Sep 2017 19:42:02 +0100 IBBoard Add extra thought on why you sometimes get "no" and sometimes "yes" after variable lists
Mon, 25 Sep 2017 20:49:52 +0100 IBBoard Start experimenting with Prolog
Fri, 22 Sep 2017 20:42:49 +0100 IBBoard Add final Io self-study
Fri, 22 Sep 2017 20:38:44 +0100 IBBoard Add coroutine, actor and futures code
Fri, 22 Sep 2017 20:00:39 +0100 IBBoard Add a noddy "builder" to show overriding "forward" for missing methods
Fri, 22 Sep 2017 19:48:13 +0100 IBBoard Add final experimentation and note about DSL
Wed, 20 Sep 2017 20:48:37 +0100 IBBoard Add more notes and try to understand the operators
Mon, 18 Sep 2017 21:08:58 +0100 IBBoard Add another thought about how the ":" operator works
Mon, 18 Sep 2017 20:53:36 +0100 IBBoard Add more notes about the DSL while I think about it
Mon, 18 Sep 2017 20:45:32 +0100 IBBoard Add the Day 3 'Domain Specific Language'
Mon, 18 Sep 2017 20:27:16 +0100 IBBoard Add Day 2 Q8 code
Thu, 14 Sep 2017 21:00:05 +0100 IBBoard Add answers for 6 and 7 (transpose and write/read matrix)
Thu, 14 Sep 2017 20:24:25 +0100 IBBoard Implement 2D list/array
Wed, 13 Sep 2017 20:55:07 +0100 IBBoard Add first four self-study answers
Wed, 13 Sep 2017 20:11:52 +0100 IBBoard Add code on reflection - basically involves the object returned by "proto" message
Tue, 12 Sep 2017 20:58:51 +0100 IBBoard Add Day 2 code
Tue, 12 Sep 2017 20:07:04 +0100 IBBoard Call methods by name and fix slot name printing
Wed, 06 Sep 2017 19:54:35 +0100 IBBoard Add most of the self-study answers
Wed, 06 Sep 2017 19:29:20 +0100 IBBoard Add Day 1 code for Singletons (including booleans)
Wed, 06 Sep 2017 19:06:46 +0100 IBBoard Work through how Io does lists and maps
Wed, 06 Sep 2017 18:55:02 +0100 IBBoard Add notes and code on methods in Io
Wed, 06 Sep 2017 18:48:15 +0100 IBBoard Swap to println after finding out about it in the next section
Wed, 06 Sep 2017 18:42:44 +0100 IBBoard Complete the car example of objects and types
Wed, 06 Sep 2017 18:36:02 +0100 IBBoard Print isn't PrinLn, so add some \n characters to the output