This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-20
Channels
- # announcements (1)
- # aws (4)
- # babashka (9)
- # beginners (89)
- # biff (5)
- # cider (36)
- # clj-kondo (12)
- # cljfx (4)
- # clojure (65)
- # clojure-europe (11)
- # clojure-norway (16)
- # clojure-uk (4)
- # clojurescript (25)
- # clr (2)
- # community-development (2)
- # cursive (8)
- # datomic (9)
- # emacs (8)
- # fulcro (63)
- # holy-lambda (18)
- # hyperfiddle (32)
- # introduce-yourself (1)
- # lsp (1)
- # off-topic (9)
- # pedestal (6)
- # ring (10)
- # ring-swagger (3)
- # squint (26)
- # xtdb (3)
- # yamlscript (71)
Is it expected that bb socket-repl
would also create a user=>
prompt?
~/D/bb ❯❯❯ bb socket-repl 1666
Babashka socket REPL started at 127.0.0.1:1666
Babashka v1.3.190 REPL.
Use :repl/quit or :repl/exit to quit the REPL.
Clojure rocks, Bash reaches.
user=>
It caught me by surprise. It doesn't seem to happen with nbb
. Can it be turned off?The socket repl is a repl on port 1666. It is a regular terminal repl in the meantime
I guess we can make this configurable or so. Why does it bother you @U0130DB8TPH?
I have hit this error
Execution error (FileNotFoundException) at babashka.impl.common/eval187$loading (common.clj:1).
Could not locate sci/ctx_store__init.class, sci/ctx_store.clj or sci/ctx_store.cljc on classpath. Please check that namespaces with dashes use underscores in the Clojure file name.
I think this is related to sub modules, how ever I am using the tar ball my question is should the tar ball also contain the sub modules as often when packaging you use a tarball to pull and build the application, I am guessing this is recent addition as 1.3.179 builds from tarball but 1.3.190 throws the above errorhttps://github.com/getsolus/packages/blob/main/packages/b/babashka/package.yml So basically I went to update the package to the latest and hit the above issue
actually never mind I see the issue