crystal-icr

Interactive console for Crystal programming language with REPL

brewmacoslinux
Try with needOr install directly
Source

About

Interactive console for Crystal programming language

Commands

icr

Examples

Start the interactive Crystal console$ icr
Execute a Crystal expression in the REPL$ icr > puts "Hello, Crystal!"
Load and execute a Crystal file in the REPL$ icr > load "script.cr"