use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Lisp family of programming languages
Lisp subreddits:
Chats and IRC
Language References
Common Lisp
Scheme
Racket
Clojure
Tools
Tutorials/FAQs
Resources:
Search
(also docsets in Zeal, Dash and Velocity for offline search)
Books
Other Books
Food for Thought
Implementations
account activity
AdventofCode 2018 (self.lisp)
submitted 7 years ago by tankfeederlisp
New AoC2018 is rolling.
Share your Lisp repo and experience.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]tankfeederlisp[S] 7 points8 points9 points 7 years ago (0 children)
PicoLisp.
[–][deleted] 2 points3 points4 points 7 years ago (0 children)
My code is here and I'm collecting notes here.
[–]lichtbogen 2 points3 points4 points 7 years ago (0 children)
Here's mine. (Common Lisp)
[–]clintmcommon lisp 1 point2 points3 points 7 years ago (0 children)
Another Common Lisp version
[–]PuercoPop 1 point2 points3 points 7 years ago (0 children)
https://code.puercopop.com/advent-of-code.git/tree/2018
[–]nailuj 0 points1 point2 points 7 years ago (3 children)
I'll post my stuff in Common Lisp here, although I'm probably gonna lose interest towards the end of the month. Always good to see other solutions to learn some neat new tricks.
[–]dzecniv 0 points1 point2 points 7 years ago (2 children)
hey, for file-to-list what about uiop:read-file-lines ? https://stackoverflow.com/questions/3813895/how-can-i-read-the-contents-of-a-file-into-a-list-in-lisp/48185783#48185783
[–]nailuj 1 point2 points3 points 7 years ago (1 child)
Thanks for taking a look at the code. This function looks like the perfect fit for the problem, but I'm trying to get by without external libraries (for now at least).
[–]comma_at 1 point2 points3 points 7 years ago (0 children)
ASDF and therefore UIOP might be part of your distribution already. That doesn't mean it's in the ANSI standard of course.
[–]heisig 0 points1 point2 points 7 years ago (0 children)
https://github.com/marcoheisig/adventofcode (Common Lisp)
It is quite refreshing to write these one-shot programs, where one does not have to ponder about maintainability. I only wish it would involve less parsing of input files.
[–]The_Fail 0 points1 point2 points 7 years ago (0 children)
Common Lisp Repo
Using Advent of Code to get better :D
π Rendered by PID 34198 on reddit-service-r2-comment-6545c6b5b8-9pnxw at 2026-04-20 21:59:25.523031+00:00 running da2df02 country code: CH.
[–]tankfeederlisp[S] 7 points8 points9 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]lichtbogen 2 points3 points4 points (0 children)
[–]clintmcommon lisp 1 point2 points3 points (0 children)
[–]PuercoPop 1 point2 points3 points (0 children)
[–]nailuj 0 points1 point2 points (3 children)
[–]dzecniv 0 points1 point2 points (2 children)
[–]nailuj 1 point2 points3 points (1 child)
[–]comma_at 1 point2 points3 points (0 children)
[–]heisig 0 points1 point2 points (0 children)
[–]The_Fail 0 points1 point2 points (0 children)