Is there some console interface for Swift?
For example with Ruby, Python(or even Scala) I can run a REPL and check something. Like this(example from Python REPL):
>>> [1] + [2]
[1, 2]
I know about playgrounds but they are slow(Interface is slow) and annoying if you want to check something