You are here |
blog.darklang.com | ||
| | | |
martincmartin.com
|
|
| | | | But I also knew, and forgot, Hoare's dictum that premature optimization is the root of all evil in programming. -- Donald Knuth Something bizarre happened on the Groovy-dev mailing list the other day. Alex Tkachman made what I thought was a simple suggestion: since some rarely used features of the language make it slow, we... | |
| | | |
nurkiewicz.com
|
|
| | | | When choosing or learning a new programming language, type system should be your first question. How strict is that language when types don't really match? Will there be a conservative, slow and annoying compiler? Or maybe a fast feedback loop, often resulting in crashes at runtime? And also, is the language runtime trusting you know what you are doing, even if you don't? Or maybe it's babysitting you, making it hard to write fast, low-level code? Believe it or not, I just described static, dynamic, weak and strong typing. | |
| | | |
vickiboykis.com
|
|
| | | | What are they? Why are they? | |
| | | |
blog.logrocket.com
|
|
| | Compare the Rust and Zig programming languages based on their performance and use cases for improving how developers code. |