[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [NOISE] Curly braces [was Re: Curl]




>> M Vanier writes: 
>> I'm thinking of something along the lines of read-macros to handle infix

You mean infix as in

  sualocin 17> mzscheme
  Welcome to MzScheme version 200alpha1, Copyright (c) 1995-2001 PLT
  > (map (lambda (x) (x . < . 10)) (list 1 7 11 22))
  (#t #t #f #f)
  > 

I like Matthew's . . notation for that, but to be perfectly honest, after
15 years of (), I don't need it.

-- Matthias