Arc Forumnew | comments | leaders | submitlogin
1 point by greatness 6063 days ago | link | parent

I believe the ordering of the colon operater was based off of the car/cdr functions work, ie:

  (def caddr (v) (car (cdr (cdr v))))
or using colon notation:

  (= caddr car:cdr:cdr)