Posts tagged common lisp

Reddit Clone in 10 minutes and 91 lines of Clojure

reddit-clone-in-10-minutes-and-91-lines-of-clojure

Recently I had the good pleasure of reading this blog post, which demonstrates how to build a Reddit Clone in 100 lines of Common Lisp. I thought it might be interesting to see a port to Clojure, contrasting a couple of idioms and core functions of both languages.


More >

Life1D — Putting my Clojure hat back on

life1d-putting-my-clojure-hat-back-on

In my last post I disassembled Mr. Harms Cellular Automaton bit by bit, showing how the use of notation as a tool for thought enabled him to write that program mentally while grocery shopping. Today I’ll revisit the same problem using Clojure, demonstrating the J-effect.

More >