Fork me on GitHub
#announcements
<
2020-09-03
>
Rob13:09:21

We are open-sourcing Sequence! it’s an early version, but solves a lot of problems I had working for fintechs companies. I published some of the design on this blog post: https://decimals.substack.com/p/things-i-wish-i-knew-before-building (also linked in the readme) https://github.com/decimals/sequence

🎉 48
👀 21
jeroenvandijk07:09:51

Nice 🙂 @U010WB5T5EW What is the licence of this project?

Rob11:09:36

@U0FT7SRLP thanks for noticing! just added, Apache 2.0

🙌 3
vncz09:09:29

@U010WB5T5EW Nice, it looks like you're using Stoplight to document the API of the project 🙂

Rob13:09:32

Hey @U015VUATAVC, great meeting you. I love Stoplight and all the OSS projects

vncz07:09:21

@U010WB5T5EW Sweet. Help me convince the company to switch to Clojure troll

Rob21:09:22

I tried to make my last employer switch too, they didn’t, so I left, created my own company and it’s all Clojure now :rolling_on_the_floor_laughing:

clj 3
vncz10:09:19

I wish I'd be brave enough as you were 🙂

danielsz13:09:12

I hope you'll enjoy reading my latest blog post on Meyvn, if only for the historical tidbits around Clojure tooling. "When we we say that Clojure is hosted on the JVM, we often forget the corollary, that Clojure tooling is built on Maven. We'd be forgiven for the oversight: the tooling is good at keeping Maven out of sight. But Maven is everywhere: in Clojars as the repository format, in Boot where Pomegranate is used as the interface for the Maven resolver, in `tools.deps` which harnesses the Maven resolver directly... Meyvn takes the ubiquity of Maven to its logical conclusion, delegating all tasks to Maven's execution engine." Oh, and did you ever wonder where Leiningen gets its name from? https://danielsz.github.io/blog/2020-09-01T1556.html.

🚀 6
danielsz14:09:16

Oh, sorry about that. Thanks!