Fork me on GitHub
#announcements
<
2023-04-01
>
jiri.knesl11:04:55

https://github.com/Flexiana/unicorn-rainbow A macro that allows to write Clojure code like this:

(🦄🌈 (+ 1 🌻 2 🌹 3 🐾))

;; 6

(furry-add 2 5)

;; 7

(wowsies "Hello! 🐰🐰🐰")

;; Hello! 🐰🐰🐰

39
🐟 2
😂 4
💯 2
👍 2
Martin Půda17:04:43

You can alias core functions as (def wowsies println) instead of (defn wowsies [strinput] (println strinput)) (and so on) ... but I guess that's the result of that intentional obfuscation, as well as (defn whirly-join [coll sep] (string/join sep coll)) with swapped arguments :D

jiri.knesl10:04:58

Honestly, I have spent significant amount of time to make the code as unreadable as possible. 😄

👍 2
Danilo Oliveira13:04:41

I dunno if this channel is also for beginner showcases, but I'm happy to share my first public Clojure project! https://github.com/danilomo/tenma-chess It is a remote chess game made with reagent on client side and aleph on server side.

clojure-spin 27
👏 52
♟️ 19
🚀 9
2
borkdude14:04:12

> I dunno if this channel is also for beginner showcases Yes! Congrats on your first project!

Danilo Oliveira14:04:20

Thanks, borkdude!!!!

Matthew Downey14:04:56

Love it!

❤️ 2
pfeodrippe19:04:15

Fuderoso!!!

bananadance 2
Matt DeAngelis21:04:57

Congrats Danilo! Great work!

Danilo Oliveira08:04:10

@U0518GLN8TF thanks a lot for your feedback!

uochan22:04:34

Just released antq ver 2.3.1043 Tool to point out your outdated dependencies. https://github.com/liquidz/antq Added antq.api namespace for using antq as a library :)

🎉 42
🚀 20