On Sep 30, 2015, at 4:19 PM, Lyle Kopnicky <lylew...@gmail.com> wrote:

> I'm used to static languages lately and it's been a long time since I've 
> programmed in a Lisp.  


With respect, what could the word "static" possibly mean here? 

Does "reading code" happen at run-time here? 
Is macro expansion a run-time activity? 
Types? See below for a typed version of your puzzle. 

Oh I know, "static" means good, just like "dynamic" means good :-) 

#lang typed/racket

(: quote (-> Any Any))
(define 'foo foo)

(quote 10)
(quote "any")

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to