Easy steps to install idris2 package on Mac
Package Information:
Application Name – idris2
What is idris2 – Not Available for idris2
Use of idris2 – Pure functional programming language with dependent types
URL – https://www.idris-lang.org/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install idris2 using brew
brew install idris2
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
idris2 is ready to use now!