Nothing "wrong" here. Light Table shows the result from the browser, that's the source of the function you just evaluated. It's a quirk of ClojureScript that's existed for some time - we might show something else in the future.
On Sat, Jan 25, 2014 at 10:17 PM, Joel <[email protected]> wrote: > This tutorial was exactly what I needed, and hope to see more in the > tutorial as hinted at at the end. > > I think I'm having a Light Table issue though. There is quite a few places > where you mention to try evaluating the functions. However, I think > something is messed up with my LightTable installation because I get things > like: > > #<function parse_contact(contact_str){var vec__8926 = > string.split.call(null,contact_str,/\s+/);var first = > cljs.core.nth.call(null,vec__8926,0,null);var middle = > cljs.core.nth.call(null,vec__8926,1,null);var last = > cljs.core.nth.call(null,vec__8926,2,null);var parts = vec__8926;var > vec__8927 = (((last == null))?new cljs.core.PersistentVector(null, 2, 5, > cljs.core.PersistentVector.EMPTY_NODE, [first,middle], null):new c > > this was when evaluating the (defn parse-contact) function. > It doesn't look very useful at all to me to read that, so I'm hoping > something is screwed up, but I don't know what?! > > -- > 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 http://groups.google.com/group/clojurescript. > -- 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 http://groups.google.com/group/clojurescript.
