LWN.net Logo

It's a mistake to ignore the customer

It's a mistake to ignore the customer

Posted Dec 6, 2012 16:10 UTC (Thu) by renox (subscriber, #23785)
In reply to: It's a mistake to ignore the customer by jezuch
Parent article: GNU Guile 2.0.7 released

> The only advantage of it I can think of is familiarity; in all other respects it's inferior to prefix and suffix notations.

I agree but familiarity is very important.
So IMHO one interesting middle path for language designers is to respect the familiarity by using infix for "math" expressions and then use prefix or suffix (one or the other not both as C does) for everything else.

Nimrod ( http://nimrod-code.org ) is a bit like this: it has no postfix operators, only prefix and infix.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds