Adventures In Declarative Programming: Conway’s Game Of Life
My first blog post about declarative programming explained how to write a Sudoku solver in the logic programming language Prolog. This time I’ll show you how to implement Conway’s Game of Life in the functional programming language Clojure. But before that, let me explain a few general things. The first three paragraphs are for readers who […]
Massive Open Online Classes With Udacity
One part of my first 30 day challenge was doing classes on Udacity. Now, after I finished CS101 and created a search engine, I decided to blog about Udacity and the experience I made. About Udacity Udacity is a kind of online university, where you can attend to classes and learn new things. The main […]