#crochet #catlang #programming
Making a CARgo Net!!
The second one will necessarily be a CDRgo net. Sorry I have #LISP when I talk about code.
#makestuff
#crochet #catlang #programming
Making a CARgo Net!!
The second one will necessarily be a CDRgo net. Sorry I have #LISP when I talk about code.
#makestuff
Reunited MIT-MC.ARPA with a page of the Boston Globe once taped to its IO cabinet. ITS #vintagecomputing #retrocomputing #lisp #mit #ailab
Hard at work moving locals from the heap to the stack.
Reading about live coding lisp:
https://kevingal.com/blog/cl-livecoding.html
I am reminded of (fluxus) which was lisp based (racket I think) which still has some web presence:
http://www.pawfal.org/Software/fluxus_/
(fluxus) is a audio visualization tool with 3d modeling and live coding environment. I don't think it's maintained anymore. Anyone knows if there is a visual live coding platform using lisp and connecting to openGL or similar?
I'm interested in learning lisp, and generally I like coding visual over anything else. #lisp #livecoding
@surabax hey, I was talking to @aral who submitted a recording for today's show, just finished (https://communitymedia.video/w/kTjUgHSYCZsJwucUPVoLgx). I wonder if lisp ireland might come up with a lisp interface to their https://small-web.org/ #Kitten.
Viz unhelpful brainstorming I remember @mnl's parenscript being pretty handy still current in that nothing-much-to-be-changed-anymore #lisp way.
#lispyGopherClimate #archive! show mastodon is down/please #boost if you see this so people see this/
https://communitymedia.video/w/kTjUgHSYCZsJwucUPVoLgx
#climateCrisis #haiku from @kentpitman as always!
#smallnet #smallweb episode feat. @aral of https://small-web.org/ and #Kitten.
due to a timezone mixup, Aral is a recording. I have no idea what he has recorded.
First in a string of guest interviews.
We were planning to talk about the attacks on @Codeberg and #hyperlinks I think
HELLO. Here's a brief update video on the SBCL and Trial/Kandria port to the Nintendo Switch.
Please consider supporting our continued work on Patreon: https://patreon.com/shinmera
RPT and RPTQ (RePeaT) are Interlisp iteration expressions that evaluate a form a specified number of times, without or with quoting. This is an example, more details in the Interlisp Reference Manual:
Shades of Lisp Machines.
I wrote two new functions of DandeGUI, my GUI library for text and graphics output on Medley Interlisp. The first function clears the text of windows, the other prints status messages.
https://journal.paoloamoroso.com/adding-window-clearing-and-message-printing-to-dandegui
Hello!
I live in Milan, Italy, where I've always worked in astronomy and space outreach and education. I post about these and my other tech interests such as Lisp, retrocomputing, Linux, Assembly, and more.
This is me at Kennedy Space Center on Apr 21, 2022. Behind, at pad 39A, is the Falcon 9 rocket that carried my astronaut friend Samantha Cristoforetti to space days later. More photos of the experience:
Graphics livecoding in Common Lisp | Kevin Galligan
「 Some Lisps, like Common Lisp, have a powerful feature that tends to go underappreciated amidst all the talk about macros: the ability to recompile your program while it's running, without restarting it. For the purposes of this post, and because it sounds cool, let's call this ability livecoding 」
Show HN: A Common Lisp implementation in development, supports ASDF
Link: https://savannah.nongnu.org/p/alisp
Discussion: https://news.ycombinator.com/item?id=43811432
#emacs #lisp #programming #technology #blog https://screw-lisp.statichost.eu/emacs/swankful-software-individuals.html #softwareIndividuals #knowledgerepresentation
Teaching my Screwlispbot softwareindividual how to l̶o̶v̶e use emacs via #commonlisp slime swank.
https://screw-lisp.statichost.eu/
Quite a lot of commentary on using-emacs-at-all.
Comments, thoughts, criticisms, website advice sought.
Okay it seems like we have three weeks of great interviews coming for the #lispyGopherClimate #lisp #live #podcast
sharpsign
foreshadowing
Hey, Lispers and Pythonistas!
Got something new that just might blow your mind. It certainly blew mine.
Run this. Then read the code to see what it is doing. This is going to be of great interest in the #infosec community.
#commonlisp #lisp
https://github.com/ksaj/Periodic-Table-of-Primes/blob/main/ptp.lisp
#python
https://github.com/ksaj/Periodic-Table-of-Primes/blob/main/ptp.py
There is a handy comment macro. It ignores the body and returns #<unspecified>.
I use it often during development, I wrap some code in it, which I re-eval from time to time, but don't want to be evaluated during whole module eval/reload.