meander

All things about https://github.com/noprompt/meander Need help and no one responded? Feel free to ping @U5K8NTHEZ
noprompt 2020-06-28T19:54:39.457200Z

@grounded_sage You could do something wacky like this: https://gist.github.com/noprompt/205788065849051a604d5557d79210c1#file-js-clj-L115-L118

noprompt 2020-06-28T19:54:54.457500Z

(js '(. foo bar {"blue" true} 42))
;; =>
"foo.bar({\"blue\":true},42)"

grounded_sage 2020-06-28T19:56:48.458Z

Hmm no it wasn’t that. Maybe I am imagining things haha.

noprompt 2020-06-28T19:57:32.458700Z

Maybe someone else made the example… that would be really cool and I’d love to see it.