• Skip to primary navigation
  • Skip to content
  • Skip to footer
Clojure Diary Clojure Diary
  • Search
  • Book
  • Code
  • Videos
  • Donate

    Learn Ring - 01. Why This Course?

    less than 1 minute read

    Notes

    • I am.a web developer
    • Most of my money came from Ruby on Rails
    • Clojure blew me off
      • Pulled me away from Julia
      • Writing a stock trading bot
    • My ring success
      • Injee
    • Biff
    • This course is completely free
      • Libre
      • Gratis
    • You can donate for this course
      • https://paypal.me/mindaslab

    Updated: March 21, 2026

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    project.clj in initial ring app

    2 minute read

    (defproject little_ring_things "0.1.0-SNAPSHOT" :description "FIXME: write description" :url "http://example.com/FIXME" :min-lein-version "2.0.0" :de...

    What’s Jetty?

    1 minute read

    Jetty is an open-source Java-based HTTP server and servlet container. It’s what actually listens on a port, accepts incoming HTTP requests, and hands them of...

    What’s Compojure?

    1 minute read

    Compojure is a Clojure routing library for building web applications. When you run lein new compojure little_ring_things, you’re using it as a Leiningen proj...

    ClojureScript - Simplifying Hello You.

    less than 1 minute read

    • Feed
    © 2026 Clojure Diary. Powered by Jekyll & Minimal Mistakes.