Join us

ContentUpdates and recent posts about Elixir..
Discovery IconThat's all about @Elixir — explore more posts below...
 Activity
@mikeschinkel started using tool SQLite , 6 hours, 33 minutes ago.
 Activity
@mikeschinkel started using tool PostgreSQL , 6 hours, 33 minutes ago.
 Activity
@mikeschinkel started using tool MySQL , 6 hours, 33 minutes ago.
 Activity
@mikeschinkel started using tool Kubernetes , 6 hours, 33 minutes ago.
 Activity
@mikeschinkel started using tool Go , 6 hours, 33 minutes ago.
 Activity
@mikeschinkel started using tool GNU/Linux , 6 hours, 33 minutes ago.
 Activity
@mikeschinkel started using tool Docker , 6 hours, 33 minutes ago.
Link
@varbear shared a link, 1 day, 22 hours ago
FAUN.dev()

I built a programming language using Claude Code

Cutlet usesClaude Code. The LLM emits every line. Source, build steps, and examples live on GitHub. It runs on macOS and Linux and ships aREPL. It supports arrays, strings, double numbers, a vectorizingmeta-operator, zip/filter indexing, prototypal inheritance, and a mark-and-sweepGC. Development ra.. read more  

Link
@varbear shared a link, 1 day, 22 hours ago
FAUN.dev()

Using Rust and Postgres for everything: patterns learned over the years

Rust and PostgreSQL are considered the best tools in the software world due to their performance and reliability. Rewriting a backend service from Go to Rust led to significant improvements in processing speed and memory usage. Using sqlx for database operations and leveraging PostgreSQL features li.. read more  

Link
@varbear shared a link, 1 day, 22 hours ago
FAUN.dev()

Why value streams and capability maps are your new governance control plane

The piece flips enterprise AI fromgenerativetoagentic. Agents getstructured autonomyto perceive, plan, and execute across systems. It turnsvalue streammaps into a control plane withautonomy zones,halt-on-exceptiongates, cryptographicflight recorders, andpolicy-as-code. Result: less hallucination and.. read more  

Why value streams and capability maps are your new governance control plane
Elixir runs on the Erlang VM, known for creating low-latency, distributed, and fault-tolerant systems. These capabilities and Elixir tooling allow developers to be productive in several domains, such as web development, embedded software, machine learning, data pipelines, and multimedia processing, across a wide range of industries.

All Elixir code runs inside lightweight threads of execution (called processes) that are isolated and exchange information via messages. 

Elixir has been designed to be extensible, allowing developers to naturally extend the language to particular domains, in order to increase their productivity.