#lisp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #lisp, aggregated by home.social.
-
Since the Metaspec (metaspec.dev/) was announced a couple of months ago, there have been many improvements. Thanks to #commonlisp on libera.chat for your suggestions!
- Added a search box in the header
- Added a dark/light theme button
- Added an outline sidebar that shows if there's horizontal space
- There is an OpenSearch spec to add it as a browser search engine
- Extra information is now listed in an Addenda section
- New Texinfo and Info renders added
- There is a new emacs integration package metaspec.dev/elpa/ for details
- X3J13 Issues have been integrated into the HTML
- Better handling of linking of LOOP keywords -
Since the Metaspec (metaspec.dev/) was announced a couple of months ago, there have been many improvements. Thanks to #commonlisp on libera.chat for your suggestions!
- Added a search box in the header
- Added a dark/light theme button
- Added an outline sidebar that shows if there's horizontal space
- There is an OpenSearch spec to add it as a browser search engine
- Extra information is now listed in an Addenda section
- New Texinfo and Info renders added
- There is a new emacs integration package metaspec.dev/elpa/ for details
- X3J13 Issues have been integrated into the HTML
- Better handling of linking of LOOP keywords -
Unexpected (to me) behaviour in Lisp sub-typing https://lobste.rs/s/zkgab8 #lisp
https://simondobson.org/2026/08/07/strange-behaviour-in-lisp-sub-typing/ -
Unexpected (to me) behaviour in Lisp sub-typing https://lobste.rs/s/zkgab8 #lisp
https://simondobson.org/2026/08/07/strange-behaviour-in-lisp-sub-typing/ -
RayforceDB – a pure C analytics database with a Lisp-like syntax
Comments: https://news.ycombinator.com/item?id=49300615
#HackerNews #RayforceDB #C #database #Lisp #syntax #analytics
-
RayforceDB – a pure C analytics database with a Lisp-like syntax
Comments: https://news.ycombinator.com/item?id=49300615
#HackerNews #RayforceDB #C #database #Lisp #syntax #analytics
-
RayforceDB – a pure C analytics database with a Lisp-like syntax
-
RayforceDB – a pure C analytics database with a Lisp-like syntax
-
“In this post, I want to swoon about macros, explain what "homoiconic" actually means, demonstrate their ubiquity in Elisp, depict their beauty on a detour through Hofstadter's strange loops and Escher's prints, and finally show off some tooling (macroexpand, emacs-lisp-macroexpand, macrostep) that enhances both comprehension and appreciation of macros.”
-
“In this post, I want to swoon about macros, explain what "homoiconic" actually means, demonstrate their ubiquity in Elisp, depict their beauty on a detour through Hofstadter's strange loops and Escher's prints, and finally show off some tooling (macroexpand, emacs-lisp-macroexpand, macrostep) that enhances both comprehension and appreciation of macros.”
-
🚀🙄 Behold, the hipster's dream: a "modern, hyperhackable" dock for the 3.5 people who use #Wayland and have a #Lisp fetish. 🤓 Just what the world needed, another reason to pretend we're all still living in the 1980s while sipping overpriced, artisanal coffee. ☕👴
https://codeberg.org/jjba23/lambdock #hipstertech #retrocomputing #artisanalcoffee #HackerNews #ngated -
🚀🙄 Behold, the hipster's dream: a "modern, hyperhackable" dock for the 3.5 people who use #Wayland and have a #Lisp fetish. 🤓 Just what the world needed, another reason to pretend we're all still living in the 1980s while sipping overpriced, artisanal coffee. ☕👴
https://codeberg.org/jjba23/lambdock #hipstertech #retrocomputing #artisanalcoffee #HackerNews #ngated -
Lambdock – Wayland-native GTK4 dock with a live Lisp REPL
https://codeberg.org/jjba23/lambdock
Comments: https://news.ycombinator.com/item?id=49260628
#HackerNews #Lambdock #Wayland #GTK4 #Lisp #REPL #open-source
-
Lambdock – Wayland-native GTK4 dock with a live Lisp REPL
https://codeberg.org/jjba23/lambdock
Comments: https://news.ycombinator.com/item?id=49260628
#HackerNews #Lambdock #Wayland #GTK4 #Lisp #REPL #open-source
-
Show HN: Lambdock – Wayland-native GTK4 dock with a live Lisp REPL
-
Show HN: Lambdock – Wayland-native GTK4 dock with a live Lisp REPL
-
-
Common #Lisp introspection superpowers :)
-
Common #Lisp introspection superpowers :)
-
Пишу русскоязычный ЯП. Помогите выбрать самый читаемый вариант синтаксиса
Если честно, я давно планировал написать свой язык. Просто надоело на каждом проекте писать одинаковый бойлерплейт, ловить неожиданные ошибки в рантайме, натыкаться на компоненты аля LoanPreloanInterractNDFL6.2ReportViewComponent - и гадать - что имел ввиду художник... В итоге получился язык "Марка" — штука статически-типозированная, но в которой типы живут во время выполнения, ошибки обрабатываются сами, а из REPL можно сразу дергать запросы и смотреть, что приходит на клиенте и сервере. Как давно мечтал. Но раскидав исходники по знакомым, получил неутешительный фидбэк: читать трудно! Встал дурацкий вопрос: как это должно выглядеть в коде, чтобы было удобно? Я набросал 4 варианта синтаксиса — от LISP-стиля до почти Python - нотации. У каждого есть плюсы и минусы, и я уже неделю не могу выбрать. Т.к. язык русскоязычный, все варинаты сделаны так, чтобы в процессе кодинга не пришлось переключать раскадку. Для некоторых действиет правило: - `фун(эл1 эл2)` символ без пробела перед скобкой - значит вызов функции - `(эл1 эл2)` нет символа без пробел перед скобкой - значит список Поэтому хочу обратиться за помощью к вам: какой вариант был бы реально удобен в ежедневной работе? Не теоретически, а когда надо быстро накидать фичу и не думать о запятых. Какой вариант Вам читать и писать было бы удобнее?
https://habr.com/ru/articles/1070114/
#языки_программирования #lisp #функциональное_программирование #синтаксис #fullstack #backend #frontend #статическая_типизация #typescript #python
-
A Web Site in Vibe Coded Common Lisp
http://funcall.blogspot.com/2026/08/a-web-site-in-vibe-coded-common-lisp.html
-
A Web Site in Vibe Coded Common Lisp
http://funcall.blogspot.com/2026/08/a-web-site-in-vibe-coded-common-lisp.html
-
Emacs lost the text war and won another one. The default buffer is a notepad, so history framed it as Vim's rival, but the actual architecture is a cross-OS Lisp runtime with a shared event bus where every module talks to every other. Vim stayed in the buffer. Emacs kept expanding until it became an interface to the operating system. The real competitor was never another tool. It was the browser - tabs, applications, a portable virtual machine, everything under one window.
-
Emacs lost the text war and won another one. The default buffer is a notepad, so history framed it as Vim's rival, but the actual architecture is a cross-OS Lisp runtime with a shared event bus where every module talks to every other. Vim stayed in the buffer. Emacs kept expanding until it became an interface to the operating system. The real competitor was never another tool. It was the browser - tabs, applications, a portable virtual machine, everything under one window.
-
Fibers in Jolt: green threads that fit core.async https://lobste.rs/s/mvsfcm #clojure #lisp #vibecoding
https://yogthos.net/posts/2026-08-10-jolt-fibers.html -
Fibers in Jolt: green threads that fit core.async https://lobste.rs/s/mvsfcm #clojure #lisp #vibecoding
https://yogthos.net/posts/2026-08-10-jolt-fibers.html -
@aud Assembler for (a) speed and (b) gatekeeping. Not Prolog and definitely not APL because APL is simply insane. Possibly with a side project purporting to write it in Lisp just to draw in all the posers and weirdos and those who weirdly pose as weirdos.
#assembler #prolog #apl #lisp -
Why Target Common Lisp for Code Generation?
http://funcall.blogspot.com/2026/08/why-vibe-code-in-lisp.html
Comments: https://news.ycombinator.com/item?id=49269429
#HackerNews #CommonLisp #CodeGeneration #Programming #Language #Lisp
-
Why Target Common Lisp for Code Generation?
http://funcall.blogspot.com/2026/08/why-vibe-code-in-lisp.html
Comments: https://news.ycombinator.com/item?id=49269429
#HackerNews #CommonLisp #CodeGeneration #Programming #Language #Lisp
-
Why Target Common Lisp for Code Generation?
http://funcall.blogspot.com/2026/08/why-vibe-code-in-lisp.html
-
Why Target Common Lisp for Code Generation?
http://funcall.blogspot.com/2026/08/why-vibe-code-in-lisp.html
-
As feared, there's something afoot with nested clipping using the stencil buffer. But we now have kittens (images).
-
As feared, there's something afoot with nested clipping using the stencil buffer. But we now have kittens (images).
-
The (German-language) book "LISP - Anwendungsgebiete, Grundbegriffe, Geschichte" (LISP - Applications, Fundamentals, History)
https://doi.org/10.1515/9783112563724
is an unusual compilation of pre-1980 LISP dialects.
-
The (German-language) book "LISP - Anwendungsgebiete, Grundbegriffe, Geschichte" (LISP - Applications, Fundamentals, History)
https://doi.org/10.1515/9783112563724
is an unusual compilation of pre-1980 LISP dialects.
-
There are still things that aren't working, like textures for patterns or complex clipping regions but, this has been illuminating where my opengl-fixed-function-medium isn't quite as reusable as I want it nicely.
-
There are still things that aren't working, like textures for patterns or complex clipping regions but, this has been illuminating where my opengl-fixed-function-medium isn't quite as reusable as I want it nicely.