Easy Steps to Install crystal-lang on Mac
Package Information:
Name: crystal-lang
Use: Fast and statically typed, compiled language with Ruby-like syntax
URL: https://crystal-lang.org/
Installation Steps:
- Open Terminal on your Mac.
- Copy and execute below command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install crystal-lang using brew
brew install crystal-lang
crystal-lang is ready to use now!