Skip to content

Releases: babashka/babashka

v0.0.9

18 Aug 10:55
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

New

  • #11: implement load-file. See asciinema demo.
  • #13: add clojure.java.io and java.io.File
  • #14: implement --stream option
  • #18: implement --time option
  • #19: enable SSL
  • #24: implement BABASHKA_PRELOADS

Check out the README for more information.

v0.0.8

15 Aug 07:33
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release
  • Add shebang support. You can now run expressions from a file using the -f option. For shebang use: #!/usr/bin/env bb -f.
  • Upgrade to sci 0.0.7 which brings fn, def, defn to babashka

Screenshot 2019-08-15 09 33 37

v0.0.7

13 Aug 22:19
a0cd0b5
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
  • support let and do
  • support shell commands via clojure.java.shell/sh aliased as csh

v0.0.6

12 Aug 21:39
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

v0.0.5

11 Aug 20:46
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Extracted out the interpreter in a separate library: sci
  • sci has a couple of bug fixes and enhancements compared to the previous release:
    • add support for quoting using a single quote and using the special form quote
    • better error message when calling something that is not a function
    • added the > function, somehow that one fell through in the previous release

v0.0.4

10 Aug 16:55
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Add all pure Clojure functions.

  • Support Clojure reader tags for anonymous functions and regexes.

  • Add support for ->, ->>, and and or.

  • Support -i and -o option for coercing shell input to an array of strings and vice versa.

v0.0.3

09 Aug 21:18
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Split stdin on newlines, not all whitespace characters
  • Fix anonymous function implementation
  • Add tests

v0.0.2

09 Aug 16:29
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

New

  • basic support for anonymous functions
  • reader tag for regexes and functions

v0.0.1

09 Aug 13:59
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release.