Elvish is a programming language created in 2013 by Qi Xiao.
#317on PLDB | 11Years Old |
git clone https://github.com/elves/elvish
Elvish 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!"