News from this week in the world of Clojure.Keyword arguments in Clojure .Disclojure episode 15 .LabREPL announced .
I run through a quick setup of Clojure, the Lisp that compiles to the JVM.
In this episode, we explore the use of continuations in the development of the Reddit Clone. First, continuations are explained. Next, the basic mechanisms for saving and calling continuations from a url are created. Finally, two processes are reengineered to use continuations.
LispCast is a series of screencasts featuring Common Lisp programming.In the Reddit Clone series, you can watch the development of a Reddit-like web application.In Episode 3, we refactor the software to be more readable.
LispCast is a series of screencasts featuring Common Lisp programming.In the Reddit Clone series, you can watch the development of a Reddit-like web application.In Episode 7, we refactor, again.
LispCast is a series of screencasts featuring Common Lisp programming.In the Reddit Clone series, you can watch the development of a Reddit-like web application.In Episode 6, we revise the acceptance tests to reflect the changes made in the user maintenance system.
LispCast is a series of screencasts featuring Common Lisp programming.In the Reddit Clone series, you can watch the development of a Reddit-like web application.In Episode 5, we develop a user maintenance system.
LispCast is a series of screencasts featuring Common Lisp programming.In the Reddit Clone series, you can watch the development of a Reddit-like web application.In Episode 3, we refactor the software.
LispCast is a series of screencasts featuring Common Lisp programming.In the Reddit Clone series, you can watch the development of a Reddit-like web application.In Episode 4, we add database persistence for the application.
LispCast is a series of screencasts featuring Common Lisp programming.In the Reddit Clone series, you can watch the development of a Reddit-like web application.In Episode 2, we develop acceptance tests for the software using Selenium.