Kotlin / kotlin-interactive-shell

Kotlin Language Interactive Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSL friendly

elect86 opened this issue · comments

I see ki work with lambdas as well, that's nice

elect@5800x:~/Downloads/ki-archive/ki/bin$ ./ki.sh 
ki-shell 0.3/1.4.32
type :h for help
[0] :dependsOn eu.jrie.jetbrains:kotlin-shell-core:0.2.1
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[1] import eu.jrie.jetbrains.kotlinshell .shell .shell
[2] shell{
...export( "L" to "V")
...}

But it'd be even nicer if:

  • once you go to a new line, you get automatically an indentation
  • when you close the graph, it'll blink like with the normal parenthesis ()