Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why doesn Kogut use a simpler, sexpr-based syntax?

Kogut simpler syntax
0
Posted

Why doesn Kogut use a simpler, sexpr-based syntax?

0

Although it’s easier to implement sexprs than Kogut syntax, sexprs are just too verbose for certain things. For example, if you are making a thunk, with s-expr syntax it would probably be (lambda () code) or, at best, it might be (thunk code) but in Kogut syntax, it’s simply {code} To many programmers, including the Kogut author, sexprs are also aesthetically displeasing because they lead to very deep nesting of parentheses and many levels of indentation.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123