SMOLNET PORTAL home about changes
(ext:install-c-compiler)

(compile-file #p"source.lisp" :system-p t)

(c:build-program "hello" :lisp-files '("source.o"))

(ext:run-program "./hello" '() :output t :error t)

(si:quit)

;;;; Run this like 
;;;; $ ecl -load build.lisp # from the same directory.
Response: text/plain
Original URLgopher://tilde.institute/0/~screwtape/ecl-build-tests/1-e...
Content-Typetext/plain; charset=utf-8