U is a programming language created in 2013 by Yassen Bantchev.
#1964on PLDB | 11Years Old |
git clone https://github.com/yassenb/u
U is a small functional programming language, designed mainly for explorational and educational uses. Both its syntax and its operational rules are very simple and regular. U can be considered a functional-style calculator for several useful types of data, preloaded with a large number of built-in operators and extensible through defining new ones.
?{x<0::-1;x>0::1;0}