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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Clojure Scripting on Node.js

143 点作者 reil_convnet将近 3 年前

8 条评论

weikju将近 3 年前
Although I have not used nbb, babashka itself has been super useful for avoiding the slower JVM startup time while still using Clojure to automate some tasks at the command line.<p>Yet, despite many projects using bb + a bb.edn tasks file as a replacement for Make, I find myself still reaching for Make, out of familiarity at least, perhaps to avoid the extra dependency on bb itself?
Borkdude将近 3 年前
Author here. Ask me anything on nbb.
评论 #32353652 未加载
评论 #32358582 未加载
charesjrdan将近 3 年前
I love babashka but always find nbb scripts hard because everything returns a promise which makes the normal REPL workflow tricky.. maybe I’m doing it wrong though
评论 #32356639 未加载
zimablue将近 3 年前
Just as an FYI for the interested, there is a self-hosted version of clojurescript now, it enables macros in the same runtime with some caveats but the main downside (AFAIK) is increased bundle size, which is less relevant for node.js.
评论 #32354060 未加载
reil_convnet将近 3 年前
I am not the developer of this library. I just have been using it for a small project and thought others might find it interesting as well.
solardev将近 3 年前
What is this? What is Clojure and why do you need it in node?
评论 #32352639 未加载
评论 #32353293 未加载
评论 #32352578 未加载
评论 #32354370 未加载
评论 #32352603 未加载
评论 #32352590 未加载
piperswe将近 3 年前
Is this similar to Lumo (<a href="https:&#x2F;&#x2F;github.com&#x2F;anmonteiro&#x2F;lumo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;anmonteiro&#x2F;lumo</a>)? I would assume Lumo has a faster start time since it boots from a V8 snapshot, but otherwise I&#x27;d assume the two projects are similar (except that, of course, lumo is EOL)
评论 #32365983 未加载
foreigner将近 3 年前
If anyone is interested in mixing other languages in node, check out this silly little library I threw together: <a href="https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;polyglot-tag" rel="nofollow">https:&#x2F;&#x2F;www.npmjs.com&#x2F;package&#x2F;polyglot-tag</a><p>Embed any scripting language in a Node.js template literal!
评论 #32353337 未加载