TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How is it working in other ecosystems than .NET?

5 点作者 milleniall大约 2 年前
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 条评论

newswasboring大约 2 年前
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.
pestatije大约 2 年前
You&#x27;ll have one headache less: licensing...everything else is the same shit
评论 #35600132 未加载
sgt大约 2 年前
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.