• Skip to primary navigation
  • Skip to content
  • Skip to footer
Clojure Diary Clojure Diary
  • Book
  • Code
  • Videos
  • Donate
    Karthikeyan A K

    Karthikeyan A K

    Hello, I am Karthikeyan A K, a software architect, and these writings are my experiments with Clojure. Contact me @ +91 8428050777 for Clojure consulation in weekends.

    • Email

    Clojure REPL in VSCodium

    less than 1 minute read

    Code

    celcius-to-fahrenheit.clj

    (defn celcius-to-fahrenheit [celcius]
      (+ (* (/ 9 5) celcius) 32))
    

    loadfile.clj

    (load-file "celcius-to-fahrenheit.clj")
    
    (celcius-to-fahrenheit 100)
    

    Notes

    • Installing Clojure
    • Leningen
    • VSCodium
    • Calva
    • Joyride

    Updated: July 6, 2022

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Wrote about Java integration, and private functions in Clojure Book

    less than 1 minute read

    REPL Driven Test After Development

    less than 1 minute read

    Automatic Type Conversion in Clojure

    less than 1 minute read

    Added video links to Clojure Book

    less than 1 minute read

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