Fork me on GitHub
#cljs-dev
<
2015-08-11
>
mfikes00:08:48

@dnolen: I'm thinking about supporting :as in Plank's require REPL special by simply invoking the ns special. (`cljs.js/require` doesn’t support :as right?)

dnolen00:08:00

@mfikes: yeah it doesn’t, cljs.js/require is only about library loading doesn’t support any ns features (all that happens through the ns form)

mfikes00:08:34

@dnolen: Thx. I’ll imitate what cljs.repl does by using ns and then bouncing back to the orginial ns

dnolen00:08:54

@mfikes: that’s really the simplest way - trying to make the ns stuff work at runtime would mean getting very serious about reifying namespaces

dnolen00:08:11

that’s a lot of work for little payoff, since ns form gives you an approximate simulation.

dnolen18:08:40

taking off for 2 weeks of vacation if there’s something urgent pass it along to @puredanger simple_smile

dnolen18:08:09

well starting tomorrow simple_smile

martinklepsch18:08:46

@dnolen: well deserved so, enjoy! simple_smile

jonas18:08:04

@dnolen: Enjoy your vacation!