technical.cx Entities

Lobsters

TurtleWare

Common Lisp is renowned for its excellent object system CLOS. Its implementation is often accompanied by the Metaobject Protocol that, while it is not part of the standard, allows programmers to customize the system underpinnings in numerous interesting...

Programming

Programming

Lobsters

Devlog ⚡ Zig Programming Language

This devlog entry is essentially a preview of the upcoming release notes, but serves as an advanced notice to those who want to help test out the new features and provide feedback that will guide the Zig project moving forward.

Programming

Programming

Lobsters

Folding in Parallel

Representing fold (sequential accumulation) as map composed with a reduce over a monoid, non-trivially and efficiently. This is a bedrock of parallel programming: however, although the general principle is known, applying it to concrete problems requires...

Programming

Programming

Lobsters

readable.css

readable.css is a CSS framework that provides all the beautiful design with none of the distracting fluff.

Programming

Programming