writing.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small, intentional community for poets, authors, and every kind of writer.

Administered by:

Server stats:

335
active users

#sbcl

1 post1 participant0 posts today
screwlisp<p>I both was running late with the (admittedly complex) announcement and forgot to provide the <a href="https://anonradio.net:8443/anonradio" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="">anonradio.net:8443/anonradio</span><span class="invisible"></span></a> link. If you could <a href="https://mastodon.sdf.org/tags/boost" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>boost</span></a> ^ I'd be greatful</p><p><span class="h-card"><a href="https://climatejustice.social/@kentpitman" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>kentpitman</span></a></span> <span class="h-card"><a href="https://merveilles.town/@prahou" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>prahou</span></a></span> <span class="h-card"><a href="https://chaos.social/@pesco" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>pesco</span></a></span> <span class="h-card"><a href="https://mathstodon.xyz/@dougmerritt" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>dougmerritt</span></a></span> <span class="h-card"><a href="https://appdot.net/@mdhughes" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mdhughes</span></a></span> <span class="h-card"><a href="https://hachyderm.io/@nosrednayduj" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>nosrednayduj</span></a></span> <span class="h-card"><a href="https://social.sachachua.com/@sacha" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>sacha</span></a></span> <span class="h-card"><a href="https://gamerplus.org/@hairylarry" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hairylarry</span></a></span> </p><p>Also I will re: <span class="h-card"><a href="https://mastodon.online/@hajovonta" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hajovonta</span></a></span> being totally right about <a href="https://mastodon.sdf.org/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> being high performance.</p>
Karsten Johansson<p>Lisp sucks. Tell me what's wrong here:</p> <p>(DEFVAR x 0) ; GLOBAL BADNESS STAYS</p><p>(DEFUN dO-StuFf (NUMBer)<br> (LET ((rEsUlT 1))<br> (DECLARE (SPECIAL X)) ; THIS IS LEGAL HERE<br> (SETQ X NUMBER)<br> (TAGBODY<br> StaRT<br> (IF (&lt; X 1) (GO ENDz))<br> (SETQ rEsUlT (* rEsUlT X))<br> (SETQ x (- x 1)) ; NOTE: STILL USING GLOBAL <code>x</code> INSTEAD OF LOCAL <code>X</code><br> (GO StARt)<br> ENDz)<br> (pRiNt (lIsT 'FACtoRiAl-oF NUMBER 'iS rEsUlT))))</p><p>(DEFUN nOW-dO-AlL ()<br> (LET ((I 0))<br> (LOOP<br> (WHEN (&gt; i 5) (RETURN))<br> (Do-sTUFF i)<br> (SETQ i (+ i 1)))))</p><p><strong>(nOW-dO-AlL)</strong></p><p><a href="https://infosec.exchange/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> <a href="https://infosec.exchange/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> <a href="https://infosec.exchange/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> <a href="https://infosec.exchange/tags/clisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clisp</span></a> <span class="h-card" translate="no"><a href="https://mastodon.social/@amszmidt" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>amszmidt</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.sdf.org/@screwtape" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>screwtape</span></a></span></p>
Weekend Editor<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@glitzersachen" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>glitzersachen</span></a></span> </p><p>At guess:</p><p>* (equal <a href="https://mathstodon.xyz/tags/P" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>P</span></a>"/tmp" <a href="https://mathstodon.xyz/tags/P" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>P</span></a>"/tmp/")<br>NIL<br>* (equal (truename <a href="https://mathstodon.xyz/tags/P" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>P</span></a>"/tmp") (truename <a href="https://mathstodon.xyz/tags/P" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>P</span></a>"/tmp/"))<br>T</p><p>I think this is probably expensive, since truename has to touch the filesystem to figure out exactly what the pathname means?</p><p><a href="https://mathstodon.xyz/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a></p>
Karsten Johansson<p>Some important acronyms to know. Feel free to add some of your own.</p><p>Lisp:<br>Logic In Symbolic Paradigms<br>Lisp Inspires Strange People<br>Lisp Is Secretly Perfect</p><p>Python:<br>Pseudocode You’d Teach Hordes Of Newbies<br>Probably You'll Try Harder On Next-lang<br>Python: You'd Think Hardware's Optional Now</p><p>Emacs:<br>Editor Maintained As Community Shrine<br>Ecosystem Mainly Acquired by Cult Sysadmins<br>Emacs Means Always Configuring Something</p><p>Vim:<br>Vaguely Interactive Misery<br>Very Irritating Macros<br>Vim Isn't Modern</p><p>Linux:<br>Legendary Interface, Notoriously Unforgiving eXperience<br>Loyal In Nature, Unmatched eXtensibility<br>Linux Is Natural Under X</p><p><a href="https://infosec.exchange/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a> <a href="https://infosec.exchange/tags/vim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vim</span></a> <a href="https://infosec.exchange/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://infosec.exchange/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://infosec.exchange/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> <a href="https://infosec.exchange/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> <a href="https://infosec.exchange/tags/clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clojure</span></a> <a href="https://infosec.exchange/tags/emacslisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacslisp</span></a> <a href="https://infosec.exchange/tags/elisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>elisp</span></a> <a href="https://infosec.exchange/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> <a href="https://infosec.exchange/tags/julia" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>julia</span></a> <a href="https://infosec.exchange/tags/racket" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>racket</span></a> <a href="https://infosec.exchange/tags/wordplay" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wordplay</span></a> <a href="https://infosec.exchange/tags/developers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>developers</span></a> <a href="https://infosec.exchange/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Simon Brooke<p><span class="h-card" translate="no"><a href="https://social.tchncs.de/@Regenaxer" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Regenaxer</span></a></span> <span class="h-card" translate="no"><a href="https://mastodon.social/@borkdude" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>borkdude</span></a></span> <span class="h-card" translate="no"><a href="https://framapiaf.org/@vindarel" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>vindarel</span></a></span> Thanks! Right, so my comparable in-REPL times for iterative factorial 1000 are</p><p><a href="https://mastodon.scot/tags/PicoLisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PicoLisp</span></a>: (bench (apply * (range 1 1000)))<br>0.000 sec<br><a href="https://mastodon.scot/tags/Clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Clojure</span></a>: user=&gt; (time (apply *' (range 1 1000)))<br>"Elapsed time: 2.428199 msecs"<br><a href="https://mastodon.scot/tags/SBCL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SBCL</span></a>: CL-USER[1]: (time (apply #'* (alexandria:iota 1000 :step 1)))<br>Evaluation took:<br> 0.000 seconds of real time<br> 0.000015 seconds of total run time (0.000000 user, 0.000015 system)<br> 100.00% CPU<br> 45,990 processor cycles<br> 0 bytes consed</p><p><a href="https://mastodon.scot/tags/Lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Lisp</span></a></p>
Gene Pasquet<p><a href="https://toot.cat/tags/common" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>common</span></a> <a href="https://toot.cat/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> noob question: Is there a way to use libraries like Drakma on non-pthreaded implementations of <a href="https://toot.cat/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a>? Bordeaux-threads fails to install on GNU Clisp or <a href="https://toot.cat/tags/SBCL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SBCL</span></a> on <a href="https://toot.cat/tags/NetBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NetBSD</span></a> (too old?) and I'm not sure why it needs threading when I do simple one-after-the-other HTTP requests anyway!</p><p>Help please!</p>
Grigory Shepelev<p>Built-in <a href="https://fosstodon.org/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://fosstodon.org/tags/info" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>info</span></a> documentation: <a href="https://fosstodon.org/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> (<a href="https://fosstodon.org/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a>) vs <a href="https://fosstodon.org/tags/scheme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>scheme</span></a> (<a href="https://fosstodon.org/tags/guile" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guile</span></a>)</p><p>what I don't like about <a href="https://fosstodon.org/tags/cl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cl</span></a> comparing to <a href="https://fosstodon.org/tags/guile" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guile</span></a> is lack of linux info documentation coming with the standard <a href="https://fosstodon.org/tags/guix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guix</span></a> `sbcl` package </p><p>I've tried looking for separate package with info doc on <a href="https://fosstodon.org/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a>, but coudn't find it. While <a href="https://fosstodon.org/tags/guile" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guile</span></a> built-in guix documentation is very rich. </p><p>Maybe I'm not getting something? Help?</p>
Gene Pasquet<p>I wanted to try <a href="https://toot.cat/tags/clisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clisp</span></a> instead of <a href="https://toot.cat/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> yesterday. Turns out it's compiled without POSIX threads support in <a href="https://toot.cat/tags/debian" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>debian</span></a>, so no Bordeaux-threads and I'm too <a href="https://toot.cat/tags/lazy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lazy</span></a> to recompile it...</p><p><a href="https://toot.cat/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> <a href="https://toot.cat/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a></p>
Karsten Johansson<p>I'd like to see <span class="h-card" translate="no"><a href="https://functional.cafe/@loke" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>loke</span></a></span> write this in Kap. It's probably only a few characters long. 😈</p><p>I realize I forgot to put tags on it... yeesh.</p><p><a href="https://infosec.exchange/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> <a href="https://infosec.exchange/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> <a href="https://infosec.exchange/tags/kap" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kap</span></a> <a href="https://infosec.exchange/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> <a href="https://infosec.exchange/tags/clisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clisp</span></a></p>
screwlisp<p>I wrote a better <a href="https://mastodon.sdf.org/tags/medium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>medium</span></a> <a href="https://mastodon.sdf.org/tags/tutorial" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tutorial</span></a> <a href="https://mastodon.sdf.org/tags/article" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>article</span></a> <a href="https://mastodon.sdf.org/tags/parody" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>parody</span></a> of <a href="https://mastodon.sdf.org/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> <a href="https://mastodon.sdf.org/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.sdf.org/tags/tutorials" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tutorials</span></a> in which I hilariously misunderstood python to be a reference to <a href="https://mastodon.sdf.org/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> <a href="https://mastodon.sdf.org/tags/commonLisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonLisp</span></a> <a href="https://mastodon.sdf.org/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> (heir to CMUCL python).</p><p><a href="https://medium.com/@screwlisp/this-is-a-python-common-lisp-meaning-tutorial-redux-of-a-python-young-scripting-language-3b360fd8f59e" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">medium.com/@screwlisp/this-is-</span><span class="invisible">a-python-common-lisp-meaning-tutorial-redux-of-a-python-young-scripting-language-3b360fd8f59e</span></a></p><p>I also address two fascinating medium trends I discovered.</p><p>1. The intense swapping-whispered-ghost-stories about lisp by scientist writers</p><p>2. Most articles named "Free Python Tutorial!" have no code, but links to purchasing training.</p><p>I eventually found "11 one-liners"</p>
(roll m3tti)<p>my current little joys besides my family and kids are. Books about <a href="https://functional.cafe/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a>, common lisp itself with <a href="https://functional.cafe/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a>, <a href="https://functional.cafe/tags/xfce" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>xfce</span></a> , <a href="https://functional.cafe/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://functional.cafe/tags/debian" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>debian</span></a> and old school server side rendered <a href="https://functional.cafe/tags/web" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>web</span></a> sites. And all the web standards there are like html css and js. We have come a long way to have those great tech that lasted so long. I'm really thankful for all those projects and effort that got into it. Please lets make those tools accessible for everyone and simple in design. All that comes after us will have a bad time if we embrace all this complex cloud and build tools to just build simple software. Software is made for humans not mashines. Thanks for listening stay safe enjoy life and the little things and all that is.</p>
Karsten Johansson<p>True Story, bruh:</p><p>Back in the 90's people would go on about how superior emacs is as an editor. And some cheerleaders would hound me about why I "still" used (and still do today) vi... vim actually. Even for doing things like Usenet news, and the email client. Joe was in a lot of email readers, which is pretty much slobberproof, BUT...</p><p>My answer was and still is simple. I hack and break things for a living. I've never seen emacs installed on a bridge, router, or frankly any other network device. Hell, when the web came around, emacs was only rarely on those servers, either. But ed and vi is (was?) on pretty much all of them.</p><p>So that's what I learned. And my personal ecosystem and workflow is all about vi(m) and nothing about emacs.</p><p>Even though I'm a Lisp cheerleader, lol.</p><p>Do I hate emacs? No, but I do very much dislike the overpowering smell of religion that seems permeate it's very existence, like those dirty air lines fuming from the Peanuts character Pigpen.</p><p>Some call me a space cowboy. Some call me a gangsta of <a href="https://infosec.exchange/tags/Lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Lisp</span></a> :ablobdj: </p><p><a href="https://infosec.exchange/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> <a href="https://infosec.exchange/tags/vi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vi</span></a> <a href="https://infosec.exchange/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a> <a href="https://infosec.exchange/tags/vim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vim</span></a> <a href="https://infosec.exchange/tags/pentesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pentesting</span></a> <a href="https://infosec.exchange/tags/editor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>editor</span></a> <a href="https://infosec.exchange/tags/clisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clisp</span></a> <a href="https://infosec.exchange/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a></p>
Laurent Cimon<p>I dove into the <a href="https://mastodon.bsd.cafe/tags/SBCL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SBCL</span></a> <a href="https://mastodon.bsd.cafe/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> compiler’s internals today for a course. It’s amazing what you can learn in a single day of research with a proper goal. Although a semester of compilation courses prepared me for this.</p><p>I think I’ll dive into the <a href="https://mastodon.bsd.cafe/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeBSD</span></a> kernel during winter break. I already know the structure as I’ve debugged my kernel a few times.</p>
lispm<p><a href="https://moth.social/tags/adventofcode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>adventofcode</span></a> <a href="https://moth.social/tags/adventofcode2024" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>adventofcode2024</span></a> Day 1 <a href="https://moth.social/tags/CommonLisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CommonLisp</span></a> </p><p><a href="https://moth.social/tags/Symbolics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Symbolics</span></a> <a href="https://moth.social/tags/Genera" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Genera</span></a>, <a href="https://moth.social/tags/SBCL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SBCL</span></a> and <a href="https://moth.social/tags/LispWorks" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LispWorks</span></a> on the new Mac mini</p>
Alfred M. Szmidt<p>64 core monster, half a TB of RAM, NVME disks…. And <a href="https://mastodon.social/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> takes 20 minutes to compile (<a href="https://mastodon.social/tags/GNU" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GNU</span></a> <a href="https://mastodon.social/tags/clisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clisp</span></a> — I like you but you’re slow!)</p>
Anthk<p><a href="https://paquita.masto.host/tags/hackernews" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hackernews</span></a> users asking to replace Emacs' <a href="https://paquita.masto.host/tags/elisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>elisp</span></a> with <a href="https://paquita.masto.host/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a>.</p><p>If they were asking about <a href="https://paquita.masto.host/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a>, there's Lem,<br>where it's working really well, altough it lacks a <a href="https://paquita.masto.host/tags/GNU" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GNU</span></a> Texinfo<br>reader, a must for <a href="https://paquita.masto.host/tags/SBCL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SBCL</span></a>. Overall, it's fine.<br>Come on, Python. learn a damn<br>thing or two about homoiconicity, and what a REPL is.<br>Another one wants to ditch Lisp for any language plus pipes.<br>Just use <a href="https://paquita.masto.host/tags/Acme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Acme</span></a> and 9front. Lisp doesn't give you pipes, but <br>composable functions which are lists.</p>
Svante<p><a href="https://mastodon.xyz/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> <a href="https://mastodon.xyz/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> <a href="https://sbcl.org/all-news.html?2.4.8#2.4.8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">sbcl.org/all-news.html?2.4.8#2</span><span class="invisible">.4.8</span></a> New in version 2.4.8</p>
Kellerman Raynberg<p><a href="https://functional.cafe/tags/humor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>humor</span></a> <a href="https://functional.cafe/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> <a href="https://functional.cafe/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a></p>
screwlisp<p><a href="https://toobnix.org/w/2Zhf4QM4uJvNDg6iXM71dw" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">toobnix.org/w/2Zhf4QM4uJvNDg6i</span><span class="invisible">XM71dw</span></a><br>Edit: Forgot link<br>13-something minute <a href="https://mastodon.sdf.org/tags/video" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>video</span></a> <a href="https://mastodon.sdf.org/tags/howTo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>howTo</span></a> <a href="https://mastodon.sdf.org/tags/clim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clim</span></a> hot-recompiling lisp interface design <a href="https://mastodon.sdf.org/tags/commonLisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonLisp</span></a> <a href="https://mastodon.sdf.org/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> <a href="https://mastodon.sdf.org/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a> <a href="https://mastodon.sdf.org/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> .</p><p>Just kinda freewheeling about as I think of things, sticking new panels to it, shuffling them about. <a href="https://mastodon.sdf.org/tags/interactiveProgramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>interactiveProgramming</span></a> </p><p>Feedback sought. </p><p>For <a href="https://mastodon.sdf.org/tags/lafs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lafs</span></a> -&gt; <a href="https://lispy-gopher-show.itch.io/lisp-game-soft-cons" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lispy-gopher-show.itch.io/lisp</span><span class="invisible">-game-soft-cons</span></a></p>
Ada Stevenson<p><a href="https://mastodon.social/tags/sbcl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sbcl</span></a> and anything built with it is not bit-for-bit reproducable, it seems. Run any <a href="https://mastodon.social/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> binary through a `guix build --check` or `guix challenge` and see for yourself. There's been some talk on the issue tracker regarding this[1], but that thread has been dead since 2022. <br>Running two `objdump -D`'d binaries through `diff -ua` show seemingly random rearranging of instructions in a few places. It isn't purely just timestamps, I don't think...</p><p><a href="https://mastodon.social/tags/guix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guix</span></a></p><p>[1] <a href="https://issues.guix.gnu.org/44112" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">issues.guix.gnu.org/44112</span><span class="invisible"></span></a></p>