1 (define x 2) ;; TODO the vm tries to get the car of this
3 ;; (define foo (lambda (x) (+ x 8 213 32523))) ;; TODO creating a lambda fails
5 ;; (display (+ x y)) ;; actually, gives the same error as if we had a lambda
9 (#%+ x y) ;; TODO if we use this +, it doesn't show as global, probably because it doesn't use rest params
13 ;; duplicates have no effect on the number of constants, and 5 didn't have an effect either, might be too small