Understanding Probabilistic Computing with Clojure
#Probability #Statistics #MachineLearning #Clojure #Programming
#Tag
Understanding Probabilistic Computing with Clojure
#Probability #Statistics #MachineLearning #Clojure #Programming
Like last year, you can play Advent of Code on the squint and cherry playgrounds. Provide your AOC token (see cookies: session value after logging into adventofcode.com) to get puzzle input.
If you deem yourself a Clojurian, please participate at the yearly State of Clojure survey: https://www.surveymonkey.com/r/clojure2025 #clojure #clojurejs
The annual State of #Clojure survey is available! https://www.surveymonkey.com/r/clojure2025
Reading¹ my second short introduction to a programming language book this year "Janet for Mortals" https://janet.guide by @ianthehenry. #Janet (https://janet-lang.org) is a #Clojure like #Lisp that can be interpreted, embedded and compiled, and comes with a large standard library with concurrency and PEG parser support. I must say it is very appealing to me. #programmingLanguages
¹ First one was "Learning Zig" https://www.openmymind.net/learning_zig
Understanding Probabilistic Computing with Clojure
#Probability #Statistics #MachineLearning #Clojure #Programming
By removing network latency, a major bottleneck for databases like Postgres, SQLite avoids Amdahl's Law. The single writer allows for easy batching, enabling it to handle over 100,000 transactions per second with serializable isolation in benchmarks, outperforming a networked database in this scenario.
If you deem yourself a Clojurian, please participate at the yearly State of Clojure survey: https://www.surveymonkey.com/r/clojure2025 #clojure #clojurejs
The annual State of #Clojure survey is available! https://www.surveymonkey.com/r/clojure2025
I've created a Homebrew tap to install the #clojure code formatter, cljfmt:
brew install weavejester/brew/cljfmt
I've been playing with Clojure lately. Tonight, I released a Telegram bot that generates a QR code from any string you send to it. A few months ago, I made another QR bot in TypeScript using Zustand/Immer as the backend. In Clojure, there's no need for external libraries: immutability, atoms, and watchers are all built into the language.
Why we chose Clojure: functional programming that yields faster features, fewer bugs, smaller teams, and measurable delivery metrics for client projects. https://hackernoon.com/why-we-bet-on-clojure-and-built-freshcode-around-it #clojure
Like last year, you can play Advent of Code on the squint and cherry playgrounds. Provide your AOC token (see cookies: session value after logging into adventofcode.com) to get puzzle input.
A space for Bonfire maintainers and contributors to communicate