The language that don't have pointers I don't consider them trustworthy
The language that don't have pointers I don't consider them trustworthy
The language that don't have pointers I don't consider them trustworthy
Only a web dev could be fooled into being a gopher
Sounds dumb but maybe they are trying to say they don't like languages where everything is implicitly a references (Java, JavaScript, Python, etc.) and they prefer languages where references are explicit and objects can be easily copied (C++, Rust, Go).
In which case I totally agree. Making everything a reference is a lazy hack to get decent performance at the cost of unintuitive semantics (pretty good interview questions!) and making actual copying unreasonably difficult.
Until relatively recently the recommended way to deep copy an object in JavaScript was to serialise it to JSON and back.
Especially an interesting stance, because I've heard the same said about Golang, that it quickly makes you feel like you've mastered it, but that's because it solves very little of the complexity of real-world programs.
I don't know why
But when I am able to write map, reduce, case, set, hashmap, bindings in a language that compiles without referring any doc.
My mind just start having an illusion that I have mastered the language 😂.
And The language that have muteable state, I don't consider them trustworthy 😛. That's why I have started loving Erlang over js.
I am not blaming javascript for a being single threaded and stateful, but it's damn easy...
Thoughts?