Hi, I can evaluate expressions by pressing <cmd>+<enter>, for example: (+ 1 2) ...will show the result 3.
But when I try to evaluate: *1 ...then *nil *is shown. it's the same with these values/expressions: 123 `(do something) ...I need to write: (eval 123) (macroexpand-1 `(do something)) Am I doing something wrong? I'm using Light Table 0.8.1, binary version: 0.34.5 Regards, Joakim -- You received this message because you are subscribed to the Google Groups "Light Table Discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
