Hi,
Are we going to get REPL in Crystal?
There is crystal-icr, which is more a hack that works than a fully supported crystal REPL.
Quoting @asterite from https://github.com/crystal-lang/crystal/issues/681#issuecomment-106538018 "I think it's possible, just hard."
More informations https://github.com/crystal-lang/crystal/issues/681
See also: crystal play
. Not quite a REPL, but pretty useful.
Run crystal play
, and then connect to it using your local web browser.
Closing as duplicate of #681
Refactoring icr to use the instrumentation created for crystal play would be interesting.