mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#uiop

0 Beiträge0 Beteiligte0 Beiträge heute
screwlisp<p>How I normally do <a href="https://gamerplus.org/tags/async" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>async</span></a> external programs in my <a href="https://gamerplus.org/tags/commonLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commonLisp</span></a> image <a href="https://gamerplus.org/tags/embeddableCommonLisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>embeddableCommonLisp</span></a> and <a href="https://gamerplus.org/tags/uiop" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uiop</span></a> (in the notes).</p><p><a href="https://screwlisp.small-web.org/programming/embeddable-common-lisp-external-process-multi-processing-eg/" 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/embeddable-common-lisp-external-process-multi-processing-eg/</span></a></p><p>Originally I was writing Kittenette (Closette but for kittens) today, but I ended up wanting to individually treat external processes, especially from <a href="https://gamerplus.org/tags/ecl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ecl</span></a> on its own first.</p><p>My example is particularly using <a href="https://gamerplus.org/tags/cat" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cat</span></a>(1) as an external-process in-memory echo server.</p><p>Hope it helps someone. <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/example" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>example</span></a> </p><p>Yes "multi-processing" in the url is ~erroneous.</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/graphing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>graphing</span></a> <a href="https://gamerplus.org/tags/plotting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plotting</span></a> <a href="https://gamerplus.org/tags/visualization" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>visualization</span></a> <a href="https://gamerplus.org/tags/timeSeries" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>timeSeries</span></a> <a href="https://gamerplus.org/tags/gnuplot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnuplot</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/lisp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lisp</span></a> <a href="https://gamerplus.org/tags/example" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>example</span></a> <a href="https://screwlisp.small-web.org/programming/common-lisp-invoking-gnuplot/" 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/common-lisp-invoking-gnuplot/</span></a><br>I could not even find my own previous articles and <a href="https://gamerplus.org/tags/demos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>demos</span></a> of this online!</p><p>I used <a href="https://gamerplus.org/tags/uiop" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>uiop</span></a> run-program to handle one specific case like</p><p>(gnuplot "bad title" '((1 2) (3 4)) '((5 6) (7 8)))<br>or equivalently,<br>(apply 'gnuplot "bad title" '(((1 2) (3 4)) ((5 6) (7 8))))</p><p>Do you personally have an example? I remember it being hard to dredge up gnuplot examples but this is beyond silly.</p>