TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What is the one thing you find odd about any programming language

2 pointsby wizardofmysoreover 4 years ago

2 comments

baash05over 4 years ago
In ruby, `unless` bugs me. Not that it's hard to understand, but the assertion that it makes code easier to read has always puzzled me. if !(x) was never all that complex, and saying it is hard for new programmers to understand has always troubled me.
mister_hnover 4 years ago
In Java, the &quot;write once, run everywhere&quot; is true only if you are in some boundaries.<p>Java Preferences API are a classic example of this false myth, since e.g. on MacOS it behaves differently than in Windows&#x2F;Linux.<p>And ever heard of Native Runtime? If you want to create a native runtime, you just need to do this on the target platform.<p>So this is very odd to me. GoLang went much further, doing true cross compilation