This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-20
Channels
- # bangalore-clj (1)
- # beginners (145)
- # boot (8)
- # braid-chat (2)
- # capetown (2)
- # cider (27)
- # cljs-dev (232)
- # cljsrn (30)
- # clojure (223)
- # clojure-boston (1)
- # clojure-dusseldorf (2)
- # clojure-greece (1)
- # clojure-italy (21)
- # clojure-russia (16)
- # clojure-sanfrancisco (13)
- # clojure-spec (33)
- # clojure-uk (56)
- # clojurescript (165)
- # core-async (16)
- # core-logic (5)
- # cursive (14)
- # data-science (2)
- # datavis (2)
- # datomic (49)
- # duct (15)
- # editors (5)
- # emacs (6)
- # fulcro (11)
- # graphql (11)
- # hoplon (8)
- # jobs (4)
- # jobs-discuss (82)
- # jobs-rus (7)
- # leiningen (4)
- # luminus (5)
- # off-topic (90)
- # om (7)
- # om-next (1)
- # parinfer (67)
- # pedestal (34)
- # portkey (46)
- # re-frame (12)
- # reagent (4)
- # reitit (3)
- # remote-jobs (1)
- # ring-swagger (8)
- # shadow-cljs (13)
- # spacemacs (18)
- # specter (6)
- # sql (5)
- # tools-deps (4)
- # unrepl (40)
- # yada (26)
Would you recommend learning prolog before learning core.logic? What's the best course of action?
I tried prolog initially because it had a better syntax IMO but core.logic seemed to offer the same as I looked into it. There is an online REPL to write prolog without installing anything. SWI prolog is the recommended implementation. I used "learn prolog now" which is introductory and good. I wrote some basic programs in prolog to find relations and so on. Online repl : https://swish.swi-prolog.org/ Learn prolog now : http://learnprolognow.org/ Solving graph coloring problem in prolog : https://bernardopires.com/2013/10/try-logic-programming-a-gentle-introduction-to-prolog/ My experience with prolog and core.logic (Shameless plug) : https://tirkarthi.github.io/clojure/2017/10/28/coloring-india.html In case you want a full fledged book the art of prolog is said to be a good one : https://mitpress.mit.edu/books/art-prolog I am curious about others perspective on this.
I'm going to check out that http://learnprolognow.org