Fork me on GitHub
#clojure-nl
<
2019-01-11
>
vijaykiran06:01:05

We are organically growing in terms of attendance - I expect this year there will be min 130 people

gklijs08:01:51

Morning, or company is busy with a tool to get usefull data for recruitment from github, according the that tool I'm apparently one of the few who has as primary language Clojure.

👍 15
eval202011:01:07

For those who like writing CLI’s: I released “Inclined” https://gitlab.com/eval/inclined/tree/master#inclined tl;dr example:

#!/usr/bin/env ../exe/inclined
"DEPS=''"

(defn
  ^#:inclined{:option.foo  {:desc "add some foo"}
              :option.bar! {:desc "(required) in need of bar"}
              :option.baz? {:desc "to baz or not to baz..."}}
  -main
  "A simple standalone CLI"
  [{:keys [foo bar baz?]}]
  (prn :main :foo foo :bar bar :baz? baz?))

Feedback welcome

👍 15
😍 5
thomas11:01:41

and welcome @mpenet to #clojure-nl!!!

mpenet12:01:21

thanks! I am not really in nl but close enough I hope to be allowed in here 😛

thomas12:01:39

@mpenet your physical location is irrelevant, everyone is welcome here.

lmergen13:01:03

this is very nice