Customizing Common Lisp's Iterate: Timing
A guide to creating a custom timing clause for the Iterate library in Common Lisp, useful for benchmarking code execution.
A guide to creating a custom timing clause for the Iterate library in Common Lisp, useful for benchmarking code execution.
A tutorial on extending Common Lisp's Iterate library by creating a custom 'averaging' clause for calculating running averages in loops.
A deep dive into Lisp's syntax flexibility, exploring custom macros for assignment and mutation operators like incf, decf, mulf, and divf.
A developer shares their experience porting a game from Clojure to Common Lisp during a Lisp Game Jam, covering technical details and lessons learned.
An introduction to symbolic computation in Lisp, explaining symbols and quoting for programmers new to Lisp languages.
Introducing cl-openstack-client, a Common Lisp library for interacting with OpenStack APIs, detailing its CI setup and current implementation status.
A guide to overriding CL-JSON's default encoding for CLOS objects, specifically to handle NULL values from Postmodern DAOs correctly.
A technical guide on integrating the cl-irc IRC library with the cl-async event loop library in Common Lisp for asynchronous bot development.
Exploring keyword arguments in Clojure, comparing defnk macro to Common Lisp's implementation and discussing feature limitations.
Demonstrates creating a small 400K Common Lisp executable for gzip compression using ECL compiler optimizations.
A Common Lisp library for handling netstrings, now available on GitHub and asdf-installable.
A technical exploration of implementing JSON-RPC communication between Common Lisp and C, including netstring encoding and protocol details.
A personal account of attending the European Common Lisp Meeting 2008, covering technical talks on Lisp applications and development insights.