Quantcast
Channel: Community Center - ClojureVerse
Browsing latest articles
Browse All 80 View Live

Image may be NSFW.
Clik here to view.

Real-world-data meeting 11

Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....

View Article


Image may be NSFW.
Clik here to view.

London Clojurians Talk: Electric Clojure v3: Differential Dataflow for UI (by...

THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Electric Clojure v3: Differential Dataflow for UI Speaker:...

View Article

Image may be NSFW.
Clik here to view.

Announcing the Scicloj Open-Source Mentoring project

One of the big challenges of getting involved in open source is gaining a sense of relevance: are the features you are working on actually valuable? That is one of the main benefits of collaborating...

View Article

Image may be NSFW.
Clik here to view.

"Method code too large" -- how to work around?

I was trying to store some tedious, repetitive configuration information in a giant map. I had a script generate the configuration information for me, as it was a lot of boilerplate. I ended up with a...

View Article

Image may be NSFW.
Clik here to view.

Real-world-data meeting 12

Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....

View Article


Image may be NSFW.
Clik here to view.

London Clojurians Talk: Maintainable Clojure code: Visualizing structure and...

THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Maintainable Clojure code: Visualizing structure and quality...

View Article

Data-recur meeting 6: Clojure Meets Metal: Working with native libraries and...

In Aug 8th 2024, the data-recur group had its 6th meeting. In this call, Adrian Smith discussed some of the current projects bridging Clojure to native libraries, and in particular, connecting with...

View Article

Image may be NSFW.
Clik here to view.

Real-world-data meeting 13

Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....

View Article


Image may be NSFW.
Clik here to view.

London Clojurians Talk: Basilisp: Clojure on the Python VM (by Chris Rink)

THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Basilisp: Clojure on the Python VM Speaker: Chris Rink Time:...

View Article


Image may be NSFW.
Clik here to view.

Help Needed with Optimizing Clojure Code for High-Performance Data Processing

Hey guys… I’m relatively new to Clojure, and I’m currently working on a project that involves processing a large dataset in real-time. The dataset consists of around 10 million records, and each...

View Article

Why Functional Programming Matters - higher order functions and lazy...

I have been reading Why Functional Programming Matters Text point outs that using higher order functions and lazy evaluation we can create modular software In this paper, we’ve argued that modularity...

View Article

Image may be NSFW.
Clik here to view.

Real-world-data meeting 14

(edit: see the tentative agenda in the comments below) Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be...

View Article

Image may be NSFW.
Clik here to view.

State of Clojure 2024 survey

Hello all, it’s that time of year again! Please share your thoughts about Clojure in the annual Clojure survey! surveymonkey.com State of Clojure Community 2024 Who uses Clojure and how? Let's find...

View Article


Image may be NSFW.
Clik here to view.

Real-world-data meeting 15

Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....

View Article

Call for Contributions: BOB 2025 (Berlin, March 14 - Deadline Nov 15)

Clojure material is very welcome at BOB! Web version of call is here: https://bobkonf.de/2025/cfc.html ================================================================================ BOB Conference...

View Article


Image may be NSFW.
Clik here to view.

Real-world-data meeting 16

Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....

View Article

Image may be NSFW.
Clik here to view.

London Clojurians Talk: Intro to Fugato (by David Nolen)

THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Intro to Fugato Speaker: David Nolen Time: 2024-11-26 @ 18:30...

View Article


Help with some challenge

Where can I find the formula to solve this exercise : (def lookup {:mercury 0.2408467 :venus 0.61519726 :earth 1 :mars 1.8808158 :jupiter 11.862615 :saturn 29.447498 :uranus 84.016846 :neptune...

View Article

Feedback on my code

Hello I solved all the first steps challenges of this page ( https://exercises.clojure.camp/) Can anyone give me feedback if I did a good job here. Code so far: clojure_learning/src/roelof/easy.clj at...

View Article

Making a Clojure / ClojureScript Project (Oct 2024 Edition)

It’s that time again. That time when I come back to my Clojure project, to try to make some progress with it. And again, fail, humiliated, as I spend 3 days masochistically battering my head against...

View Article

Image may be NSFW.
Clik here to view.

Real-world-data meeting 17

Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....

View Article


Making a Clojure / ClojureScript Project (In Oct 2024) : Round 2

So, I’ve spent a few more hours this week wrestling with Making a Clojure / ClojureScript Project (Oct 2024 Edition) @thheller’s guide to shadow was helpful but seemed to be taking me away from the...

View Article


Image may be NSFW.
Clik here to view.

London Clojurians Talk: Encoding internet-scale decentralised data structures...

THIS IS AN ONLINE EVENT [Connection details will be shared 1h before the start time] The London Clojurians are happy to present: Title: Encoding internet-scale decentralised data structures on Convex...

View Article

Image may be NSFW.
Clik here to view.

Real-world-data meeting 18

Hi! It is not too late to join the real-world-data group. This study group is a bit different from the other ones. Participants are assumed to be actively working on a problem and willing to share it....

View Article

AOC 2021 day2 problem

Hello, I try to solve the AOC day2 challenge ( Day 2 - Advent of Code 2021) So far I have this: (ns day2 (:require [clojure.string :as string])) (def data ["forward 5" "down 5" "forward 8" "up 3"...

View Article

Browsing latest articles
Browse All 80 View Live