What are your thoughts about running your complete Clojure system on a single server?
Reddit » Clojure
by /u/maxw85
1h 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
8h 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
15h ago
submitted by /u/alexdmiller [visit reddit] [comments ..read more
Visit website
List of clonejures
Reddit » Clojure
by /u/Spiritual-Slice-6150
15h 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
3d 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
3d ago
submitted by /u/CoBPEZ [visit reddit] [comments ..read more
Visit website
How prevalent is the usage of typed clojure?
Reddit » Clojure
by /u/matatag
4d ago
Is it a popular choice from annotating code or when you need extra typing or is it not "best practice" to use it at all? Coming from the Elixir world, it is very helpful sometimes to annotate functions. submitted by /u/matatag [visit reddit] [comments ..read more
Visit website
Why dynamic types though?
Reddit » Clojure
by /u/wireumad
5d ago
Isn't that just saving work for the language implementer? If you have inference, then the types are no extra work for the language user, and all extra benefit... Why leave such a valuable piece out of an otherwise great language? submitted by /u/wireumad [visit reddit] [comments ..read more
Visit website

Follow Reddit » Clojure on FeedSpot

Continue with Google
Continue with Apple
OR