Tracing Discord's Elixir Systems (Without Melting Everything)
Join Senior Software Engineer Nick Krichevsky as he explains how Discord added distributed tracing to Elixir's message passing and optimized it to handle millions of concurrent users.
Why Elixir is the best language for AI - Dashbit Blog
A recent study by Tencent showed that Elixir had the highest completion rate across models when compared among 20 different programming languages. In this article, we explore the reasons why that may be the case and how that extrapolates to coding agents.
by Vinicius Negrisolo and Gabriel Reis: This article discusses the development of a Model Context Protocol (MCP) server using Elixir for creating TIL (Today I Learned) posts from within AI tools.
An MCP server implementation in Elixir for testing and experimenting with the Model Context Protocol. Requires Elixir 1.14+ and Mix. The server can be run locally using 'mix run --no-halt'. The OpenRPC specification is included in 'priv/static/mcp-openrpc.json'.
I find myself writing yet another toy parser, as one does during a Christmas break. It roughly follows
Resilient LL Parsing Tutorial.
Not because I need resilience, but mostly because I find producing a syntax tree and a collection of
diagnostics a more natural fit for the problem than bailing out on the first error.
This defines sweet-expressions (t-expressions) for Scheme, building on neoteric-expressions (n-expressions) and curly-infix-expressions (c-expressions). This defines an approach to making Scheme more 'readable' by adding syntactically-meaningful indentation, as well as supporting infix and functions whose names precede the opening parenthesis.
When you're selling stuff, every click away from your website is a potential lost sale. Customers kept asking us to allow people to buy tickets without leavi...