2.5x better performance: Rama vs. MongoDB and Cassandra
Reddit » Clojure
by /u/Historical_Bat_9793
7h ago
submitted by /u/Historical_Bat_9793 [visit reddit] [comments ..read more
Visit website
Thoughts after developing a small project with Clojure and Kit
Reddit » Clojure
by /u/cwithmichael
7h ago
I recently did a clone project of a Redis Shopping Cart Tutorial originally done in JS. The repo I created is here if you'd like to see the code. I redid the server portion in Clojure and the UI portion in Lit/Typescript. I decided to use Clojure because I've been a fan of the language for some time, but never really had a chance to do much work with it. After playing around with it, I wanted to share my thoughts. What I Liked Clojure itself is very fun to use. The homoiconic LISP syntax will always be a plus for me. Kit provides a lot of sane defaults that make getting up and running easy ..read more
Visit website
What are your thoughts about running your complete Clojure system on a single server?
Reddit » Clojure
by /u/maxw85
20h ago
submitted by /u/maxw85 [visit reddit] [comments ..read more
Visit website
Help and feedback on my first short clojure program?
Reddit » Clojure
by /u/IndividualProduct677
1d ago
I have a lot of coding experience but I am the worst coder ever despite how much I try. I am trying to get into clojure for a lot of reasons and it is interesting trying functional programming. I am excited to learn more about it. Currently I am failing to make my first hang-person program. I don't understand what the most appropriate way to handle loops and recursion in clojure. I don't have anyone in my life who knows how to do this so I don't know who to ask for help. Right now the main issue preventing me from doing more than one turn is that it crashes on the second letter every time bec ..read more
Visit website
Clojure 1.11.3
Reddit » Clojure
by /u/alexdmiller
1d ago
submitted by /u/alexdmiller [visit reddit] [comments ..read more
Visit website
List of clonejures
Reddit » Clojure
by /u/Spiritual-Slice-6150
1d ago
I find it useful to look at full scale apps and try to figure out how they work, as a way to learn. Is there a public list of clonejures? (i.e ports of well known applications to clojure) I would call both of these clonejures, since they are implementing specific and familiar functionality, even if they are not full featured: https://cloogle.phronemophobic.com/doc-search.html https://jmglov.net/blog/2024-01-17-clickr.html submitted by /u/Spiritual-Slice-6150 [visit reddit] [comments ..read more
Visit website
What's that function? clojure.core/into
Reddit » Clojure
by /u/SneakyRead
2d ago
submitted by /u/SneakyRead [visit reddit] [comments ..read more
Visit website
Unable to send critical events to influxdb-alerts-config
Reddit » Clojure
by /u/Realistic-Purple-890
3d ago
; -*- mode: clojure; -*- ; vim: filetype=clojure (logging/init {:file "riemann.log"}) ; Listen on the local interface over TCP (5555), UDP (5555), and websockets (5556) (def host "0.0.0.0") (tcp-server {:host host}) (udp-server {:host host}) (ws-server {:host host}) ; InfluxDB configuration for alerts (def influxdb-alerts-config {:host "192.168.64.27" :port 8086 :db "alerts" :tags-fields #{"id"}}) ; Ensure tags-fields is a set ; Streams for handling events (streams (default :ttl 40000 index ; Batch processing to InfluxDB (batch 2 5 (influxdb {:host "192.168.64.37" :port 8086 :db "metrics" :t ..read more
Visit website
Programming with Linear Algebra: Hello World (by Dragan Djuric)
Reddit » Clojure
by /u/alinposho
4d ago
https://preview.redd.it/ht0y8hk631wc1.jpg?width=1920&format=pjpg&auto=webp&s=5f51fccc6a4ffff421d121947f8ea8484f5d7965 THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Programming with Linear Algebra: Hello World Speaker: Dragan Djuric Time: 2024-05-14 @ 18:30 (London time) Local time: click here for local time RSVP: https://www.meetup.com/London-Clojurians/events/300569116/ Dragan Djuric (https://dragan.rocks/) will be presenting: "Programming with Linear Algebra: Hello World" Kick-starting th ..read more
Visit website
Keeping the :argslist of Clojure functions DRY
Reddit » Clojure
by /u/CoBPEZ
4d ago
submitted by /u/CoBPEZ [visit reddit] [comments ..read more
Visit website

Follow Reddit » Clojure on FeedSpot

Continue with Google
Continue with Apple
OR