Fork me on GitHub
#announcements
<
2020-05-19
>
uochan04:05:51

Just released toyokumo/tarayo ver 0.2.0, SMTP client library for Clojure. https://github.com/toyokumo/tarayo

👍 20
parrot 8
namenu11:05:57

just published a persistent deque library here. https://github.com/namenu/data.deque it's used very rarely, but once in a lifetime, you may need it though. 😀

😎 24
👏 20
namenu11:05:44

TIP: mfikes/cljs-bean is super helpful when you need to build a custom collection for ClojureScript!

borkdude12:05:41

I wonder if that Advent of Code puzzle from 2018 which needed a dequeue can be solved within reasonable time with this

borkdude12:05:53

Most people implemented their own mutable dequeue for that

namenu12:05:09

yeah exactly! that was one of my test suite :)

borkdude12:05:17

oh really 🙂

markus18:05:53

Hello. Defold Game Engine source code is publicly available as of today. The editor is written in Clojure so if you want to check out the code for a desktop application written in Clojure, go check it out :) https://github.com/defold/defold

clj 76
metal 60
👍 4
markus18:05:44

Contributions are welcome by the way.

markus18:05:46

Apparently this was posted already in news and articles. Sorry about the double post.