shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

266
active users

#lisp

17 posts15 participants0 posts today

we're pleased to announce guixotic.coop, a new free software cooperative focused on gnu guix and guile cofounded by @podiki, maxim cournoyer and me. we offer services including training, commercial support, development, system administration (CI/CD, HPC), packaging -- in short, everything guix and guile.

our goal is to strengthen & expand the community, bringing in new people and organizations (our clients), supporting development work, and growing the network of organizations supporting these technologies.

could you or an organization you know of benefit from our services? email contact@guixotic.coop or contact us here!

full announcement: lists.gnu.org/r/guix-devel/202

GuixoticGuixotic | GNU Guix and Guile Worker CooperativeGuixotic is a worker cooperative specializing in the development of GNU Guix, Guile and related technologies.
#gnu#guix#guile

Very hard to see people being Wrong on the Internet.

But on the other hand, I DO NOT want to be THAT GUY pointing out inaccuracies in Youtube comments.

BUT when a video claims that ever #python interpreter contains a copy of #LISP ?

Accuracy is important y'all :)

#bookReview #psychology #neuroscience #automata #engineering #technology #bookstodon
my Book review of Braitenberg’s Vehicles Experiments in Synthetic Psychology
screwlisp.small-web.org/comple

I connect this to #lisp #programming for our upcoming (48 hours from tooting) interview with @ksaj about cluster and swarm-intelligence computing, featuring lisp.

If you have adjacent thoughts or questions you might like Ksaj and I (and the usual crowd) to consider, please do discuss them here.

screwlisp.small-web.orgBook review of Braitenberg’s Vehicles Experiments in Synthetic Psychology

A few weeks ago I wondered what it takes to turn a small LISP-1 into a LISP-2. Turns out it takes just a few hours to get most things right, then some days to iron out a few subtleties, and then a couple of weeks to polish it into a piece of art.
MICRO COMMON LISP is a tiny, purely symbolic, microscopic subset of #CommonLISP. It runs in less than 64K bytes of memory, even on #DOS (tiny model) or CP/M. Here it is:
t3x.org/mcl/
#CPM #LISP

t3x.orgT3X.ORG mcl/index

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 can work for both (and also Markdown, which is what my specification docs are written in?

#lisp Cookbook, condition handling: handler-bind better explained: it doesn't unwind the stack.

lispcookbook.github.io/cl-cook

context (and self plug): as I was meeting with Ari on our Lisp mentoring session (PM if interested ;) ), I realized this page was lacking. But the topic was well and complete on my Udemy course. So I took another 1h40min and "backported" this example. Hope you learn a thing or two.

lispcookbook.github.ioError and exception handlingA collection of examples of how to use Common Lisp

#programming #softwareEngineering #computerHistory #bibliography #Sandewall #softwareIndividuals #LISP #CAISOR
screwlisp.small-web.org/comple

My promised bibliography of open-access CAISOR #AI articles from the 1960s-2010s. Each citation links into codeberg.org/tfw/pawn-75 's collected oddities. Because I focused on preserving rarities such as draft versions of papers from the 60s and a single sentence article with JOHN overwrote onto it, my collection should be regarded as a primary archive.

screwlisp.small-web.orgSandewall’s Combined Agenda for Information Analysis, Software Systems, Open-Access Publishing and Knowledge Representation bibliography and links
Replied in thread

@vashti and this is why we shouldn't store numbers in fixed width fields, or compute using 32 or 64 or 128 bit or any other fixed size integers.

Bignum arithmetic has been a solved problem in computing since Maclisp in the 1960s.

Replied in thread

<">
Lisp forms. I converted them to strings, sent it over, then read it on the other side.
You can even eval them on the other side after reading, so you can pass function or macro definitions to other nodes
</">

Yes, yes, and yes.
Thank you for clarifying.

I asked just to find out what someone else did.
(My own experimentation like that once upon a time was just for my own consumption.
I had to switch to something else then, so I let it sleep unfinished...)

#Lisp

@hajovonta @screwlisp @ksaj

#programming #softwareEngineering #commonLisp images as communicating #automata screwlisp.small-web.org/comple screwlisp.small-web.org/comple

Article with one minute video showing four lisp images chattering unattended.

There is no leader- they're just talking. However, they are using #emacs #slime #eepitch and sleeps so you can usefully watch them.

A precursor to next week's episode featuring @ksaj discussing breitenbergian vehicles etc.

Do you use a cluster of #lisp images?

My bignum implementation is broken, but how broken is it? Understanding how it comes to be broken is the first stage towards fixing it.

(+ 10000000000000000000 10000000000000000000)

prints the same value as

(* 2 10000000000000000000)

which is

1,553,255,926,290,448,384

It's the wrong value, but... is it the arithmetic that's wrong? I've been stuck on this for a very long time, but I begin to think that it's not.

The reader may be failing, and the printer is failing...

#Lisp

>>>