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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Passerine – an extensible programming language – v0.8.0 released

22 点作者 slightknack超过 4 年前

2 条评论

slightknack超过 4 年前
Hey HN,<p>Isaac Clayton here! I&#x27;m nervous yet <i>very</i> excited to share an early preview of a novel programming language I&#x27;ve been developing for the past year or so. Passerine is an <i>functional scripting language</i>, blending the rapid iteration of languages like Python with the concise correctness of languages like Ocaml, Rust, and Scheme. If you&#x27;d like to learn more, read the Overview section of the README.<p>It&#x27;s still a ways away from being fully complete, but this release marks the introduction of Passerine&#x27;s macro system. Like the order of songbirds it was named after, Passerine sings to more than just one tune – this new hygenic macro system makes it easy to extend the language itself – allowing you to bend the langauge to your needs, rather than bending your needs to the language!<p>This submission links to the GitHub Repo, but there&#x27;s also a website (<a href="https:&#x2F;&#x2F;www.passerine.io" rel="nofollow">https:&#x2F;&#x2F;www.passerine.io</a>) if you&#x27;d like to look at that.<p>Have a nice day!
评论 #25354132 未加载
评论 #25357719 未加载
评论 #25357509 未加载
评论 #25356923 未加载
kseistrup超过 4 年前
Is it possible to start passerine scripts with<p><pre><code> #!&#x2F;usr&#x2F;bin&#x2F;env passerine </code></pre> and use it as any other scripting language?
评论 #25358768 未加载