Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: lisp Clear Filter

Take Two: Eshell

30 Jun 2025 Charles Choi This is a contribution to the Emacs Carnival 2025-06: Take Two collection of posts on Christian Tietze’s blog. My first take with Eshell many years back did not leave a good impression. My early expectations was that it should act like any other shell, only to be unpleasantly surprised by it. It took a long time for me to warm up to Eshell. Upon reflection, it was because I wasn’t ready for it. Now Eshell is an inseparable part of my Emacs experience. Paradoxically th

Cross-Compiling Common Lisp for Windows

By Colin on 2025-06-28 I recently enabled Windows support for my Raylib bindings library and a game of mine that uses it, Aero Fighter. The process was surprisingly smooth. This article describes how to: cross-compile C code for Windows from Linux install a Windows-based SBCL with Wine run that SBCL as your REPL in Linux-based Emacs load .dll files into a Lisp image files into a Lisp image produce a .exe executable of a Lisp program Cross-compiling C We can easily produce Windows execut

Fundamental Problems of Lisp, the Cons Cell (2024)

Fundamental Problems of LISP, the Cons Cell (this essay is originally written around 2008) The Cons Business The other fundamental problem in the language is its cons cells as its list construction primitive. Lisp at core is based on functional programing on lists. This is a powerful paradigm. However, for historical reasons, lisp's list is based on the hardware concept of “cons” cell. From a mathematical, functional, API point of view, what this means is that lisp's “list” is limited to a max

Topics: cons like lisp list lists

Lisp-stat: Lisp environment for statistical computing

Lisp-Stat is conceptually similar to R and will be familiar to most people from that ecosystem. It is suitable for both exploratory data analysis as well as front-line production deployments. Common Lisp is currently used at Google in several high-availability, high-volume transactional systems. Why Lisp? We had a few requirements when evaluating options. Specifically the system had to: Work well in the kind of exploratory environment conducive to analytics and AI Be robust enough to work in

The Art of Lisp and Writing (2003)

The Art of Lisp & Writing Ignorance more frequently begets confidence than does knowledge. –Charles Darwin Lisp is the language of loveliness. With it a great programmer can make a beautiful, operating thing, a thing organically created and formed through the interaction of a programmer/artist and a medium of expression that happens to execute on a computer. Taught that programming—or the worse "developing software"—is like a routine engineering activity, many find difficulty seeing writing

The Art of Lisp and Writing

The Art of Lisp & Writing Ignorance more frequently begets confidence than does knowledge. –Charles Darwin Lisp is the language of loveliness. With it a great programmer can make a beautiful, operating thing, a thing organically created and formed through the interaction of a programmer/artist and a medium of expression that happens to execute on a computer. Taught that programming—or the worse "developing software"—is like a routine engineering activity, many find difficulty seeing writing