I'm a Computer Science student, and in one of the courses every student gets his own programming language to use through the entire course. I got Mirah programming language. The thing is, I followed this link: https://github.com/mirah/mirah/wiki/Getting-Started I installed Mirah succesfully using "gem install mirah", but I can't execute the inline script: mirah -e 'puts "Hello, Mirah!"' When I try, I get the following error: No such file Mirah!
I'm using Windows 10.
BTW, if there are any IDEs I can use to program in Mirah with, that would be very helpful for me.
Thanks in advance!