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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A language like C, but with a borrow-checker

2 点作者 orangetuba超过 1 年前
I really appreciate the idea of a Rust-like borrow-checker, but I think Rust is too complicated. Wouldn't it be possible for someone to make a smaller language like C, but with a borrow-checker? It seems that most of the aversion to Rust is the sum of its complexity.

3 条评论

heldrida超过 1 年前
There’s <a href="https:&#x2F;&#x2F;www.modular.com&#x2F;mojo" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.modular.com&#x2F;mojo</a> a Python superset<p>But it’s meant for AI
steveklabnik超过 1 年前
You may be interested in this post and the one it is refining: <a href="https:&#x2F;&#x2F;without.boats&#x2F;blog&#x2F;revisiting-a-smaller-rust&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;without.boats&#x2F;blog&#x2F;revisiting-a-smaller-rust&#x2F;</a>
评论 #38307893 未加载
simon_void超过 1 年前
check out Inko <a href="https:&#x2F;&#x2F;inko-lang.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;inko-lang.org&#x2F;</a>