This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-09-09
Channels
- # announcements (10)
- # babashka (5)
- # beginners (46)
- # biff (5)
- # clerk (12)
- # cljdoc (10)
- # clojure-belgium (2)
- # clojure-europe (5)
- # clojure-norway (15)
- # clojure-spec (2)
- # clojure-uk (5)
- # cursive (2)
- # data-science (13)
- # duct (7)
- # etaoin (7)
- # hyperfiddle (2)
- # malli (12)
- # nbb (2)
- # off-topic (9)
- # releases (2)
- # ring (13)
- # tools-deps (17)
Thinking if nbb could work in Node-red (flow programming tool that runs on node.js). They come with built-in node named “function” where one can write javascript. It https://github.com/node-red/node-red/blob/master/packages/node_modules/%40node-red/nodes/core/function/10-function.js#L371 vm.script to execute it’s contents. Maybe it is enough to wrap supplied function to js string, and use loadString to on it? Seems quite simple.