Fork me on GitHub
#off-topic
<
2022-06-14
>
Oliver George01:06:07

Perhaps Clojure's killer app is a better Excel. Real business users working with data. Pure functions driving relations etc. More general and less restricted by grid structure. That might mean Clojure's adoption is not lisp nerds but business users needing good trustable tools to work with data. (Fully acknowldge this is a half baked idea and probably poorly explained).

👍 1
Oliver George01:06:26

Heh, turn excel into etl. Dump pure data in whatever format (a mini data lake). Project as tables/lists of data. Present in an excel style.

emccue01:06:36

The problem with that pitch is that the venn diagram of people who could make an excel like thing and the people who are power excel users has a small intersection

emccue01:06:01

like excel only works if you can do like... pivot tables and such

Oliver George02:06:38

Perhaps. Excel is unintimidating because it's such a direct data grid. Complicating it could be too much. But then I think Access DBs demonstrated how many power users in businesses would get on and do things if they had to power. Echos of "low-code" in this.

Benjamin08:06:16

The moment you don't want to edit slack messages anymore because immutability

clojure-spin 2
❤️ 1
😂 2
teodorlu09:06:51

wrong message correct message

teodorlu09:06:14

a middle option is inlining the diff 😁

Recruit10:06:45

Hi there - we are currently looking for a Senior Clojure Developer in the UK - if interested please get in touch https://www.linkedin.com/jobs/view/3119494953/?refId=BwsIABApSBSfqe6wBsN8qQ%3D%3D

seancorfield17:06:42

The Welcome message tells recruiters specifically to use the #jobs and #remote-jobs channels only -- but it seems recruiters don't bother to read that...

Benjamin16:06:55

is there something to generate datomic schemas from sql tables?

respatialized14:06:49

Cons: you'd have to do it manually (time-consuming) Pros: you'd have to do it manually (being explicit about the modeling / conversion is probably worth it long term)