dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.7K
active users

#acl2

0 posts0 participants0 posts today
screwlisp<p><a href="https://mastodon.sdf.org/tags/formalMethods" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>formalMethods</span></a> <a href="https://mastodon.sdf.org/tags/gamedev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gamedev</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/commonLisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonLisp</span></a> <a href="https://mastodon.sdf.org/tags/acl2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>acl2</span></a> <a href="https://mastodon.sdf.org/tags/itch" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>itch</span></a> <a href="https://lispy-gopher-show.itch.io/lispmoo2/devlog/907091/formal-game-logic" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lispy-gopher-show.itch.io/lisp</span><span class="invisible">moo2/devlog/907091/formal-game-logic</span></a></p><p>Since yesterday I advocated strong use of defgeneric, defmethod and McCLIM's define-command, here I present </p><p>just giving lisp's defun to acl2's first order <a href="https://mastodon.sdf.org/tags/logic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>logic</span></a>.</p><p>I present a batch processing style for using acl2 both in <a href="https://mastodon.sdf.org/tags/shell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>shell</span></a> and in <a href="https://mastodon.sdf.org/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> with a worked example.</p><p>Thoughts and opinions, gamedevs and logical types?</p>
screwlisp<p><span class="h-card"><a href="https://mastodon.online/@arialdo" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>arialdo</span></a></span> what's the problem being observed? Though it's a normal example case in automatic proof assistants like <a href="https://mastodon.sdf.org/tags/acl2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>acl2</span></a> how it can take hundreds of steps to sketch<br>(thm<br> (implies (and (true-listp list) (equal rrlist (rev (rev list))))<br> (equal rrlist list)))</p>
screwlisp<p><span class="h-card"><a href="https://functional.cafe/@awkravchuk" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>awkravchuk</span></a></span> <span class="h-card"><a href="https://mathstodon.xyz/@rwxrwxrwx" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>rwxrwxrwx</span></a></span> <br><a href="https://mastodon.sdf.org/tags/acl2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>acl2</span></a> definds #'+ as a macro like this:<br>(defmacro + (&amp;rest rst)<br> (if rst (if (cdr rst) (xxxjoin 'binary-+ rst)<br> (cons 'binary-+ (cons 0 (cons (car rst) nil))))<br> 0))<br>where 'binary-+ adds/guards two number arguments. So I guess there's that (+) -&gt; 0 again ;p</p>
Jörg Preisendörfer<p>Call for Papers — 16th European <a href="https://dice.camp/tags/Lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Lisp</span></a> Symposium — <a href="https://dice.camp/tags/ELSConf" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ELSConf</span></a> —<a href="https://dice.camp/tags/Amsterdam" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Amsterdam</span></a> — 2023-04-24/25</p><p><a href="https://libranet.de/display/0b6b25a8-1763-a88a-e526-72b275177682" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">libranet.de/display/0b6b25a8-1</span><span class="invisible">763-a88a-e526-72b275177682</span></a></p>
ioanna<p>Calling all Lispers of all dialects: that time of the year has finally come again! 🤩​</p><p>On Monday and Tuesday join the European Lisp Symposium for two days of fun, learning, and inspiration. 🤓​</p><p>The programme: <a href="https://www.european-lisp-symposium.org/2022/index.html#programme" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">european-lisp-symposium.org/20</span><span class="invisible">22/index.html#programme</span></a></p><p>Sadly this is another year I cannot join in-person, but thankfully it will be also online. </p><p>Do join us! </p><p><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/racket" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>racket</span></a> <a href="https://functional.cafe/tags/elisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>elisp</span></a> <a href="https://functional.cafe/tags/commonlisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonlisp</span></a> <a href="https://functional.cafe/tags/scheme" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>scheme</span></a> <a href="https://functional.cafe/tags/dylanlang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dylanlang</span></a> <a href="https://functional.cafe/tags/ACL2" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ACL2</span></a> <a href="https://functional.cafe/tags/clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clojure</span></a> <a href="https://functional.cafe/tags/picolisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>picolisp</span></a></p><p>--- There will even be a bit of <a href="https://functional.cafe/tags/APL" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>APL</span></a> (embedded in Common Lisp). ❤️​</p>