Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gnatmud8
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gnatmud8
1y ago
i also wonder about this concept; is there a programming language that has this behavior?
2.
▲
by
gnatmud8
1y ago
if only people knew how easy it is to implement the standard library and make it way simpler than what is usually provided, everyone would be writing their own standard libraries; you can implement one with string manipulation, files, memor
3.
▲
by
gnatmud8
1y ago
if you depend on more, you are capping what you can build to only what you can manage to get working and integrate, plus you also lose control over the code; for me personally, it's a lot easier to write a complicated algorithm, than i
4.
▲
by
gnatmud8
1y ago
package.json is a convention, not a language definition, hence package managers may implement "package" management differently; in reality conventions are followed, until they aren't, and that's where hell begins (if som