Lifted @neauoire's docs for the C version of Modal for my website. Can finally check that one off my to do list.
| pronouns | It/Its |
| My wikithing | https://www.sheeeeeeeep.art/about.html |
| pronouns | It/Its |
| My wikithing | https://www.sheeeeeeeep.art/about.html |
Lifted @neauoire's docs for the C version of Modal for my website. Can finally check that one off my to do list.
I have remembered Mastodon has featured post. I have added my little PLIdea hashtag for your convenience

5.24K Posts, 316 Following, 549 Followers · Is it a sheep? Is it a raven? Is it a lizard? How many of you are there? Questions that you won't get answers to and more.
Programming language idea: the only data type is the sandpile grid. If you put too large of a value into a cell, it will start to flow into the neighboring cells until it reaches a sustaniable height.
sp0 @StackTest
n^1 task0 Push
@Next0 n^2 task1 Push
@Next1 n^3 task2 Push
@Next2 task3 Swap
@Next3 n^5 task4 Push
@Next4 Halt
@Push
[Return sp1 c0^n]/[sp0 c0^c0 n^n]
[Return sp2 c1^n]/[sp1 c1^c1 n^n]
[Return sp3 c2^n]/[sp2 c2^c2 n^n]
[Return sp0 c3^n]/[sp3 c3^c3 n^n]
@Swap
[Return sp0 c2^c3 c3^c2]/[sp0 c2^c2 c3^c3]
[Return sp1 c0^c3 c3^c0]/[sp1 c0^c0 c3^c3]
[Return sp2 c1^c0 c0^c1]/[sp2 c0^c0 c1^c1]
[Return sp3 c2^c1 c1^c2]/[sp3 c1^c1 c2^c2]
@Return
[Next0]/task0
[Next1]/task1
[Next2]/task2
[Next3]/task3
[Next4]/task4
@Halt
After discovering there is a character limit, I have tidied up the swap operation
Rewriting my @Push subroutine to use the new features of rejoice and wowie, you can just fold it all together:
@Push
[Return sp1 cell0^n]/[sp0 cell0^cell0 n^n]
[Return sp2 cell1^n]/[sp1 cell1^cell1 n^n]
[Return sp3 cell2^n]/[sp2 cell2^cell2 n^n]
[Return sp0 cell3^n]/[sp3 cell3^cell3 n^n]
https://social.nouveau.community/@andnull/116370324395323810
Plagued with visions at work thanks to @[email protected], an small 4 item circular stack for Rejoice: ``` sp0 @StackTest n^1 task0 Push @Next0 n^2 task1 Push @Next1 n^3 task2 Push @Next2 n^4 task3 Push @Next3 n^5 task4 Push @Next4 Halt @Push [SP0 sp1]/sp0 [SP1 sp2]/sp1 [SP2 sp3]/sp2 [SP3 sp0]/sp3 @SP0 '[]/cell0 'cell0/n Return @SP1 '[]/cell1 'cell1/n Return @SP2 '[]/cell2 'cell2/n Return @SP3 '[]/cell3 'cell3/n Return @Return [Next0]/task0 [Next1]/task1 [Next2]/task2 [Next3]/task3 [Next4]/task4 @Halt ```
This otherworldly landscape of Tassili, in the deep Algerian Sahara, is part of the challenge “One painting a day, in complementary colors” – today Ultramarine Blue and Burnt Orange.
Acrylic painting in my sketchbook
#MastoArt #MastodonArt #FediArt #ArtBooster #landscape #AcrylicPainting, #challenge, #otherworldly, #Sahara, #Tassili, #Algeria
"Comments should be about the why not the what"
Me: blinks for one second to long
Me: "What was I doing again with this line of code?"