This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-11-10
Channels
- # admin-announcements (1)
- # aleph (1)
- # asami (9)
- # babashka (30)
- # beginners (83)
- # calva (8)
- # cherry (4)
- # cider (4)
- # clj-kondo (15)
- # cljs-dev (11)
- # cljsrn (8)
- # clojure (85)
- # clojure-europe (87)
- # clojure-losangeles (9)
- # clojure-nl (4)
- # clojure-norway (4)
- # clojure-spec (3)
- # clojurescript (12)
- # community-development (5)
- # conjure (1)
- # core-typed (3)
- # datomic (21)
- # docker (13)
- # emacs (13)
- # funcool (1)
- # google-cloud (1)
- # graalvm (12)
- # gratitude (14)
- # holy-lambda (6)
- # introduce-yourself (18)
- # lsp (15)
- # malli (6)
- # matcher-combinators (15)
- # nbb (15)
- # off-topic (37)
- # pathom (31)
- # portal (23)
- # rdf (3)
- # releases (2)
- # reveal (2)
- # sci (4)
- # scittle (3)
- # shadow-cljs (14)
- # squint (2)
- # tools-deps (29)
Trying to use instaparse with nbb, and getting the following error:
----- Error --------------------------------------
Message: Could not find namespace: instaparse.macros
Could not find namespace: instaparse.macros
Is there some option I need to specify, or am I just out of luck with instaparse?I suspect this file should be renamed .cljc
https://github.com/Engelberg/instaparse/blob/master/src/instaparse/macros.clj
Not sure how it could ever have worked with clojurescript though, and the lack of use of reader conditionals. I'm probably not getting something.
Okay. Thank you.
Quite a few, I've been looking through them.
Any recommandations? Can’t seem to find any decent ones.
In the meanwhile, there is now https://github.com/babashka/instaparse-bb for babashka
Thanks for the reply. Can I use this with nbb? I suppose not?
OK that’s fine. Thanks for the reply 🙂