mathstodon.xyz is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon instance for maths people. We have LaTeX rendering in the web interface!

Server stats:

3K
active users

:writing C

argh how did this happen @aartaka this was probably latently your fault somehow

DougMerritt (log😅 = 💧log😄)

@screwtape @aartaka
*You're* writing C? You swore that you abandoned old languages and moved on forever.

@dougmerritt
Actually, I wanted to use ecl to do cute ecl stuff, but I didn't have the manual handy and the site has some 'forbidden' error when I try to get to the manual! I forgot how to do ECL useage like this:

(ext:install-c-compiler)
(setf c:*user-ld-flags* "-lsndfile")
(compile-file "boilerplate.ecl" :system-p t)
(c:build-program "synth-synth" :lisp-files '("boilerplate.o"))
(quit)

Actually, I also want to ffi:c-progn with strings, but I forgot how as well.
@aartaka