We can go further, I think it's impossible to prevent memory leaks in a general purpose language
We can go further, I think it's impossible to prevent memory leaks in a general purpose language
The Elm compiler
Lmao, what the heck. I've heard about that, but I still cannot believe it's true.
Yeah, I changed my career direction (industry, tech stack…) but before that, my CV only was enough for me to get hired. They would just verify the information, and sometimes, there weren't even a single tech interview.
I was so lucky in the interview for my current job: I'm working on a product with a big networking component, and I was asked to write an echo server with low level components. That was maybe the second time I had a test related to the job.
It's much easier to work with streams of untyped data in a weakly typed language.
I really like this instance, so of course I’m 100% for the move
What is “funny” is that I had the maximum password size thing on several bank websites (and a low one, at that). Fortunately, with 2FA, it doesn’t really matter I guess.
In my company, we use zenhub on top of github, but I’m not sure it’s worth it.
The first article is funny, because I moved from my native country to the one right next to it, and everybody is confused by my name. They have one given name and 2 family names, while I have 4 first names, and a compound last name.
No need to travel to the other side of the planet to meet a different culture of naming.
I’d argue the macros are quite bad:
I agree, though, that it’s better there’re here than nothing. It’s just that there is to be a better solution.
Sorry for the late answer. Those days, I’m interested in Ante. The language creator has some novel ideas for a non-GC memory safe language. And the compiler is written in Rust. It’s not finished at all tho.
And a light theme. I’m tired of websites having dark theme only.
And here you're only talking about a subset of memory leaks, by inaccessible memory. You can also leak memory by pushing new elements in a channel while never reading them for example.