|
|
|
|
|
by igneous4
5600 days ago
|
|
Like many folks, I'd reckon, I've really meant to learn Lisp or Scheme better, but it just seems like -- with the lack of syntax -- it would be tedious to write out every single operation as a function/procedure call. Is Lisp/Scheme as tedious as I'm assuming? I'm not talking about readability -- surely one can get used to the parens and indenting and read (and write) it just fine -- I'm talking about tedium of everything having to be a procedure call. |
|
Lisp and Scheme are not tedious at all. I'd say Common Lisp is one of the least tedious languages.