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.

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

22 pointsby slightknackover 4 years ago

2 comments

slightknackover 4 years ago
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 未加载
kseistrupover 4 years ago
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 未加载