0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

brewでCrystalのREPLのicrをインストール

Last updated at Posted at 2018-06-11

やりたいこと

CrystalのREPLのicrをMacにインストールします

icrがあるとRubyのirbpryようにインタラクティブにCrystalを試せます。

インストール

brew install crystal-icr

実際に使う

以下のように色もついてくれて、便利に使えました。

opt.gif

先駆者さん

@takiuchi さんが CrystalでREPLを実現するcrystal-icrの紹介 - Qiita で icrのついて説明されています。当時はhomebrewの公式のリポジトリに、icrがなかったようです。現在は https://github.com/Homebrew/homebrew-core/blob/master/Formula/crystal-icr.rb のように公式にFormulaがあるので、上記のコマンドでインストールできました。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?