does map work in application/x-scittle? #94
Replies: 4 comments 2 replies
-
@kangaroolab you need to realize this sequence. map is lazy. so wrapping this in a doall will likely make it work. |
Beta Was this translation helpful? Give feedback.
-
thanks...it works with doall/dorun...but any reason why it doesn't get executed in application/x-scittle, but execute as expected with core.eval_string? |
Beta Was this translation helpful? Give feedback.
-
if you copy/paste following at codepen.io, it doesn't print anything in console
but if you use dorun (see below), it works
|
Beta Was this translation helpful? Give feedback.
-
got it...thanks |
Beta Was this translation helpful? Give feedback.
-
if you tried following:
nothing happens in the console. I also observed similar in my code where map in application/x-scittle doesn't seem to get executed so I have to change to doseq.
any insight what is happening?
Beta Was this translation helpful? Give feedback.
All reactions