This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-03-05
Channels
- # announcements (17)
- # aws (1)
- # babashka (68)
- # beginners (88)
- # calva (85)
- # chlorine-clover (10)
- # cider (5)
- # cljsrn (4)
- # clojure (99)
- # clojure-android (1)
- # clojure-denmark (1)
- # clojure-europe (15)
- # clojure-italy (5)
- # clojure-nl (3)
- # clojure-spec (1)
- # clojure-uk (67)
- # clojurescript (44)
- # core-async (44)
- # cryogen (4)
- # cursive (22)
- # data-science (2)
- # datascript (10)
- # datomic (29)
- # duct (11)
- # editors (2)
- # emacs (2)
- # events (1)
- # fulcro (28)
- # ghostwheel (7)
- # graalvm (8)
- # instaparse (6)
- # java (34)
- # jobs (9)
- # jobs-discuss (71)
- # juxt (12)
- # luminus (3)
- # malli (15)
- # meander (9)
- # nrepl (4)
- # off-topic (44)
- # pathom (13)
- # reagent (22)
- # schema (1)
- # shadow-cljs (39)
- # spacemacs (2)
- # test-check (1)
- # tree-sitter (5)
- # xtdb (5)
- # yada (1)
Hi, is there an updated version of Yada manual ? The one on the website was last updated Jan, 2017 and there are sections missing from the manual.
Hi, I'm just following the manual to try and understand how everything works in yada, but since a few topics are not covered, I thought maybe there is an updated version somewhere. I'll go through the examples first and I'm not clear, I'll ask here.
How do I check to see if a date exists between 2 bounds. eg (unknown-between-function (t/bounds (t/year 2000)) (t/instant "2000-05-01T00:00"))
So I check the beginning and end of the boundary of that year?
What relations are possible @dominicm? “tells us there are 13 possible relations between two intervals.”
All I know how to get is :meets
and :precedes
There used to be a thing on that page to show you visually all the options. Not sure what happened.
My algebra is a bit sloppy so the wikipedia doesn’t help. Managed to find a few playing in the repl 🙂