Common Lisp
-
cl-llama.cpp demo
mstdn.io veer66 (@[email protected])Attached: 1 video cl-llama.cpp is llama.cpp's Common Lisp wrapper by Carlos Ungil. It allows us to use LLMs locally via Common Lisp. I modified it to use the updated llama.cpp API, and improved how it prints the output. You can get the modified version by running: [email protected]:veer66/cl-llama....
cl-llama.cpp is llama.cpp's Common Lisp wrapper by Carlos Ungil. It allows us to use LLMs locally via Common Lisp. I modified it to use the updated llama.cpp API, and improved how it prints the output.
- github.com GitHub - ungil/cl-llama.cpp: Common Lisp wrapper for llama.cpp (Port of Facebook's LLaMA model in C/C++)
Common Lisp wrapper for llama.cpp (Port of Facebook's LLaMA model in C/C++) - ungil/cl-llama.cpp
I suppose this is an important library to use Common Lisp in building RAG apps.
-
An exploratory programming environment for Common Lisp
-
Exploring CI/CD in Common Lisp: A Case Study with euler-cl
Recently I've been working on a reviving my, rather old, side project, euler-cl (https://github.com/bahmanm/euler-cl), where I solve Project Euler problems with Common Lisp.
As one of the first steps, I decided to establish a robust CI/CD pipeline using ASDF, FiveAM, Make, bmakelib, and CircleCI - I've attached a diagram for a quick overview.
I'd love to discuss the following:
- Are there other tools within the CL ecosystem that excel in this area?
- Any tips on optimizing this workflow further?
- General thoughts on integrating CI/CD into Common Lisp projects.
-
30 years since ANSI Common Lisp approved in 1994
In 2024 it's 30 years since X3J13 approved ANSI Common Lisp in 1994. But when in the year? Is it known in which month or date was the standard approved?
While many sources mention 1994 there doesn't seem to be much other metadata online.
Update
I asked on comp.lang.lisp: ANSI Common Lisp was approved on December 8, 1994.
-
-
Lemmy API Binding Generator
Hey all,
Ive cobbled together some asdf systems that parse the lemmy js client and generate an API specification, and then generates a set of classes and methods from that specification. Its certainly rough around the edges, but with some polish i hope it can be useful to lispers who wish to interact with Lemmy from CL.
Cheers!
-
Let Over Lambda: 50 Years of Lisp: any thoughts?
The book Let Over Lambda: 50 Years of Lisp by Doug Hoyte (2008) seems good but I haven't seen it recommended or discussed much. I ordered a copy thinking it was some overlooked vintage classic, then realized it's a self-published work.
The book is on its way to me and I read a few reviews. And yes it's opinionated, but the author regrets the language.
Still, since the book is so intriguing, if you have any thoughts I'd be happy to read them.
-
Lisp-Powered Laptop with a Battery Life Measured in Years
www.hackster.io Andreas Eriksen's PotatoP Is a Lisp-Powered Laptop With a Battery Life Measured in YearsDriven by a microcontroller Lisp port, this laptop-from-scratch project has the eventual goal of unlimited runtime via energy harvesting.
- abcl-dev.blogspot.com A Midsummer's Eve with ABCL 1.9.2
On the threshold of the Northern Hemisphere's Midsummer's Eve, we unveil the second revision of the Tenth Edition of the Armed Bear Common L...
-
-
Beaver: A common lisp library for data analysis and manipulation modelled after the Pandas library
github.com GitHub - Aadv1k/beaver: a common lisp library for data analysis and manipulationa common lisp library for data analysis and manipulation - GitHub - Aadv1k/beaver: a common lisp library for data analysis and manipulation