Xref: utzoo comp.lang.lisp:3679 comp.lang.scheme:1683 Path: utzoo!attcan!uunet!snorkelwacker!ai-lab!ai.mit.edu!tmb From: tmb@ai.mit.edu (Thomas M. Breuel) Newsgroups: comp.lang.lisp,comp.lang.scheme Subject: Re: Virtues of ML syntax Message-ID: <1990Sep18.194118@ai.mit.edu> Date: 18 Sep 90 23:41:18 GMT References: <3408@skye.ed.ac.uk> <15089@yunexus.YorkU.CA> <3428@skye.ed.ac.uk> <1990Sep18.174851.4175@rice.edu> Sender: news@ai.mit.edu Reply-To: tmb@ai.mit.edu Organization: MIT Artificial Intelligence Lab Lines: 11 In article <1990Sep18.174851.4175@rice.edu>, cliffc@libya.rice.edu (Cliff Click) writes: |> I've done some Scheme programming, darn little ML programming and scads |> of C/Fortran/Pascal/etc programming. I find ML syntax to be incredibly |> unreadable, while Scheme & C syntax isn't that bad. ML syntax is a little tricky, and quite different from C or Algol syntax. However, it is very convenient for functional programming, in particular if you use lots of currying.