Fork me on GitHub
#announcements
<
2019-08-09
>
plexus11:08:53

https://lambdaisland.com/blog/2019-08-09-fork-this-conference

๐Ÿ‘Œ 36
โค๏ธ 28
clj 16
cider 20
๐ŸŽ‰ 20
lambdalove 24
๐Ÿ˜Ž 4
๐Ÿด 4
dmaiocchi12:08:34

Forked and starred ๐Ÿ˜

borkdude14:08:34

babashka: a pure, fast and (severely!) limited version of Clojure in Clojure for shell scripting. https://github.com/borkdude/babashka

clj 32
metal 8
helios14:08:38

you're on ๐Ÿ”ฅ ๐Ÿ˜„

๐Ÿ”ฅ 4
dominicm14:08:08

How does it compare to Janet?

borkdude14:08:12

I don't know janet, but this is very very minimal, I just hacked it together in an hour or so

dominicm14:08:30

You might like janet Lang

Jivago Alves14:08:54

@U04V15CAJ Have you seen https://github.com/candid82/joker ? Just curious about the similarities / differences.

borkdude15:08:33

joker is much more mature and evolved

pez15:08:42

Seems like you are trying to say this is very limited and in its infancy? ๐Ÿ˜Ž

๐Ÿ˜Ž 4
borkdude16:08:27

yes, that's what I was saying ๐Ÿ˜Ž

borkdude18:08:55

added a clarification of how this might be used: https://github.com/borkdude/babashka#rationale

jaide20:08:56

Is this like an alternate to closh?

borkdude21:08:08

it's not a shell, so I guess no

borkdude21:08:16

I added closh to the README now, thanks @U8WFYMFRU

Olical15:08:01

I've just released the first version of Propel https://github.com/Olical/propel it helps you start Clojure and ClojureScript REPLs with a prepl attached. Including figwheel! It's got an easy to use CLI as well as a couple of functions you can call from your own main function. It's intended to be used in conjunction with tools such as Conjure https://github.com/Olical/conjure This example command will drop you into a node ClojureScript REPL with a prepl on a random port.

clj -Sdeps '{:deps {olical/propel {:mvn/version "1.0.0"}}}' -m propel.main -e node

๐ŸŽ‰ 40
clj 8