Fork me on GitHub
#admin-announcements
<
2016-05-06
>
unni06:05:10

Wrote this postgreSQL extension lib for honeysql. This has mostly postgres sepcific SQL. https://github.com/nilenso/honeysql-postgres

unni06:05:06

Also wrote a wrapper for the mailgun api https://github.com/nilenso/mailgun

unni06:05:28

Do check them out and give feedback. simple_smile

borkdude11:05:37

I created the channel #C16LEKSLT to discuss other languages in the context of Clojure

Jon13:05:07

Created a 2048 game in ClojureScript https://www.youtube.com/watch?v=pX3_Covtu7s code here(...no parens too) https://github.com/Quamolit/2048 more about cirru-sepal in #C16LEKSLT

[UNUSED ACCOUNT]13:05:32

Skyscraper 0.2.2, an Enlive-based library for scraping information from whole sites in a structural way, has been released. Homepage / GitHub: https://github.com/nathell/skyscraper Clojars: https://clojars.org/skyscraper New in this release: - Skyscraper now uses Timbre for logging. - New cache backend: MemoryCache. - download now supports arbitrarily many retries. - A situation where a context has a processor but no URL now triggers a warning instead of throwing an exception.