Search
Items tagged with: Rakulang
I did another uxn-related article: a shallow embedding of Uxntal in Raku.
https://wimvanderbauwhede.codeberg.page/articles/stack-based-programming-in-raku/
Embedding a stack-based programming language
It takes just one custom operator to allow Uxntal-style programming in Raku.Wim Vanderbauwhede
My #RakuLang Advent blog post is out: Day 4 – Embedding a stack-based programming language in Raku
https://raku-advent.blog/2023/12/04/day-4-embedding-a-stack-based-programming-language-in-raku/
Day 4 – Embedding a stack-based programming language in Raku
When @lizmat asked me to write a post for the Raku advent calendar I was initially a bit at a loss. I have spent most of the year not writing Raku but working on my own language Funk…Raku Advent Calendar
https://wimvanderbauwhede.codeberg.page/articles/immutable-datastructures-reduction/
Immutable data structures and reduction in Raku
What does it take to bring functional programming to a stack-based assembly language?Wim Vanderbauwhede