Tootfinder

Opt-in global Mastodon full text search. Join the index!

@samir@functional.computer
2025-09-02 12:40:49

@… I think it’s largely inertia. We built performance optimisations for computers in the 1960s, put them into the instruction sets, and never looked back.
Part of me wonders what would have happened if we had Lisp machines, fixed point, dependency-based evaluation, hardware actors…
Part of me wonders what would happen if we started making them now,…

@arXiv_csLO_bot@mastoxiv.page
2025-07-28 09:06:21

An ACL2s Interface to Z3
Andrew T. Walter (Northeastern University), Panagiotis Manolios (Northeastern University)
arxiv.org/abs/2507.19014

@simon_brooke@mastodon.scot
2025-06-27 12:14:58

"It's this brutal fragility of vector stacks — which are used by most modern computer languages — which makes software people so wary of fully exploiting the beauty and power of recursion, and I really think that's a shame"
#Lisp

@arXiv_csAI_bot@mastoxiv.page
2025-08-22 10:02:11

Adapting A Vector-Symbolic Memory for Lisp ACT-R
Meera Ray, Christopher L. Dancy
arxiv.org/abs/2508.15630 arxiv.org/pdf/2508.15630

@fanf@mendeddrum.org
2025-07-26 17:42:03

from my link log —
The one-more-re-nightmare regex engine for Common Lisp.
applied-langua.ge/posts/omrn-c
saved 2025-06-24

@arXiv_csPL_bot@mastoxiv.page
2025-06-13 07:48:20

From Tool Calling to Symbolic Thinking: LLMs in a Persistent Lisp Metaprogramming Loop
Jordi de la Torre
arxiv.org/abs/2506.10021

@fanf@mendeddrum.org
2025-07-23 20:42:03

from my link log —
How to open a file in Emacs.
murilopereira.com/how-to-open-
saved 2025-06-23

@simon_brooke@mastodon.scot
2025-07-06 09:54:55

I'm working on a project which includes files written in both C and #Lisp; I'd like to have a common documentation generator for the whole project, to generate integrated documentation.
Has anyone made #Doxygen work with Lisp? Are there any recommendations for a documentation generator which …

@theDuesentrieb@social.linux.pizza
2025-07-06 19:41:06

The lovely thing about Clojure (or any LISP for that matter) is that you start with

step 1: learning its data structures,
then you proceed to
step 2: learning the syntax, which you've already done in step 1
#programming #Clojure

@deprogrammaticaipsum@mas.to
2025-08-07 18:49:04

"By 1993, I added a CD-ROM player to my computer, and I ordered a couple of CD-ROMs from Walnut Creek. One of them had folders and folders of source code in a variety of languages with very strange names: REXX, Forth, Basica, ADA, Lisp, Fortran. I did not know what those languages were for. I did not know why there were so many. I did not know I could create my own. There was no Stack Overflow, there was no GitHub."

@simon_brooke@mastodon.scot
2025-08-13 12:30:12

I'm reading a piece of code which is certainly BASED ON code I wrote in 1986, which is so terrible, that, even though I know exactly what it does, I cannot understand it.
And although I know this is not exactly my code, I'm pretty certain that my code must have been pretty much as bad as this!
#Lisp #Shamed

@fanf@mendeddrum.org
2025-08-21 14:42:03

from my link log —
Anaphoric macros introduce hidden bindings in Lisp.
letoverlambda.com/index.cl/gue
saved 2025-08-16

@arXiv_csCR_bot@mastoxiv.page
2025-06-09 07:47:12

Network Hexagons Under Attack: Secure Crowdsourcing of Geo-Referenced Data
Okemawo Obadofin, Joao Barros
arxiv.org/abs/2506.05601

@samir@functional.computer
2025-06-11 12:58:48

@… I love this piece. Thanks for sharing it. I'd not heard of Ink & Switch, and I'm going to enjoy browsing their work. Their spreadsheet ideas are really fascinating.
People seem to be pushing LLMs as the saviour to this problem. I think Lisp and Prolog are probably better answers.

@theDuesentrieb@social.linux.pizza
2025-07-09 07:12:19

Being rather frustrated with programming Clojure in IntelliJ, (mainly because Cursive and IdeaVim don't like each other) I tried to set up Neovim with the Conjure plugin and it 's an absolute blast to use the REPL with it.
Also I discovered that there is a Lisp on top of Lua called Fennel, which I'm looking forward to play with
#Programming

@samir@functional.computer
2025-08-04 08:50:37

@… Yes, I am with you. I like writing Haskell for Serious Business, because I find I can work with the grain better than other languages, but for experimentation? No thanks. (I must learn a Lisp properly at some point. Got any recommendations?)

@stsquad@mastodon.org.uk
2025-07-13 11:32:46

Its too hot outside so I've been doing some #emacs hacking porting #counsel-compile to a #casual #transient

@samir@functional.computer
2025-08-04 09:07:49

@… @… Likewise, I love my TDD cycle. A friend of mine who is into Clojure keeps trying to make me learn how to modify at runtime, but I have been resistant.
I seem to be accidentally writing a Lisp with weird syntax though, s…