You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShortDescription: Native, fast starting Clojure interpreter for scripting
15
+
Description: Babashka is a native Clojure interpreter for scripting with fast startup. Its main goal is to leverage Clojure in places where you would be using bash otherwise.
16
+
Tags:
17
+
- babashka
18
+
- bash
19
+
- clojure
20
+
- graalvm
21
+
- scripting
22
+
- shell-scripting
23
+
ReleaseNotes: |-
24
+
What's Changed
25
+
- Fix #1903: document -D in bb help by @vieirandre in #1949
26
+
- Optimize binding + constant args by @borkdude in #1953
27
+
- Address #1955 by supporting -version by @seancorfield in #1956
28
+
- Fix #1951: --prepare flag consuming next arg by @vieirandre in #1952
29
+
- Add #1951 fix to changelog by @vieirandre in #1957
30
+
New Contributors
31
+
- @vieirandre made their first contribution in #1949
32
+
- @seancorfield made their first contribution in #1956
0 commit comments