Because I’m intrigued by the cool features of <htt...
# scripting
h
Because I’m intrigued by the cool features of https://github.com/khud/sparklin by @khud, I’ve created a tiny launcher which takes a `kscript`let and spins up
KShell
with all script dependencies being resolved. See https://github.com/holgerbrandl/kscript/tree/master/misc/kshell_launcher
d
This is a very interesting case for kscript. Perhaps Im misinterpreting things, but from my quick look inspired a thought. 'kscript as a common launch platform'. The 'last straw' that led me to gradle was when I downloaded a very complex application and the directions said run "./gradlew build install run" ... Ya right, nothing that simple ever works. it did. Looking at this got me thinking of a hybrid/mashup of common launch/install tools. For this to be really successful begs for a descovery mechanism like npm, pip, yum, brew, etc have ... a way of finding that initial '1 LOC' to run.