Skip to content

Comment on Logo Programmingparent

Comments

The main difference is Logo has fixed arity and so doesn't need parens. Lisp has variable arity and so needs parens.

So in Lisp you can say:

(+ 1 2 3)

and it will add all the numbers together. In Logo, you have to say:

1 + 2 + 3
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.