Tonight I shall finally present the Scheme presentation that I've been working on. (And there was much rejoicing). This afternoon I worked more on cleaning up the slides. Hopefully it'll be recorded so you can see the end result.
read moreDay 40/100: Some more slides
Still more slides for the presentation. Also downloaded some tutorials from GDQuest for the Godot Engine to see how that works.
read moreDay 39/100: More slides and lambda calculus
Putting more spit and polish on my slides for the MUG Meeting (July 11th is when the presentation is). Did some reading on Lambda Calculus just so I can speak somewhat intelligently about it and how it relates to Scheme.
read moreDay 38/100: eqv? in guile
Was working more on my slides when I ran into something a little curious with the implementation of guile.
(eqv? "5" "5")
Apparently in certain versions of guile this returns #f (2.0.9). However in later versions (2.0.13) this returns #t. It also returns #t in Racket …
read moreDay 36/100: More and more slides
Still more work on the slides. Added bits about scheme types. More fun times.
read more