This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-13
Channels
- # aleph (6)
- # announcements (10)
- # asami (3)
- # babashka (111)
- # babashka-sci-dev (20)
- # beginners (28)
- # calva (28)
- # clj-http (2)
- # clj-kondo (23)
- # cljs-dev (16)
- # cljsrn (23)
- # clojure (116)
- # clojure-czech (3)
- # clojure-europe (33)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-uk (5)
- # clojurescript (41)
- # community-development (2)
- # cursive (5)
- # datahike (4)
- # datomic (13)
- # figwheel-main (3)
- # fulcro (11)
- # google-cloud (1)
- # gratitude (8)
- # hyperfiddle (14)
- # jobs (2)
- # lsp (22)
- # malli (4)
- # off-topic (4)
- # other-languages (4)
- # pathom (13)
- # portal (40)
- # rdf (11)
- # reitit (1)
- # sci (15)
- # shadow-cljs (7)
- # specter (1)
- # sql (6)
- # xtdb (4)
I may have some interesting and weird news - I found out how to drive SWI-Prolog from Javascript with WASM. So... maybe a Spock version that runs in the browser?
🤯 2
1
3
Yep, it's possible..... quite bizarre, but possible.
amazing! But how? I didn't even know that swi could be compiled to WASM, last time people suggested tau prolog for a prolog running in the browser. But SWI has so much more stuff 😍
Yes! Also, it's WAY FASTER than Tau Prolog! The code is over here: https://gitlab.com/mauricioszabo/spock/-/blob/js-version/src/spock/swi.cljs. It's still at the beginning for now, but I intend to make it easier to use 🙂
🙌 2
❤️ 1