hjl22
No user record in our sample, but hjl22 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but hjl22 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
Fair! They are comparing it to Erlang and Go, which are both languages designed with concurrency as a core principle. It just seems off, I guess. I can't actually read the linked article that talks about this as it's…
Well, the article mentions up front that people will debate the language categories, but Objective-C is definitely a dynamic, runtime-based language. #import <objc/runtime.h>, have fun, go to town. That being said, the…
Thanks for the explanation. I understand it now.
Thanks for the explanation. I understand it now.
Thanks for the explanation. I understand it now.
Thanks for the explanation. I understand it now.
I haven't touched async Rust, but have used normal Rust a little bit. My understanding is that 'static is program lifetime, meaning either static compile-time data like constant strings, or it is memory leaks. How does…
There are plenty of applications that do not run on servers. Lots of IO bound stuff in mobile or desktop apps - waiting for network responses, reading data files on startup, etc.