(define *version* "0.0.1 (Pre-release)") (define *version-banner* (string-append " :@ @@@ @@@@: `@@@@@+ .@@@+@@@ Cyclone @@ @@ An experimental Scheme compiler ,@ https://github.com/justinethier/cyclone '@ .@ @@ #@ (c) 2014 Justin Ethier `@@@#@@@. Version " *version* " #@@@@@ +@@@+ @@# `@. ")) (define *c-file-header-comment* (string-append "/** ** This file was automatically generated by the Cyclone scheme compiler ** ** (c) 2014 Justin Ethier ** Version " *version* " ** **/ ")) ;; Features implemented by this Scheme (define *features* '(cyclone))