data first

962 posts

data first banner
data first

data first

@escherize

DevEx @ Metabase | Clojure, EUC, data-oriented dev | Built an ebike, prefers hand tools | Gleam dabbler

Katılım Haziran 2011
415 Takip Edilen240 Takipçiler
data first
data first@escherize·
@turjanofmiir Please point me to a complete example. It looks interesting and I would love to see the full picture!
English
0
0
0
10
Turjan of Miir
Turjan of Miir@turjanofmiir·
Made a library that extends datastar​.wow with declarative connection management powers. Includes defaults backed by atoms and Caffeine (for things like evict when max size exceeded or a period of idle time has been reached). Datastar + Clojure = ❤️ (link below)
Turjan of Miir tweet media
English
2
0
11
288
data first
data first@escherize·
@stylewarning @AntLobach Can you do polymorphic versions of assoc in cl? You know how in clojure assoc works on a vector or a hash map? That’s handy
English
1
0
1
49
'(Robert Smith)
'(Robert Smith)@stylewarning·
@AntLobach id be interested in knowing what APIs you really love from clojure for their maps and seqs that we could import in to coalton (our HashMap and our Seq; same data structure Clojure uses with (currently) 10x worse syntax)
English
5
0
9
375
Anton Lobach
Anton Lobach@AntLobach·
I did a session of CL today and realized I had completely forgotten how insanely fast CL tooling is compared to Clojure, and how documentation for CL libraries tends to be pretty bad.
English
6
0
30
1.8K
'(Robert Smith)
'(Robert Smith)@stylewarning·
@AntLobach don't get me started on how some of the doc strings people write are total ass
English
2
0
10
708
data first
data first@escherize·
@turjanofmiir Woah this is awesome. It’s like if a reframe app had its app db, subscriptions, and effects on the server. But the view was still on the client Nice
English
1
0
0
23
Turjan of Miir
Turjan of Miir@turjanofmiir·
github.com/brianium/datas… - Supports all adapters the official SDK supports - Sensible defaults for hiccup and json out of the box - Incredibly extensible, testable, and observable thanks to Nexus - Write pure actions that receive signals as state - An all around good time
English
1
0
9
307
Turjan of Miir
Turjan of Miir@turjanofmiir·
Introducing datastar​.wow - a library for building declarative and data-oriented Datastar applications in Clojure. It is built on the official Clojure SDK and the excellent library Nexus. Very testable. Very extensible. Wow! Link below
Turjan of Miir tweet media
English
3
7
50
2.4K
data first retweetledi
Danny Postma
Danny Postma@dannypostma·
Danny Postma tweet media
ZXX
116
480
6.5K
422.9K
David Ko
David Ko@KoLoyYee·
Does anyone know if any company is hiring Clojure or Swift junior positions in Ontario?
English
1
1
1
178
data first
data first@escherize·
@potetm @kapv89 @LewisCTech You can do it with malli. But you need to be disciplined about keeping generators working well for complex datastructures
English
1
0
1
69
Lukáš Hozda
Lukáš Hozda@LukasHozda·
@Digital_Lurkers I think the whole list is visible on the stream, hahaha. Although it would be hilarious to tag everyone, like what grok was doing a few weeks back
English
1
0
2
342
Lukáš Hozda
Lukáš Hozda@LukasHozda·
This is the tiny program that picked the giveaway winner yesterday :)
Lukáš Hozda tweet media
English
12
1
92
5.9K
data first
data first@escherize·
@LukasHozda That’s my custom monikai remix. Kind of like monokai soda. I’ll post the themes eventually 😁
English
0
0
1
15
data first
data first@escherize·
@LukasHozda you know what, I just tried again and fixed it. The problem was with the way it inserts single or double quotes. if the cursor is infront of a character it does a different thing. Anyway fix was: to reset it in my smartparens config: (sp-pair "\"" "\"") !!
English
1
0
1
35
data first
data first@escherize·
@goshatch I think I’d do #(apply str (re-seq #”A-Z” %))
English
0
0
0
15
data first
data first@escherize·
github.com/escherize/clj-… An experiment in exhaustive tagged-union support based on defmulti. Don't throw things at me for closing multimethods. 😋
English
0
0
1
123