Viewing profile — jane_red
jane_red
HN member- Joined
- Mon, Dec 30, 2019, 6:03 PM UTC
- HN karma
- 41
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About jane_red
No profile information was provided.
Recent public activity
-
comment
Comment #23012015
I can strongly relate to that. You can write a custom "fill" method for your array and just do "arrray.fill", bam! It just works. You want numpy "zeros"? Just do a template void ze…
-
comment
Comment #23011853
Scala has a strong type system and when working with it on a daily basis I was not programming, I was thinking about types and fighting with the compiler. And that is the language …
-
comment
Comment #22846636
You can't even imagine how. Reading a code base written by 1 person in the span of 5 years is a quest. Now, imagine the person goes on a vacation.
-
comment
Comment #22846612
And that's the whole problem with Scala. When you work with it, you are having a battle with types and compiler more often than you should. Funny but it is not the first typed lang…
-
comment
Comment #22843661
Based on your preferences you definitely should try Kotlin :)
-
comment
Comment #22843475
> It will take years for large codebases to be upgraded to Scala 3 Which for production level code bases means never. I can't even imagine what we are going to do with our 7 year o…
-
comment
Comment #22843361
Scala is a beautiful and elegant language. I really thought that it would be one of my favourite languages when I first started working with it. However, after some time I got dise…
-
comment
Comment #22112300
And it would be great to read about such projects. But I have not heard about such. Maybe I would change my opinion.
-
comment
Comment #22111242
It is, and C/C++ are used in so many areas which are not system programming right? Being a scientific Python backbone is one of them for example. My claim was that it is nothing ou…
-
comment
Comment #22111176
Hmm, I see. It makes sense.
-
comment
Comment #21999675
This is great, please do! It would be nice to share it not only on dlang forum too. How does it compare to scid btw? I like R but generally use it for basic stat tasks and plotting…
-
comment
Comment #21999651
He is. He just stepped down from the leadership due to family reasons. Atila Neves took it over now.
-
comment
Comment #21995890
Unfortunately with scientific computing the only place I see D could be writing custom performance critical algorithms but then again for university folk it is more straightforward…
-
comment
Comment #21995731
Last time I tried to install a Rust-based cli network tool it took literally 4 min to compile it! Seriously, 4 minutes for something that monitors your network load. If this is wha…
-
comment
Comment #21995638
Applicability is not the main issue. D can be used for anything where speed matters, gamedev, data processing, machine learning, kernel programming. It is not a niche language. But…
-
comment
Comment #21915539
I feel like the primal joy of programming in Python is somehow lost between those type hints. Type hints even though being very useful do look alien in Python. I myself like type h…