#common_lisp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #common_lisp, aggregated by home.social.
-
I just completed all 12 days of Advent of Code 2025!
#AdventOfCode #commonlisp #common_lisp https://adventofcode.com/https://github.com/argentcorvid/aoc-2025
well, I guess i did it. I had no idea how to do part 2 of day 10, so I translated the dijkstra approach from the reddit thread from python.
-
I just completed "Playground" - Day 8 - Advent of Code 2025 with Common Lisp!
Not the most efficient at 16 seconds for part 2, but it gets it done.
https://adventofcode.com/2025/day/8
https://github.com/argentcorvid/aoc-2025/blob/main/2025d8.lisp
-
I just completed "Laboratories" - Day 7 - Advent of Code 2025 with #commonlisp! #common_lisp #AdventOfCode https://adventofcode.com/2025/day/7
https://github.com/argentcorvid/aoc-2025/blob/main/2025d7.lisp
-
I just completed "Trash Compactor" - Day 6 - Advent of Code 2025 with #commonlisp #common_lisp #AdventOfCode https://adventofcode.com/2025/day/6
https://github.com/argentcorvid/aoc-2025/blob/main/2025d6.lisp -
I just completed "Cafeteria" - Day 5 - Advent of Code 2025 #AdventOfCode #commonlisp #common_lisp https://adventofcode.com/2025/day/5 https://github.com/argentcorvid/aoc-2025/blob/main/2025d5.lisp
-
Common Lisp ces deux dernières années: un monstre de l'évolution parmi nous https://linuxfr.org/news/common-lisp-ces-deux-dernieres-annees-un-monstre-de-l-evolution-parmi-nous #Programmation #common_lisp
-
I just completed "Restroom Redoubt" - Day 14 - Advent of Code 2024 with Common Lisp!
P1 was pretty easy. But part 2 is very vaguely defined. I'm not proud of my solution to dump each tick to an ASCII PBM and look through the images manually, but it got it done. I had some ideas of what to do to automate it, that might still work with some tweaking now that I know what specifically I am looking for.
-
Hello, does anyone have any experience with "#haunt" #SSG (static site generator) that is written in #guile #scheme ?
There looks like there are some neat sites made with it.
I'm looking for a static site generator, I'd like to be doing any html template etc, with something like hiccup, and write prose content (blog posts, etc) in #markdown and #orgmode . I would have thought that there would be something in #clojure or #common_lisp but I don't see anything.
-
I just completed "Claw Contraption" - Day 13 - Advent of Code 2024 with Common Lisp!
This one was easy with some middle-school algebra. The Hardest part was parsing the input.
https://adventofcode.com/2024/day/13
https://github.com/argentcorvid/AoC-2024/blob/main/day13.lisp
-
I just completed "Garden Groups" - Day 12 - Advent of Code 2024 with #commonlisp! #AdventOfCode https://adventofcode.com/2024/day/12
https://github.com/argentcorvid/AoC-2024/blob/main/day12.lisp
-
I just completed "Hoof It" - Day 10 - Advent of Code 2024 using Common Lisp! This one wasn't even hard compared to day 9!
https://adventofcode.com/2024/day/10
https://github.com/argentcorvid/AoC-2024/blob/main/day10.lisp
-
What is the correct way to print a string without quotation marks surrounding it, but retain the automatic line-ending, in #common_lisp #lisp ?
(print "hello") ; has quotes
(princ "hello") ; no quotes, but no line-end(format t "hello") ; no quotes, no line-end, and it seems like abusing format to me
I'm aware there's probably something I can pass to print to remove the quotes, but I can't see it at a glance :/
-
-
Every time I use #common_lisp, I'm shocked what people tolerate in other languages. Which is not saying that we should all be using #lisp, but how do languages not have inspectability into running programs in the year of our lord 2024?
-
Gah! I just got bitten, again, by the fact that `case` in Lisp uses `eq`, so it won't work for strings. 😢
-
The Common Lisp Community Survey 2024 Results are live:
https://blog.djhaskin.com/blog/common-lisp-community-survey-2024-results/
Discuss on HN:
-
Prolog in Common Lisp.
it would be cool if I could use DCG inside Common Lisp
https://norvig.github.io/paip-lisp/#/?id=paradigms-of-artificial-intelligence-programming
-
-
Lights Out* Game with trial game engine
*I suck at this game lol
- https://en.wikipedia.org/wiki/Lights_Out_(game)
- https://codeberg.org/aerphanas/clight-out -
changing fragment shaders on the fly, as a beginner, this is cool
-
moving triangle in Trial game engine
-
I just started implementing graph theory from one of my courses in my Common Lisp math repository #common_lisp #lisp
-
I've done a benchmark between Rust, C, Common Lisp and Python on my SBC which has ARM processor and here are the results:
https://far.chickenkiller.com/computer/benchmarking-common-lisp-rust-c-and-python-on-arm/
#benchmark #c #lisp #cl #common_lisp #rustlang #arm #armv7 #pi #python #cpython #pypy #pypy3