HackerTrans
TopNewTrendsCommentsPastAskShowJobs

CodyReichert

no profile record

comments

CodyReichert
·11 lat temu·discuss
That is completely subjective, and your example is bad. What's more readable here...

> (+ 1 2 3 4 5)

or

> 1 + 2 + 3 + 4 + 5

In my (subjective) opinion, the first one is. The extra +'s are redundant and noisy, and sacrifice a meaningful syntax for "trying to read as plain english". The syntax of any language takes practice and lots of reading - that's not unique to Lisp.
CodyReichert
·11 lat temu·discuss
cl-project[0] is another nice project generator. It's mostly pretty similar - but I like the default layout and having a built-in test suite.

0 - https://github.com/fukamachi/cl-project