Explore >> Select a destination


You are here

www.retroprogramming.com
| | citizen428.net
14.3 parsecs away

Travel
| | I recently got quite interested in a relatively new programming language called Uiua (pronounced "wee-wuh"), which its creator Kai Schmidt describes as follows: Uiua is a general purpose, stack-based, array-oriented programming language with a focus on simplicity, beauty, and tacit code. I've long been fascinated by array languages (like APL, J, or BQN), as well as stack languages like FORTH and Factor. Combining these two paradigms leads to very interesting and - in my opinion at least - beautiful code,...
| | www.bitsnbites.eu
15.2 parsecs away

Travel
| |
| | siderite.dev
14.4 parsecs away

Travel
| | While trying to optimize a sorting algorithm that worked on iterables I've noticed how slow iterators and generator functions are.
| | danilafe.com
48.3 parsecs away

Travel
| In this post, we enable our compiler to convert G-machine instructions to LLVM IR, which finally allows us to generate working executables.