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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is your favorite language to pair with C in a mixed code base?

2 点作者 Decabytes超过 1 年前

2 条评论

stefanos82超过 1 年前
Nelua! This is the description from its own repo:<p><pre><code> Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code. </code></pre> In other words, if you like Lua syntax, you like extending your language&#x27;s behavior via meta-programming like you do with LISP, but you also want to have C performance, then Nelua is your ultimate choice!<p>You can mix it with C without breaking a sweat; just have a look at <a href="https:&#x2F;&#x2F;nelua.io&#x2F;overview&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nelua.io&#x2F;overview&#x2F;</a> and you will understand what I mean.
jimbob45超过 1 年前
C# because you can have C++ and C# projects side-by-side in a VS solution and MSBuild will still build.