Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.08 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.08 KB

emojinius

A Clojure library designed to explore strange new words, to seek out new scripts and new characters, to boldly code in a charset no man has coded in before.

Write clojure code using emoji.

Emojinius

Example

  • cycle : 🚴
  • take : 👊
  • 10 : 🔟
emojinius.core=> (def 🏁 (🚴 [:🚙 :🚗 :🚕 :🚓 :🚜]))
emojinius.core=> (👊 🔟 🏁)
-> (:🚙 :🚗 :🚕 :🚓 :🚜 :🚙 :🚗 :🚕 :🚓 :🚜)
  • loop : 🔁
  • recur : ⤴
  • * : ✖
  • - : ➖
  • println : 📠
  • when : ⌚-❓
(🔁 [💵 ( 🔟 🔟)]
    (⌚-❓ (> 💵 🔟)
          (📠 💵)
          ( ( 💵 🔟))))

Installing

Add [emojinius "0.1.0"] to the dependencies vector.

(ns program
  [:use emojinius.core])

(defn -main []
  (📠 "🙋"))

Other

Pull requests and dogecoins welcome. (DM3oLs8QcAaMu5UtYrroWjeKBiaTqevPzj)

License

Copyright © 2014 Stian Eikeland

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.