TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How is it working in other ecosystems than .NET?

5 pointsby milleniallabout 2 years ago
Working in .NET can be mentally challenging process a lot of times. The overhead, aligning packages, updating Visual Studio. In general dealing with Microsoft. Some people love it. I don`t anymore and i am thinking of pivoting to a different programming-language and ecosystem.<p>I am just wondering what is it like working in something like:<p>- GO? - Rust? - C? - Java?

3 comments

newswasboringabout 2 years ago
I am forced to work in the MATLAB ecosystem. Basically there is no ecosystem outside mathworks released products. There are some open source projects but none of them add any major functionality. If your project needs anything that is not standard numerical computing, you only have the mathworks tools which are often deficient and designed for lowest common denominator of programmers. Compiling in matlab is just translating the source file into a binary format. I work on a legacy codebase which is old enough to think about settling down and planting some roots in a suburb. Due to this its a mix of all evolving paradigms and syntax matlab has tried over the last couple decades. I hate that I know this much about this toy language and I have made&#x2F;saved millions for companies by delivering programs in this language.<p>So basically, don&#x27;t switch to matlab.
pestatijeabout 2 years ago
You&#x27;ll have one headache less: licensing...everything else is the same shit
评论 #35600132 未加载
sgtabout 2 years ago
Having worked in Go, C, and Java I&#x27;d say the easiest by far right now is Golang. It may seem trivial, but even the insanely fast compile times of Go make life just seem more pleasant.