magicl contributions

It’s exciting that my contributions to magicl have been merged into the main branch. ...

July 4, 2022 · 1 min · Stewart V. Wright

Making (pure) lisp functions faster

What does optimised pure lisp look like? ...

June 24, 2022 · 9 min · Stewart V. Wright

Calculating a DOT product

You can get high speed, numerical calculation output without having to resort to bug-prone, highly tuned and optimised, unreadable code.

June 23, 2022 · 7 min · Stewart V. Wright

Removing functions and variables in lisp

How to remove definitions and why the lisp namespaces are preferable to other languages’ approaches.

June 6, 2022 · 4 min · Stewart V. Wright

TIL: !clhs at DuckDuckGo

Use DuckDuckGo to search the Common Lisp Hyperspec with !clhs TERM ...

May 26, 2022 · 1 min · Stewart V. Wright

My screensaver

I’ve been asked what my screensaver means… ...

May 25, 2022 · 1 min · Stewart V. Wright

Update list of local projects for Quicklisp

I always forget how to update the list of local projects for Quicklisp. ...

May 10, 2022 · 1 min · Stewart V. Wright

Loops in Lisp

There are two type of lisp coders. Those that love the loop macro and those that don’t. ...

May 3, 2022 · 1 min · Stewart V. Wright

The Mars Rover Tech Challenge (in Lisp!) Part 2

The Mars Rover Tech Challenge (in Lisp!) Part 2 at Vifortech Solutions - Blog

February 15, 2020 · 1 min · Stewart V. Wright

The Mars Rover Tech Challenge (in Lisp!) Part 1

The Mars Rover Tech Challenge (in Lisp!) Part 1 at Vifortech Solutions - Blog

February 8, 2020 · 1 min · Stewart V. Wright