Elvish is a programming language created in 2013 by Qi Xiao.
| #336on PLDB | 13Years Old |
git clone https://github.com/elves/elvishElvish is an expressive programming language and a versatile interactive shell, combined into one seamless package. It runs on Linux, BSDs, macOS and Windows.
if $true { echo good } else { echo bad }echo "Hello, world!"