(WRITE
(URL-CONTENTS-TO-STRING #u" https://github.com/phoe/amb/raw/6b4f4dab8cc061458757ae094b46273cebfdc48e/src/amb.lisp ")
:STREAM PAPER-STREAM
:PRETTY :VERY
:PAGE 2)
I can already see:
A stranger stops in front of you. They pick their backpack and open it. They take the Steamdeck out of it and shove it in your face.
"IT RUNS ARCH, BTW"
Two years ago I started a thread on the Fediverse that finally become "Things I Learnt The Hard Way (in 30 Years of Software Development)": https://books.juliobiason.me/things-i-learnt/index.html
I still writing things there sometimes.
#t)))))))))))))
This is a perfectly normal way to end a 65 line procedure, I don't see the problem
I have a question about software edition.
What development environment do you know that are model-oriented instead of source-oriented ?
The idea is that instead of editing source code files directly, you edit a model from which you generate the source code of your software (eventually, it also allows you to generate other things from the model like documentation, diagrams, etc.).
https://github.com/joshiemoore/snakeware and they make fun of #javascript #programming
There's a game jam starting tomorrow centered on lisp (any dialect).
https://itch.io/jam/spring-lisp-game-jam-2020
Do you like #GNOME and #KDE but wish you could have both? Well, look no further because now we have KNOME!
https://knome.org
Web Programming in SWI Prolog
Do you want drama? Here's some.
https://github.com/standard/standard/issues/1381
TL;DR a popular JS library will display paid ads right in your terminal when you run your code.
(let ((cnx (make-mastodon "feufochmar@functional.cafe"))) (set-profile cnx "Someone haunting the Internet maze.") (toot cnx "Hello World!"))