"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

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

Que un libro de programación te saque una buenas jijeades es un gran logro. #lisp

amaciel's tweet image. Que un libro de programación te saque una buenas jijeades es un gran logro. #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

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


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

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

#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.

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.

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 🧐🤔

Legit cursed for half an hour, trying to get the value out of my parent slot class in LISP legitimately forgetting that CALL-NEXT-METHOD is right there and I use it often... The wizard is developing dementia #lisp

run_guns's tweet image. Legit cursed for half an hour, trying to get the value out of my parent slot class in LISP legitimately forgetting that CALL-NEXT-METHOD is right there and I use it often...

The wizard is developing dementia

#lisp

dbg: A server, client and UI for remotely debugging Racket applications. github.com/Bogdanp/racket… pkgs.racket-lang.org/package/dbg #racket #lisp #scheme #racketlisp

racketlang's tweet image. dbg: A server, client and UI for remotely debugging Racket applications.

github.com/Bogdanp/racket…

pkgs.racket-lang.org/package/dbg
#racket #lisp #scheme #racketlisp

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

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  🇧🇪

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! 🔥

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

#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

udemy.com

Common Lisp programming: from novice to effective developer

Learn the Lisp language, the tools and the ecosystem to become a productive and happy programmer.


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)

I got his spit in my eye over the internet. #lisp


Remember when I said I was working on a lazy stream abstraction for Emacs Indigo? It's finally here in v0.10.0, and I'm pretty excited about how it turned out. #emacs #lisp #programming #code #cheminformatics #chemistry

gicrisf's tweet image. Remember when I said I was working on a lazy stream abstraction for Emacs Indigo? It's finally here in v0.10.0, and I'm pretty excited about how it turned out.

#emacs #lisp #programming #code #cheminformatics #chemistry

"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

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

Lisp、だんだん面白くなってきた😄 #プログラミング勉強中 #programming #lisp #clisp ちな、#julia#update してた。 #version 1.10.1 -> 1.10.2 #julia言語

yasudaidai's tweet image. Lisp、だんだん面白くなってきた😄
#プログラミング勉強中 
#programming 
#lisp #clisp 
ちな、#julia が #update してた。
#version 1.10.1 -> 1.10.2
#julia言語
yasudaidai's tweet image. Lisp、だんだん面白くなってきた😄
#プログラミング勉強中 
#programming 
#lisp #clisp 
ちな、#julia が #update してた。
#version 1.10.1 -> 1.10.2
#julia言語

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.

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

fumokmm's tweet image. #めいげんガール #LISP
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

For reasons I was looking at the Space-Cadet keyboard earlier. Feast your eyes on those modifier keys! 🤩 #lisp

WillFlux's tweet image. For reasons I was looking at the Space-Cadet keyboard earlier. Feast your eyes on those modifier keys! 🤩
#lisp

🔥What about porting a small #LISP to the HP Prime calculator? Sounds fun, isn't it? #HPPrime

adumont's tweet image. 🔥What about porting a small #LISP to the HP Prime calculator? Sounds fun, isn't it?

#HPPrime

lol. Paul Graham blocked me. twitter .com/paulg #lisp #emacs

xah_lee's tweet image. lol. Paul Graham blocked me.
twitter .com/paulg
#lisp #emacs

Improved reader performance in LBM. #Lisp #microcontrollers

sve10362122's tweet image. Improved reader performance in LBM. 
#Lisp #microcontrollers

#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.

Вот вам немного геймдева на Common Lisp от @awkravchuk. Есть как теория (в том числе про ECS), так и примерчики. Хабр иногда торт. habr.com/ru/articles/76… #ECS #Lisp #gamedev

Suvitruf's tweet image. Вот вам немного геймдева на Common Lisp от @awkravchuk. Есть как теория (в том числе про ECS), так и примерчики. Хабр иногда торт.

habr.com/ru/articles/76…

#ECS #Lisp #gamedev

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 🧐🤔

Some of the things at work / 2 #SBCL25 #lisp

elsconf's tweet image. Some of the things at work / 2 #SBCL25 #lisp

Last weekend, I wrote a little Common Lisp program that generates a blogroll for my website. It reads the RSS and Atom feeds from my favourite blogs and lists their five latest posts on an HTML page. Check it out here: susam.net/roll.html #lisp #programming #web #blogging

susam's tweet image. Last weekend, I wrote a little Common Lisp program that generates a blogroll for my website. It reads the RSS and Atom feeds from my favourite blogs and lists their five latest posts on an HTML page.

Check it out here: susam.net/roll.html

#lisp #programming #web #blogging

Indeed! :) #Lisp

EmreSevinc's tweet image. Indeed! :)  #Lisp

1958! Everything about computing in 1958 was a constraint



Loading...

Something went wrong.


Something went wrong.


United States Trends