Hi guys, I released Sparklin/kshell 0.2.3 which su...
# datascience
v
Hi guys, I released Sparklin/kshell 0.2.3 which supports Kotlin 1.2.41 and 1.2.50 (1.2.30 is supported as well). I would like to thank @holgerbrandl for great feedback: https://github.com/khud/sparklin/releases/tag/v0.2.3
👍 7
h
Thanks @khud for the great release. Concerning “:conf and :set”, wouldn’t it be better to keep shell commands compatible to Kotlin language specs? I believe that’s how http://ammonite.io/#Ammonite-Shell is doing it. The benefit would be that we could keep a log of an interactive analysis in a
kts
and replay it later. However with syntax elements like
:conf
it’s afaik not legit kotlin anymore, so we would need dedicated IDE support or good sparklin logs are red.
v
Holger, I need time to think.
:set
and
:conf
are now experimental in many aspects (configuration parameters are lazy and not always can be handled without restart). I will write you later about my concerns.