Re: [dev] What is bad with Python
FRIGN <dev_AT_frign.de> wrote:
> You can write beautiful and readable code in any language.
[assuming that "you" means the reader in general, not S. Jegen in particular]
False. I can't write such code in MATLAB, for example.
> A question to everyone on this list: What do you think about the Go-language?
I'm not a fan:
• Case-sensitive exports seem wonky to me
• Interfaces rather than variant types [but not interfaces per se] are weak
• Member selection is in some cases cumbersome, in which it would not
be in C, which is related to ¬(variant types)
Mind, my experience is little, and this is merely what I found writing
a λ-calculus interpreter in Go.
Received on Tue Mar 04 2014 - 16:29:28 CET
This archive was generated by hypermail 2.3.0
: Tue Mar 04 2014 - 16:36:06 CET