This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-05
Channels
- # announcements (15)
- # aws (7)
- # babashka (105)
- # beginners (35)
- # biff (5)
- # calva (48)
- # cider (5)
- # clj-kondo (25)
- # cljdoc (14)
- # clojure (84)
- # clojure-czech (2)
- # clojure-dev (6)
- # clojure-europe (58)
- # clojure-nl (6)
- # clojure-norway (19)
- # clojure-portugal (2)
- # clojure-uk (5)
- # clojurescript (23)
- # cloverage (5)
- # code-reviews (5)
- # conjure (28)
- # data-science (1)
- # datomic (53)
- # events (6)
- # exercism (7)
- # fulcro (16)
- # graalvm-mobile (2)
- # honeysql (29)
- # improve-getting-started (2)
- # kaocha (32)
- # lambdaisland (2)
- # lsp (29)
- # malli (3)
- # overtone (1)
- # pedestal (8)
- # polylith (3)
- # portal (6)
- # quil (2)
- # rdf (15)
- # releases (2)
- # rewrite-clj (14)
- # sci (9)
- # shadow-cljs (7)
- # specter (5)
- # sql (5)
- # xtdb (38)
Hello! While testing SCI I bumped into an issue where slurp
could not be resolved. Which in turn made me want to see if I could find a list of symbols included in a default configuration.
But while scrolling around the source code I had trouble finding out where default symbols from clojure.core
are added (or not). I’m probably just bad at searching.
Can someone point me in the right direction? 🙈
SCI only includes safe defaults by default, so no access to the file system for example
You can look in the babashka repo how to add more from clojure in there, in babashka/impl/clojure/core.clj
I think I already figured it out, thanks! 😊
I don’t see 'if
and 'and
in the list, are they magical symbols? 🙈