GO!GO!7188 瑠璃色
#theStudio
"Ruri-iro", "lapis lazuli blue"
瑠璃色の炎燃やしながら星になるまで
burning with a bright blue flame until I become a star
16 posts total
GO!GO!7188 瑠璃色 瑠璃色の炎燃やしながら星になるまで @wim_v12e Add the repo to this post! I'd love to see the dvd example now :D And what it compiles to Writing a compiler for a new language is a lonely task, but at least you can hope your language will become cool. I've been chipping away at it quietly for over a year now, and I am finally at the stage were I can read a file provided on command line and print it (!) (Well, that, and a bit more. But getting IO and strings working was the biggest task). I made some estimates on what OpenAI's chip needs mean for global CO2 emissions. I call it " https://wimvanderbauwhede.codeberg.page/articles/the-insatiable-hunger-of-openai/ I did another uxn-related article: a shallow embedding of Uxntal in Raku. https://wimvanderbauwhede.codeberg.page/articles/stack-based-programming-in-raku/ If anyone would be interested in giving an online talk related to #FrugalComputing or #LowCarbonComputing or #SustainableComputing for my research group, some time in October, November or December, please let me know. You don't have to be an academic researcher. For info, my research group page: https://www.gla.ac.uk/schools/computing/research/researchthemes/lowcarbon/ I wrote a blog post on how Funktal handles Uxn/Varvara I/O devices and state, with examples of a few GUI-based programs. https://wimvanderbauwhede.codeberg.page/articles/funktal-devices-state/ I'm doing the slides for my Solstice School talk on Funktal in Adelie. It's fun to create dithered lores versions of images. @wim_v12e lmao i interpreted "lores" not as low resolution, but as "lore" versions. honestly could see dithered lore versions of images @wim_v12e Have a look at the strangeloop repo on ~rabbits sr.ht if you're looking for ideas on how to handle fades and so on. There's an undocumented RGB4 command that lets you transition between colors, it's pretty useful. My little functional language for Uxn, Funktal, is finally in a state good enough for a blog post: "Funktal: a frugal functional programming language" https://wimvanderbauwhede.codeberg.page/articles/funktal/ You can also try it out:
Show previous comments
@wim_v12e I'm going through the project atm, but before I forget, I meant to send you this paper trying to do a similar RPN lambda implementation: http://www.complang.tuwien.ac.at/anton/euroforth2006/papers/lynas.pdf I got recursion working in #Funktal, and now I can write this fixedpoint factorial: -- the fixedpoint function main { This actually works, even if it is still a bit rough around the edges. @wim_v12e Oh, that is cool. Could you make me a rom of this one? I'd love to run it through beetbug |