(load "~/quicklisp/setup.lisp") (ql:quickload :parenscript) (defpackage tfcconnection (:use #:ps)) (in-package :tfcconnection) (with-open-file (ps:*parenscript-stream* #P"~/dev/tfcconnection/static/js/health-form.js" :direction :output :if-exists :supersede) (ps:ps-compile-file #P"~/dev/tfcconnection/src/health-form.lisp"))