Skip to content

Instantly share code, notes, and snippets.

@BluePyTheDeer251
Last active November 21, 2024 18:50
Show Gist options
  • Save BluePyTheDeer251/7393b00645a70648ed5252f3c001f3d8 to your computer and use it in GitHub Desktop.
Save BluePyTheDeer251/7393b00645a70648ed5252f3c001f3d8 to your computer and use it in GitHub Desktop.
What a message system would be like in Clojure.
(defn messagesys [message]
(println "Your message: ")
(str message))
(messagesys "I love Clojure <3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment