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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Fae, a Nascent Systems Language

2 点作者 ForLoveOfCats9 个月前
Hey HN<p>I&#x27;m Julia, and recently I&#x27;ve open sourced Fae, a programming language project I&#x27;ve been working on for a while.<p>Fae is an unsafe systems language designed to be pleasant to read, write, and reason about.<p>Small list of notable features include:<p>- Generic type system (trait system planned)<p>- Mutability in the type system<p>- Rich enums w&#x2F;variant matching<p>- Expression blocks&#x2F;if-else<p>- First class extension method support<p>- Newline-significant syntax<p>The compiler currently produces executables with LLVM, but I plan to build a custom codegen backend for debug builds in the future.<p>Errors can currently be handled with Option&#x2F;Result types, but a more complete error system is planned. That said though, the details are not yet concrete.

1 comment

breck9 个月前
I like your design decisions and influence languages! I&#x27;m not the particular target market for this lang, but think it would be of interest to <a href="https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;programminglanguages" rel="nofollow">https:&#x2F;&#x2F;reddit.com&#x2F;r&#x2F;programminglanguages</a><p>My user test: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=FXiRfpFufOQ" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=FXiRfpFufOQ</a>