@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