I’m familar with the CLJS REPL enough to say for sure, but in Clojure, pst, and other functions are part of the clojure.repl <https://clojuredocs.org/clojure.repl> namespace. This is automatically required by Leiningen (and others?) when you start a REPL. When you switch namespaces clojure.repl isn’t automatically required in the new namespace.
I’m fairly sure the same thing is happening in the CLJS REPL. On Sun, Dec 27, 2015 at 5:02 PM crocket <[email protected]> wrote: > I think it's not just "doc" that I lose after moving to another namespace > after launching a CLJS REPL. Is it a bug? How can I fix it? > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/clojurescript. > -- Daniel -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
