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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Nimrod by Example

171 点作者 def-将近 11 年前

6 条评论

tdees40将近 11 年前
<i>Sighs</i>. I wish Nimrod were more popular. It seems like a better version of D. But there can only be so many languages with a fully functioning ecosystem, and I just doubt Nimrod will ever get there. It seems to be a one-man shop at this point (as this demonstrates):<p><a href="https://github.com/Araq/Nimrod/graphs/contributors" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Araq&#x2F;Nimrod&#x2F;graphs&#x2F;contributors</a>
评论 #8049020 未加载
评论 #8048886 未加载
评论 #8049150 未加载
评论 #8051092 未加载
评论 #8049202 未加载
评论 #8049632 未加载
perturbation将近 11 年前
Anyone know the recommended way to do interop with C and Nimrod? I&#x27;ve been doing Project Euler problems in Nimrod, and wanted to use some library functions from GSL for bignum support, but I couldn&#x27;t really get c2nim to work with the header files.<p>I think that I could use the &#x27;importc&#x27;&#x2F;&#x27;dynlib&#x27; with the compiled library, but there&#x27;s not a whole lot of documentation on that in the Nimrod manual, and I ended up just doing that problem in C because it was easier (read: I was lazier) to get working.
评论 #8048870 未加载
评论 #8067025 未加载
评论 #8051772 未加载
eudox将近 11 年前
I&#x27;m afraid the memory management scheme might cause the Nimrod ecosystem to end up with too many libraries that require GC, and since the building blocks are already using it, why not use it yourself?<p>Either make it fully manual, or do something like Rust (No small feat). A GC you can switch on and off sounds like a good idea, but programmers don&#x27;t keep half the promises they make (&quot;It&#x27;s just an MVP, I&#x27;ll refactor it to use manual memory later&quot;).
评论 #8048763 未加载
评论 #8049244 未加载
评论 #8048291 未加载
aikah将近 11 年前
How does Nimrod compares to Go regarding concurreny,does it have some libs or some language onstructs ? thanks, I like how the language looks.
评论 #8052520 未加载
WaxProlix将近 11 年前
Is there a list of &quot;X By Example&quot;-style tutorials around? I learn best from these sorts of things and would love a compendium of sorts.
评论 #8051937 未加载
评论 #8050602 未加载
gomesnayagam将近 11 年前
I always wanted to go back to C kind of language, let me wait for few more years to pick one Go,Rust,Nimrod...