What's the simplest, shell based way, to update planck on OSX?
Are you using brew
?
I did to install it yes
brew update planck?
brew upgrade planck I guess
See the “Update” section here: http://planck-repl.org/setup.html
Just got reprimanded by brew for calling update planck
Man I had missed that.
Thanks.
NP
I was on the git page and didn't see that in the README. All good now thanks.
Cool!
Slack making me a bit lazy I think, :simple_smile:
No problem. I’ve updated the README. No need to make people dig for things. https://github.com/mfikes/planck/blob/master/README.md#installing--updating
Wow. Excellent.
Problems with the above. Shell command
planck count.cljs 1 2 3 args
reports "'undefined' is not a function (evaluating 'planck.core.STARcommand_line_args_STAR_.call(null)')"@gamecubate: Does your count.cljs
file refer to *command-line-args*
?
It’s because you wrapped *command-line-args*
in parens
Yes. The snippet above are its contents.
Oh I see it's a vector not a function.
Will try again and...
Ahh.. missed the above. What @manutter51 said :simple_smile:
bingo. Works. My mistake. Thanks.
As a matter of fact, your docs are clear. The example invokes (first command-line-args) so truly I went too fast.
Plus I should have picked on the earmuffs () right away.
picked up on...