Fork me on GitHub
#babashka
<
2020-04-04
>
Bobbi Towers08:04:16

Using it now in VSCode, seems great!

sogaiu23:04:33

seems to be working as expected with monroe:

;; Monroe nREPL 0.4.0
user=> (+ 1 1)
2
user=> (str/replace "hello" "e" "a")
"hallo"
user=> *clojure-version*
clojure.lang.ExceptionInfo: Could not resolve symbol: *clojure-version* [at line 1, column 1]
user=> #?(:bb 1 :clj 2)
1
user=> #?(:clj 1 :bb 2)
1
user=> 

nate17:04:00

Thanks for converting to Github actions. Learning a lot by reading your build.yml

nate18:04:03

Does circleci still do the builds for #babashka_circleci_builds ?

borkdude18:04:43

Thanks to @jeroenvandijk for the initial Github actions build