This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-02
Channels
- # announcements (14)
- # beginners (133)
- # cider (27)
- # cljs-dev (7)
- # cljsjs (13)
- # clojure (105)
- # clojure-dev (58)
- # clojure-italy (1)
- # clojure-nl (17)
- # clojure-russia (33)
- # clojure-spec (5)
- # clojure-uk (154)
- # clojured (1)
- # clojurescript (35)
- # cloverage (4)
- # cursive (35)
- # datomic (58)
- # duct (8)
- # editors (9)
- # emacs (15)
- # events (1)
- # figwheel (47)
- # figwheel-main (132)
- # hyperfiddle (5)
- # immutant (29)
- # instaparse (21)
- # luminus (3)
- # off-topic (5)
- # onyx (5)
- # overtone (5)
- # pedestal (8)
- # re-frame (7)
- # reagent (6)
- # reitit (3)
- # schema (2)
- # shadow-cljs (178)
- # spacemacs (49)
- # specter (2)
- # sql (1)
- # tools-deps (110)
I only have 1,5 days left of holiday. Already kind of preparing with some java reactive spring boot. The mix of functional with object oriented can be confusing, clojure feels a lot simpler.
New client is on AWS so maybe in time I can do some Clojure with Datomic Ions. But not very likely.
Iām transforming things like "Stefano Cascinu, MProfessor"
to [["Stefano"] ["Cascinu"]]
, "DrCKSwann ramani"
to [["C" "K" "Swann"] ["ramani"]]
and "Prof Prof Dr. med. George Niklaus Thalmann"
to [["George" "Niklaus"] ["Thalmann"]]
I have no idea why anyone would fill in QRPE Proc.+Syst.Coord.-Clin.Trial I
in an author field
So you are writing parser-combinators š
Parser combinators make sense if there is a real grammar. This is just a bunch of crap.
I guess there's no parser that can't be replaced with regex. Except HTML parser š