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.

A language like C, but with a borrow-checker

2 pointsby orangetubaover 1 year ago
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 comments

heldridaover 1 year ago
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
steveklabnikover 1 year ago
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_voidover 1 year ago
check out Inko <a href="https:&#x2F;&#x2F;inko-lang.org&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;inko-lang.org&#x2F;</a>