mastodon.sdf.org is part of the decentralized social network powered by Mastodon.
"I appreciate SDF but it's a general-purpose server and the name doesn't make it obvious that it's about art." - Eugen Rochko

Administered by:

Server stats:

2.6K
active users

Learn more

:writing C

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

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

screwlisp

@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