mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.5K
active users

#commonlisp

11 posts10 participants1 post today
screwlisp<p><a href="https://gamerplus.org/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://gamerplus.org/tags/systemsProgramming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>systemsProgramming</span></a> <a href="https://gamerplus.org/tags/software" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>software</span></a> <a href="https://gamerplus.org/tags/commonLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonLisp</span></a> <a href="https://gamerplus.org/tags/sitcalc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>sitcalc</span></a> <a href="https://gamerplus.org/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://gamerplus.org/tags/eepitch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eepitch</span></a></p><p><a href="https://screwlisp.small-web.org/complex/my-eepitch-send-actions-and-the-situation-calculus/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">screwlisp.small-web.org/comple</span><span class="invisible">x/my-eepitch-send-actions-and-the-situation-calculus/</span></a></p><p>I relate <a href="https://gamerplus.org/tags/Sandewall" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Sandewall</span></a>'s call for situation calculus actions and the shared environment / database to be moved into the kernel viz my <a href="https://gamerplus.org/tags/literateProgramming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>literateProgramming</span></a> emacs useage.</p><p>People always said emacs /was/ the operatingsystem, didn't they.</p><p>Particularly, computer programs various send requests for actions to the emacs server where they are also seen playing out at they actually happen in real time.</p>
Karsten Johansson<p><span class="h-card" translate="no"><a href="https://hachyderm.io/@robpike" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>robpike</span></a></span> Cool to look at, but it's a well-known first-order error term of Stirling’s formula revealing itself in base-10 notation.</p><p>My code here differs slightly from what you did to get your results, but look at the (stubborn( similarities.</p><pre><code>(defparameter *bernoulli-coeffs*<br> '(-1/12 1/360 -1/1260 1/1680 -1/1188)) ; not working this out from scratch lol<br><br>(defun log-error (n &amp;optional (terms 3))<br> (let ((sum 0d0) (nk n))<br> (dotimes (j terms)<br> (setf sum (+ sum (/ (float (nth j *bernoulli-coeffs*) 1d0) nk)))<br> (setf nk (* nk n n))) ; N, N³, N⁵, …<br> sum))<br><br>(defun stirling-ratio (k &amp;optional (places 25) (terms 3))<br> (let* ((n (expt 10d0 k))<br> (ratio (exp (log-error n terms))))<br> (format nil "~,vF" places ratio)))<br><br>(defun show-pattern (&amp;optional (max-k 6) (places 25) (terms 3))<br> (loop for k from 1 to max-k<br> do (format t "k = ~d ⇒ ~a~%" k<br> (stirling-ratio k places terms))))<br></code></pre><p>Try this with (show-pattern 15 17). This is from clisp, but it should work on any common lisp.</p><p>There are people much smarter than I that can probably do this more efficiently. but this should show you why you see what you see.</p><p>Google "borrow trail" for more info about what it is.</p><p><a href="https://infosec.exchange/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://infosec.exchange/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a></p>
Paolo Amoroso<p>A great explanation by <span class="h-card" translate="no"><a href="https://framapiaf.org/@vindarel" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>vindarel</span></a></span> of the differences between HANDLER-BIND and HANDLER-CASE in Common Lisp, and what it means that the former doesn't unwind the stack.</p><p><a href="https://lisp-journey.gitlab.io/blog/lisp-error-handling-how-handler-bind-does-not-unwind-the-stack" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lisp-journey.gitlab.io/blog/li</span><span class="invisible">sp-error-handling-how-handler-bind-does-not-unwind-the-stack</span></a></p><p><a href="https://oldbytes.space/tags/CommonLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CommonLisp</span></a> <a href="https://oldbytes.space/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a></p>
Grigory Shepelev<p>Are there anybody working on integrating <a href="https://fosstodon.org/tags/mcp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mcp</span></a>'s in <a href="https://fosstodon.org/tags/guix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guix</span></a>?</p><p>I can see all the base ones are node.js dependent packages and even filesystem-mcp won't import good with `guix import …`.</p><p>And on lisps options are very limited. I've only found this gem <a href="https://github.com/40ants/mcp" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/40ants/mcp</span><span class="invisible"></span></a> (<a href="https://fosstodon.org/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a>)</p>
screwlisp<p><a href="https://gamerplus.org/tags/alife" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>alife</span></a> <a href="https://gamerplus.org/tags/ai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ai</span></a> <a href="https://gamerplus.org/tags/reflection" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>reflection</span></a> <a href="https://gamerplus.org/tags/BDI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BDI</span></a> <a href="https://gamerplus.org/tags/crows" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>crows</span></a> for my <a href="https://gamerplus.org/tags/commonLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonLisp</span></a> <a href="https://gamerplus.org/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://gamerplus.org/tags/slime" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>slime</span></a> <a href="https://gamerplus.org/tags/eepitch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eepitch</span></a> <a href="https://gamerplus.org/tags/caisor" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>caisor</span></a> <a href="https://gamerplus.org/tags/softwareIndividuals" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareIndividuals</span></a> <a href="https://gamerplus.org/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> (I guess this is particularly <a href="https://gamerplus.org/tags/softwareEngineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareEngineering</span></a> ).</p><p><a href="https://screwlisp.small-web.org/complex/after-alife-talk-practical-thoughts/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">screwlisp.small-web.org/comple</span><span class="invisible">x/after-alife-talk-practical-thoughts/</span></a></p><p>I consider the scenario where one vehicle tells another one where to get food, and run a <a href="https://gamerplus.org/tags/thoughtExperiment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>thoughtExperiment</span></a> with crow tool use. I find programs want to alternate autonomous action with human-in-the-loop interpretive collaboration.</p><p><span class="h-card" translate="no"><a href="https://infosec.exchange/@ksaj" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ksaj</span></a></span> <span class="h-card" translate="no"><a href="https://ciberlandia.pt/@shizamura" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>shizamura</span></a></span> </p><p>Unsung heroes <span class="h-card" translate="no"><a href="https://mathstodon.xyz/@dougmerritt" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>dougmerritt</span></a></span> <span class="h-card" translate="no"><a href="https://appdot.net/@mdhughes" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>mdhughes</span></a></span> &amp; everyone.</p>
Skeezics Boondoggle<p>Okay, here's the screenshot of the <a href="https://oldbytes.space/tags/PERQ" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PERQ</span></a> emulator holding up today's newspaper. For fans of <a href="https://oldbytes.space/tags/CommonLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CommonLisp</span></a> or <a href="https://oldbytes.space/tags/retrocomputing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>retrocomputing</span></a> in general, I've slapped together an archive here: <a href="https://github.com/skeezicsb/PERQmedia/tree/master/Accent_S6/Lisp_M3" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/skeezicsb/PERQmedia</span><span class="invisible">/tree/master/Accent_S6/Lisp_M3</span></a> with a pre-configured hard disk image and config files. The T2 image works with the current release (v0.7.5) but to run the T4/4MB configuration requires a build from source or an updated release (v0.7.8) coming Real Soon Now. [Edited: oh yeah, Hemlock runs too.] Share and enjoy!</p>
Mistress Remilia<p>A new unstable/development <a href="https://xn--nanako--c83f6n.mooo.com/tags/AppImage" rel="nofollow noopener" target="_blank">#AppImage</a> for my music player <a href="https://xn--nanako--c83f6n.mooo.com/tags/benben" rel="nofollow noopener" target="_blank">#benben</a> is up ​:happyremi:​ This is the work-in-progress v0.7.0. I believe I've added all the missing libraries to the AppImage this time. Downloads and source code are all here: <a href="https://chiselapp.com/user/MistressRemilia/repository/benben/wiki?name=Releases" rel="nofollow noopener" target="_blank">https://chiselapp.com/user/MistressRemilia/repository/benben/wiki?name=Releases</a><span><br><br>You can view a list of all the commits since the last development AppImage here: </span><a href="https://chiselapp.com/user/MistressRemilia/repository/benben/timeline?me=8aee20e3667f872d&amp;you=68d8769dc3db6cd0" rel="nofollow noopener" target="_blank">https://chiselapp.com/user/MistressRemilia/repository/benben/timeline?me=8aee20e3667f872d&amp;you=68d8769dc3db6cd0</a><span><br><br></span><a href="https://xn--nanako--c83f6n.mooo.com/tags/LinuxAudio" rel="nofollow noopener" target="_blank">#LinuxAudio</a> <a href="https://xn--nanako--c83f6n.mooo.com/tags/CommonLisp" rel="nofollow noopener" target="_blank">#CommonLisp</a> <a href="https://xn--nanako--c83f6n.mooo.com/tags/lisp" rel="nofollow noopener" target="_blank">#lisp</a></p>
charje<p>Im programming some common lisp today. come hang out. 🆑 </p><p><a href="https://twitch.tv/charjey" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">twitch.tv/charjey</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> <a href="https://mastodon.social/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/streaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>streaming</span></a> <a href="https://mastodon.social/tags/live" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>live</span></a></p>
charje<p>早安 I am streaming some common lisp now. 🆑 </p><p><a href="https://twitch.tv/charjey" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">twitch.tv/charjey</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> <a href="https://mastodon.social/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/live" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>live</span></a> <a href="https://mastodon.social/tags/streaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>streaming</span></a></p>
Nils M Holm<p>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.<br>MICRO COMMON LISP is a tiny, purely symbolic, microscopic subset of <a href="https://mastodon.social/tags/CommonLISP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CommonLISP</span></a>. It runs in less than 64K bytes of memory, even on <a href="https://mastodon.social/tags/DOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DOS</span></a> (tiny model) or CP/M. Here it is:<br><a href="http://t3x.org/mcl/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">http://</span><span class="">t3x.org/mcl/</span><span class="invisible"></span></a><br><a href="https://mastodon.social/tags/CPM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CPM</span></a> <a href="https://mastodon.social/tags/LISP" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LISP</span></a></p>
vindarel<p><a href="https://framapiaf.org/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> Cookbook, condition handling: handler-bind better explained: it doesn't unwind the stack.</p><p><a href="https://lispcookbook.github.io/cl-cookbook/error_handling.html#absolute-control-over-conditions-and-restarts-handler-bind" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lispcookbook.github.io/cl-cook</span><span class="invisible">book/error_handling.html#absolute-control-over-conditions-and-restarts-handler-bind</span></a></p><p>context (and self plug): as I&nbsp;was meeting with Ari on our Lisp mentoring session (PM if interested ;) ), I&nbsp;realized this page was lacking. But the topic was well and complete on my Udemy course. So I&nbsp;took another 1h40min and "backported" this example. Hope you learn a thing or two.</p><p><a href="https://framapiaf.org/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a></p>
screwlisp<p><a href="https://gamerplus.org/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://gamerplus.org/tags/softwareEngineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareEngineering</span></a> <a href="https://gamerplus.org/tags/commonLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonLisp</span></a> images as communicating <a href="https://gamerplus.org/tags/automata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>automata</span></a> <a href="https://screwlisp.small-web.org/complex/resend%20resend%20resend.webm" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">screwlisp.small-web.org/comple</span><span class="invisible">x/resend%20resend%20resend.webm</span></a> <a href="https://screwlisp.small-web.org/complex/eepitch-send/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">screwlisp.small-web.org/comple</span><span class="invisible">x/eepitch-send/</span></a></p><p>Article with one minute video showing four lisp images chattering unattended.</p><p>There is no leader- they're just talking. However, they are using <a href="https://gamerplus.org/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://gamerplus.org/tags/slime" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>slime</span></a> <a href="https://gamerplus.org/tags/eepitch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eepitch</span></a> and sleeps so you can usefully watch them.</p><p>A precursor to next week's episode featuring <span class="h-card" translate="no"><a href="https://infosec.exchange/@ksaj" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ksaj</span></a></span> discussing breitenbergian vehicles etc.</p><p>Do you use a cluster of <a href="https://gamerplus.org/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> images?</p>
charje<p>Im streaming common lisp for a short time right now. 🆑 </p><p><a href="https://twitch.tv/charjey" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">twitch.tv/charjey</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> <a href="https://mastodon.social/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://mastodon.social/tags/streaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>streaming</span></a></p>
technicat<p>I used to hate seeing this used in <a href="https://universeodon.com/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> but I'm doing the equivalent more and more decoding <a href="https://universeodon.com/tags/fediverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fediverse</span></a> <a href="https://universeodon.com/tags/json" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>json</span></a> in <a href="https://universeodon.com/tags/swiftlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swiftlang</span></a></p><p><a href="https://lisp-docs.github.io/cl-language-reference/chap-9/j-c-dictionary/ignore-errors_macro" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lisp-docs.github.io/cl-languag</span><span class="invisible">e-reference/chap-9/j-c-dictionary/ignore-errors_macro</span></a></p>
wm.annis<p>Still rewriting the algorithmic art library I wrote in <a href="https://mastodon.art/tags/CommonLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CommonLisp</span></a> during the height of COVID. I can't say I've managed to make it too much faster, but it *is* easier to use. The canvas mottling code is so much shorter now, and ready to go.</p><p>Drawing on a flat canvas can be boring.</p><p>The mottled texturing is managed by just doing a bunch of random walks until the pen leaves the scene. Each one has a color *close* to the original canvas background.</p><p><a href="https://mastodon.art/tags/AlgorithmicArt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AlgorithmicArt</span></a></p>
charje<p>Im live streaming a little bit of common lisp right now.</p><p><a href="https://twitch.tv/charjey" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">twitch.tv/charjey</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> <a href="https://mastodon.social/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://mastodon.social/tags/streaming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>streaming</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a></p>
Karsten Johansson<p>Me and my sister when we were kids.</p><p><a href="https://infosec.exchange/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://infosec.exchange/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> <a href="https://infosec.exchange/tags/functionalprogramming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>functionalprogramming</span></a></p>
screwlisp<p><a href="https://gamerplus.org/tags/lispyGopherClimate" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lispyGopherClimate</span></a> <a href="https://gamerplus.org/tags/comingUp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>comingUp</span></a> on <a href="https://anonradio.net" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">anonradio.net</span><span class="invisible"></span></a> 45 minutes from tooting.</p><p>I'm just going to rhapsodise about my recent <a href="https://gamerplus.org/tags/literateProgramming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>literateProgramming</span></a> <a href="https://gamerplus.org/tags/tangle" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tangle</span></a> <a href="https://screwlisp.small-web.org/programming/tangle" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">screwlisp.small-web.org/progra</span><span class="invisible">mming/tangle</span></a> <a href="https://gamerplus.org/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> program<br>and my piece of like-a-human <a href="https://gamerplus.org/tags/eev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eev</span></a> <a href="https://gamerplus.org/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://gamerplus.org/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> <a href="https://gamerplus.org/tags/swank" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swank</span></a> tooling <a href="https://screwlisp.small-web.org/screwniverse/cl-eepitch/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">screwlisp.small-web.org/screwn</span><span class="invisible">iverse/cl-eepitch/</span></a></p><p>And its relation to <a href="https://gamerplus.org/tags/softwareIndividuals" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareIndividuals</span></a>, control problems with <a href="https://gamerplus.org/tags/AI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AI</span></a> as such.</p>
screwlisp<p><a href="https://gamerplus.org/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://gamerplus.org/tags/softwareEngineering" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareEngineering</span></a> <a href="https://gamerplus.org/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://gamerplus.org/tags/automation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>automation</span></a> from <a href="https://gamerplus.org/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> <a href="https://gamerplus.org/tags/swank" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>swank</span></a> <a href="https://gamerplus.org/tags/slime" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>slime</span></a> via <a href="https://gamerplus.org/tags/eev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>eev</span></a><br><a href="https://screwlisp.small-web.org/screwniverse/cl-eepitch/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">screwlisp.small-web.org/screwn</span><span class="invisible">iverse/cl-eepitch/</span></a><br>I'm really, really, really happy with how this turned out to work.<br>CLIM-USER&gt; (eepitch-expr '(get-decoded-time))<br>(GET-DECODED-TIME)<br>T</p><p>Lisp receives an instruction from emacs to send an instruction to emacs to pitch an instruction to the lisp image, which gets executed, and control returns to the lisp image.</p><p><span class="h-card" translate="no"><a href="https://emacs.social/@eduardoochs" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>eduardoochs</span></a></span> I pulled the insides out of eepitch-do.<br>@akater@shitposter.world &lt;- CL-EL</p>
DeadSwitch @ T0m's 1T C4fe<p>40 years old. Still sharp. Still quiet. This is not nostalgia. It's about precision. <a href="https://mastodon.social/tags/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://mastodon.social/tags/commonlisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonlisp</span></a> <a href="https://mastodon.social/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://mastodon.social/tags/development" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>development</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a></p><p><a href="http://tomsitcafe.com/2025/06/30/common-lisp-the-silent-weapon-that-still-cuts/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">http://</span><span class="ellipsis">tomsitcafe.com/2025/06/30/comm</span><span class="invisible">on-lisp-the-silent-weapon-that-still-cuts/</span></a></p>