|
You are here |
www.retroprogramming.com | ||
| | | | |
citizen428.net
|
|
| | | | | 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
|
|
| | | | | ||
| | | | |
siderite.dev
|
|
| | | | | While trying to optimize a sorting algorithm that worked on iterables I've noticed how slow iterators and generator functions are. | |
| | | | |
danilafe.com
|
|
| | | In this post, we enable our compiler to convert G-machine instructions to LLVM IR, which finally allows us to generate working executables. | ||