
Audio is streamed directly from the publisher (gnuworldorder.info) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
**ccache** and **clisp** from the **d** software series of Slackware.
Here is a quick and simple dice roller script done in Lisp:
#!/usr/bin/clisp
(defun roller (num)
(pprint (random (parse-integer (nth 0 num))))
)
(setf userput *args*)
(setf *random-state* (make-random-state t))
(roller userput)
shasum -a256=7dfc9173f0427c8c36e0faa1074150ce777d511babcb718ad1b835dba9e12206