jeapostrophe / remix

remix - a revised version of Racket
Other
33 stars 3 forks source link

dot notations #10

Open SuzanneSoy opened 7 years ago

SuzanneSoy commented 7 years ago

See also:


(define (from-origin x) : posn
  (posn x x))

(from-orign 5).x

(begin a (from-origin 5)).x

obj.(move 5 6)

;; TODO bindings to cooperate with {}

array.[{1 + 1}].(foo)
->
(#%dot array (#%brackets (+ 1 1)) (foo))