Here's a pretty fun and quirky new programming language that uses glyphs.
Uiua is a programming language that incorporates array-oriented and stack-based programming paradigms.
An array-oriented language is one where the primary data structure is the array. In array languages, many operations that can apply to a single value can also apply to every value in an array. This is known as rank-polymorphism.
A stack-based language is one where all operations manipulate a global stack of values. Functions pop values off the top of the stack, perform their calculation, then push the results back on to the stack.
Read more
• https://www.uiua.org/
I'm actually having fun playing around with it.
#Uiua #Programming
@Dagmawi_Babi
Uiua is a programming language that incorporates array-oriented and stack-based programming paradigms.
An array-oriented language is one where the primary data structure is the array. In array languages, many operations that can apply to a single value can also apply to every value in an array. This is known as rank-polymorphism.
A stack-based language is one where all operations manipulate a global stack of values. Functions pop values off the top of the stack, perform their calculation, then push the results back on to the stack.
Read more
• https://www.uiua.org/
I'm actually having fun playing around with it.
#Uiua #Programming
@Dagmawi_Babi