nbrycnb | 2 years ago | on: Ask HN: Why aren't modern programming languages, like Rust, more legible?
nbrycnb's comments
nbrycnb | 2 years ago | on: GPT-Migrate converts repos from one lang/framework to another
Yes, the lesson is not to contribute anything of value to open source or another person's platform.
Creators need to use restrictive licenses, then all of these parasitical corporations will cease to exist.
nbrycnb | 2 years ago | on: GPT-Migrate converts repos from one lang/framework to another
No, you don't "remain the author". You have never been the author if you translate the real author's code base.
The license is the one of the original, since this is unambiguously a derivative work.
page 1
An untyped language or a language with a small type system and type inference like SML always looks more readable.
If things get more advanced, the syntax will grow. Now, whether Rust needs to look that ugly is another matter. I think they made some wrong choices and should have evolved more from SML etc.