Elvish is a programming language created in 2013 by Qi Xiao.
#714on PLDB | 10Years Old | 5.6kUsers |
0Books | 0Papers |
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!"