Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

U

< >

U is a programming language created in 2013 by Yassen Bantchev.

#1954on PLDB 11Years Old
Download source code:
git clone https://github.com/yassenb/u
HomepageREPLSource Code

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.


Example from the web:
?{x<0::-1;x>0::1;0}
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll