🦞🌯 Lobster Roll

Stories by Claudius

Programming is Greek to me... Literally (github.com)
Why Lisp (github.com)
Lisp in a Shell (youtube.com)
Beyond Traditional Pattern Matching in Lisp (github.com)
Taking inspiration From APL in LispE (github.com)
Graphics libraries in C++: FLTK or how to make your life easier (github.com)
LispE vs. Python: A Stochastic Gradient Descent Comparison (github.com)
Retrofitting Haskell into Lisp (github.com)
PREDIBAG: Predicate-Based Agents for AI (github.com)
Conway Game of Life in LispE (github.com)
Text Generation with a Grammar in LispE (github.com)
A Shell Language in Lisp (github.com)
Full AI Suite for LispE: llama.cpp, tiktoken, MLX and PyTorch
I have presented [LispE](https://github.com/naver/lispe) a few times in this forum. LispE is an Open Source version of Lisp, which offers a wide range of features, which are seldom found in other Lisps. I have always wanted to push LispE beyond a simple niche language, so I have implemented 4 new...
LispE isn't exactly your granny's Lisp (github.com)
Infix Notation for Lisp (github.com)
Create your own language with a lot of transpiling: in LispE (github.com)
MiniZork: A functional adventure (github.com)
A Vibe‐Coding Experience (github.com)
Fast search in strings with SIMD instructions (github.com)
LispE: Description of Functions, Operators and Libraries (github.com)
Atomic Ring: A C++ template for a quasi lock-free ring implementation (github.com)
Stealing from Python: the extract method (github.com)
Extending JavaScript with Lisp: The WASM implementation of LispE (github.com)
Jag : a multi-platform terminal editor with mouse support (github.com)
A C++ editor/prompt shell to embed your own programming language (github.com)
Handling strings in WASM without burning yourself (github.com)
Working with UTF8, UTF16 and UTF32 characters in C++... And Emojis as Well (github.com)
Solving 16 days of Advent of Code 2021 with LispE (github.com)
Jag: A light text editor for Unix terminals with mouse support and colour highlighting (github.com)
How to catch a Tail Call (github.com)