I started to develop a CLI for #Hetzner Cloud API in #commonlisp https://code.metalisp.dev/metalisp/dev.metalisp.hcloud

It uses my #commonlisp library https://code.metalisp.dev/metalisp/dev.metalisp.libhetzner

It is still early development for both projects.

dev.metalisp.hcloud

A command-line interface for the Hetzner Cloud API.

code.metalisp.dev: Personal code forge.

Cldict is a Common Lisp client for the DICT RFC 2229 protocol and features a CLIM user interface.

https://github.com/davep/org-davep-cldict

#CommonLisp #CLIM #lisp

GitHub - davep/org-davep-cldict: RFC2229 client for Common Lisp and CLIM

RFC2229 client for Common Lisp and CLIM. Contribute to davep/org-davep-cldict development by creating an account on GitHub.

GitHub

Hey @mdhughes @me @schroeder @rat @dirtycommo at at at everyone. Anyone who is reading this is specifically intended to receive it.

I am starting a #commonLisp #McCLIM zine where each page of [your] article is a clim 2 spec application-frame layout. This is my swing at making a copypastable superframe-example:

https://lispy-gopher-show.itch.io/zine/devlog/1560799/ansi-cl-clim-20-spec-zine-jam-instruction-copypasta

the jam runs every week & submissions (by my judgement) form that issue of the zine.

My goal is 75% common lisp, 25% lisp (misc).

https://itch.io/jam/zine

ANSI CL + CLIM 2.0 SPEC ZINE JAM INSTRUCTION COPYPASTA - Lispy gopher climate zine by screwtape

Zine pages basically look like the window here and here we are going to learn how to put them together in a way you personally can just directly lift into the weekly common lisp article jam: https://i...

itch.io
Using common-lisp predicate function naming
convention in C like a boss.


void readyp(void);



#c
#commonlisp
#deepsarcasm





It's amazing how often the answer to the question: "How do I do X in Common Lisp" is "use the library that @shinmera wrote".

#CommonLisp

Public Lispy Gopher Climate sunday Morning in Europe stream - 6/21/2026, 7:58:22 AM

https://toobnix.org/w/8RfW9oNJuSKks46vEtdvDv

Public Lispy Gopher Climate sunday Morning in Europe stream - 6/21/2026, 7:58:22 AM

PeerTube
dev.metalisp.libhetzner

A Common Lisp client library for the Hetzner Cloud API.

code.metalisp.dev: Personal code forge.

I got a PR to my #CLIM application for talking to dict servers, 22 years after I wrote it! https://github.com/davep/org-davep-cldict/pull/1

I really should see about getting #McCLIM working on #macOS so I can play again.

#lisp #cl #commonlisp #programming

Fix small errors preventing interaction by cmack · Pull Request #1 · davep/org-davep-cldict

I was thinking of trying to write my own CLIM front-end to your RFC2229 package, but then was pleasantly surprised you already had! I had two errors as I tried to use it with my own localhost dicod...

GitHub

CL-OAUTH2: An OAuth 2.0 and OpenID Connect client library for Common Lisp. Supports authorization code (with PKCE), client credentials, device authorization, token refresh, JWT verification (RS256/ES256/HS256), OIDC discovery, and token caching.

https://sr.ht/~hajovonta/cl-oauth2/

#commonlisp #oauth

SDL2 has some interesting / challenging opinions on text input w.r.t IME input... but I have something that feels similar to the Wayland/GL IME work. It still has some oddities around Newlines that I need to track down but seems close to usable.

#McCLIM #CommonLisp #SDL2 #IME #Lisp