#lisp search results

#AdventOfCode 2025 day4 #lisp The half of time spent on recalling the aoc map lib I wrote before. I thought the second part might be some dijkstra or something. It just run more times.

ccQpein's tweet image. #AdventOfCode 2025 day4 #lisp

The half of time spent on recalling the aoc map lib I wrote before.

I thought the second part might be some dijkstra or something. It just run more times.

#AdventOfCode day 23 #lisp I like this year's puzzle, a lot recursive puzzles.

ccQpein's tweet image. #AdventOfCode day 23 #lisp 

I like this year's puzzle, a lot recursive puzzles.

"Anyway, that’s how I landed a Common Lisp job in 2055." - buff.ly/wYYnCK1 #lisp #cosmiclanguage

Franzinc's tweet image. "Anyway, that’s how I landed a Common Lisp job in 2055." -  buff.ly/wYYnCK1
#lisp #cosmiclanguage

#めいげんガール #LISP LISPは神が作った、それ以外は人が作った

fumokmm's tweet image. #めいげんガール #LISP
LISPは神が作った、それ以外は人が作った

Ok, that's officially the nerdiest thing I've done. Completing the challenge for #vccc2024 in P-LISP from 1981 on #apple2 #lisp


Loving how @smeghead is pushing @phel_lang forward - mixing #lisp, @official_php, and even Japanese comments into one project. Truly a wild & creative combo! 🔥

Chemaclass's tweet image. Loving how @smeghead is pushing @phel_lang forward -  mixing #lisp, @official_php, and even Japanese comments into one project. Truly a wild & creative combo! 🔥

Very close to having my common #lisp ordinals viewer ready to ship. Testing it by downloading my @goosinals pfp from Bitcoin Core.

shinohai2017's tweet image. Very close to having my common #lisp ordinals viewer ready to ship. Testing it by downloading my @goosinals pfp from Bitcoin Core.

I wonder how many Lispers live in Lisper street #Belgium #fun #Lisp 🇧🇪

EmreSevinc's tweet image. I wonder how many Lispers live in Lisper street #Belgium #fun #Lisp  🇧🇪
EmreSevinc's tweet image. I wonder how many Lispers live in Lisper street #Belgium #fun #Lisp  🇧🇪

Spent the last few days diving into Lisp. After almost 30 years of coding in many different OOP and FP languages, I finally faced my fear of parentheses, and I’m impressed with what I’ve seen so far. #clojure #lisp

per_arneng's tweet image. Spent the last few days diving into Lisp. After almost 30 years of coding in many different OOP and FP languages, I finally faced my fear of parentheses, and I’m impressed with what I’ve seen so far.  #clojure #lisp

Programming language rates 2011 and 2024 in @StackOverflow, trend of FP vs OO, #lisp #haskell #clojure #fsharp

Thoriumi's tweet image. Programming language rates 2011 and 2024 in @StackOverflow, trend of FP vs OO, #lisp #haskell #clojure #fsharp

Recursion + Collector functions are absolutely breaking my brain 💀🤯 #programming #lisp #scheme

psionicalch's tweet image. Recursion + Collector functions are absolutely breaking my brain 💀🤯

#programming #lisp #scheme

First Lumbini Provincial Coordination Committee completed with representatives from the three tiers of government for the Local Infrastructure Support Programme (LISP) on the Operating Procedures and Improved Modality #UKinNepal #LISP #Dt-Global

RimaDPB's tweet image. First Lumbini Provincial Coordination Committee completed with representatives from the three tiers of government for the Local Infrastructure Support Programme (LISP)  on the Operating Procedures and Improved Modality #UKinNepal  #LISP #Dt-Global
RimaDPB's tweet image. First Lumbini Provincial Coordination Committee completed with representatives from the three tiers of government for the Local Infrastructure Support Programme (LISP)  on the Operating Procedures and Improved Modality #UKinNepal  #LISP #Dt-Global
RimaDPB's tweet image. First Lumbini Provincial Coordination Committee completed with representatives from the three tiers of government for the Local Infrastructure Support Programme (LISP)  on the Operating Procedures and Improved Modality #UKinNepal  #LISP #Dt-Global

The “Trump is a Bully” starter pack #Trump #TrumpOnX #Lisp


Reunited MIT-MC.ARPA with a page of the Boston Globe once taped to its IO cabinet. ITS #vintagecomputing #retrocomputing #lisp #mit #ailab

sdf_pubnix's tweet image. Reunited MIT-MC.ARPA with a page of the Boston Globe once taped to its IO cabinet. ITS #vintagecomputing #retrocomputing #lisp #mit #ailab
sdf_pubnix's tweet image. Reunited MIT-MC.ARPA with a page of the Boston Globe once taped to its IO cabinet. ITS #vintagecomputing #retrocomputing #lisp #mit #ailab
sdf_pubnix's tweet image. Reunited MIT-MC.ARPA with a page of the Boston Globe once taped to its IO cabinet. ITS #vintagecomputing #retrocomputing #lisp #mit #ailab

TIL: IDA ICE (Indoor Climate and Energy) simulation software is programmed in Common Lisp #Lisp #CommonLisp #simulation 🧐🤔

EmreSevinc's tweet image. TIL: IDA ICE (Indoor Climate and Energy) simulation software is programmed in Common Lisp #Lisp #CommonLisp #simulation 🧐🤔

🧵 I och med att det är påsktider händer det att det blir en extra godisbit, eller ännu bättre; chokladpralin. Förutom #Cloetta och #Mondelez finns även Lindt & Sprüngli (#LISP), som är noterade i Schweiz. Notera att en aktie kostar drygt 1,37 mkr. 👇

don_crisse's tweet image. 🧵 I och med att det är påsktider händer det att det blir en extra godisbit, eller ännu bättre; chokladpralin. Förutom #Cloetta och #Mondelez finns även Lindt & Sprüngli (#LISP), som är noterade i Schweiz. Notera att en aktie kostar drygt 1,37 mkr. 👇

#AdventOfCode 2025 day4 #lisp The half of time spent on recalling the aoc map lib I wrote before. I thought the second part might be some dijkstra or something. It just run more times.

ccQpein's tweet image. #AdventOfCode 2025 day4 #lisp

The half of time spent on recalling the aoc map lib I wrote before.

I thought the second part might be some dijkstra or something. It just run more times.

#AdventOfCode 2025 day3 #lisp First part is special case of the second part. At first, when I brute-forced the second part, I ran out of memory. Since the positions in the sequence are fixed, the first result of my recursion is the maximum value. So, the optimizations are:

ccQpein's tweet image. #AdventOfCode 2025 day3 #lisp

First part is special case of  the second part. At first, when I brute-forced the second part, I ran out of memory. Since the positions in the sequence are fixed, the first result of my recursion is the maximum value. So, the optimizations are:

#AdventOfCode day2 #lisp invalid-id is the special situation of invalid-id-2, I can merge them. I just too lazy.

ccQpein's tweet image. #AdventOfCode day2 #lisp 

invalid-id is the special situation of invalid-id-2, I can merge them. I just too lazy.

#AdventOfCode 2025 day 1 #lisp The part 1 is pretty easy because the lisp's modulo can get the answer directly. Part2 just waste me a looooooooong time. Keep getting the wrong number when I try to get some fine solution. Screw it, I do my stupid bruce force

ccQpein's tweet image. #AdventOfCode 2025 day 1 #lisp 

The part 1 is pretty easy because the lisp's modulo can get the answer directly. 

Part2 just waste me a looooooooong time. Keep getting the wrong number when I try to get some fine solution. 

Screw it, I do my stupid bruce force

🎁 The video on HASH-TABLES is free to watch for everyone (as are 9 videos in total): ➡️ udemy.com/course/common-… Indeed, dealing with them was one of my biggest pain points as a newcomer. We see how to make our life easier. #lisp #commonlisp #programming #freecourse


I took it easy today. I just learned how to load files in SBCL D23 #100DaysOfCode #lisp


Dape (#Emacs DAP client) config using #lisp feels refreshing after (countless awful memories in the past of fighting with) launch.json to get it working with #PHP #XDebug running in local development VM. Static JSON and custom template variables v.s. lisp expression.. (WIP)

jasalt_'s tweet image. Dape (#Emacs DAP client) config using #lisp feels refreshing after (countless awful memories in the past of fighting with) launch.json to get it working with #PHP #XDebug running in local development VM.

Static JSON and custom template variables v.s. lisp expression.. (WIP)

#AdventOfCode 2025 day4 #lisp The half of time spent on recalling the aoc map lib I wrote before. I thought the second part might be some dijkstra or something. It just run more times.

ccQpein's tweet image. #AdventOfCode 2025 day4 #lisp

The half of time spent on recalling the aoc map lib I wrote before.

I thought the second part might be some dijkstra or something. It just run more times.

Dape (#Emacs DAP client) config using #lisp feels refreshing after (countless awful memories in the past of fighting with) launch.json to get it working with #PHP #XDebug running in local development VM. Static JSON and custom template variables v.s. lisp expression.. (WIP)

jasalt_'s tweet image. Dape (#Emacs DAP client) config using #lisp feels refreshing after (countless awful memories in the past of fighting with) launch.json to get it working with #PHP #XDebug running in local development VM.

Static JSON and custom template variables v.s. lisp expression.. (WIP)

Just wrote a State Transition Function. The program compiles into VM opcodes, and Winterfell handles the proof that the execution is valid. #zkSTARKs #Rust #Lisp

zklisp's tweet image. Just wrote a State Transition Function. The program compiles into VM opcodes, and Winterfell handles the proof that the execution is valid.

#zkSTARKs #Rust #Lisp

#AdventOfCode 2025 day3 #lisp First part is special case of the second part. At first, when I brute-forced the second part, I ran out of memory. Since the positions in the sequence are fixed, the first result of my recursion is the maximum value. So, the optimizations are:

ccQpein's tweet image. #AdventOfCode 2025 day3 #lisp

First part is special case of  the second part. At first, when I brute-forced the second part, I ran out of memory. Since the positions in the sequence are fixed, the first result of my recursion is the maximum value. So, the optimizations are:

#AdventOfCode day2 #lisp invalid-id is the special situation of invalid-id-2, I can merge them. I just too lazy.

ccQpein's tweet image. #AdventOfCode day2 #lisp 

invalid-id is the special situation of invalid-id-2, I can merge them. I just too lazy.

#AdventOfCode 2025 day 1 #lisp The part 1 is pretty easy because the lisp's modulo can get the answer directly. Part2 just waste me a looooooooong time. Keep getting the wrong number when I try to get some fine solution. Screw it, I do my stupid bruce force

ccQpein's tweet image. #AdventOfCode 2025 day 1 #lisp 

The part 1 is pretty easy because the lisp's modulo can get the answer directly. 

Part2 just waste me a looooooooong time. Keep getting the wrong number when I try to get some fine solution. 

Screw it, I do my stupid bruce force

Loading...

Something went wrong.


Something went wrong.


United States Trends