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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Babashka (native Clojure interpreter) reaches 1.0

6 点作者 Borkdude超过 2 年前

1 comment

Borkdude超过 2 年前
Babashka is a native, standalone, batteries included and fast starting Clojure interpreter for scripting. The intended use case for babashka is to use Clojure for scripting in places where you would previously use bash. It comes with several batteries included. The memory overhead and start-up latency is much smaller than JVM Clojure. The intent is that bb scripts can also run with normal Clojure if you outgrow bb, so there is a smooth migration path. The tool has been in development for over three years but hasn't had a breaking change in over two years. The 1.0 release is a continuation of that stability.