cond-expand example added by Kooda on Sun Feb 4 22:44:27 2018

(define (main args)
  (print "hello world"))
  
(cond-expand
  (compiling  (main (command-line-arguments)))
  (else))