Skip to content

stianeikeland/emojinius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Write clojure code using emoji

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages