Uploaded Fairy Page 11, Why I Cant Stand Framework Development For Those Whom Despise Innovation
Uploaded Fairy Page 11
; lisen(rouge).
parle("That banana is: '); lisen(jaune).
sinon:
parle("All else is needs not be written.").
fin
fin
Suppose this was a French dialect of that-but that-otherwise. The idea here is some things would be in Francais, and otherwise in Nihongo for things that have no equivalent in Francais. Talk me only in English please.
Japanese Specific
Shouganai - Cannot be helped / avoided. Ex. cette “guillotine” == shouganai; parle(“Je suis mort”); mort
Wabi-Sabi - Finding beauty in imperfection. Ex. In Fruby, “wabisab”, or avoid correcting a dataset when the only change is stylistic.
Boketto - Gazing vacantly into the distance. Ex. In Fruby, this would be used as a verb: to “a bokette”, or “to look into” implying a sleep condition before reading.
Fuubutsushi - Anticipate a shift in the dataset that evoke a particular feeling. Ex. Predict sensationalism.
fubu(rouge). # records state of rogue.
fubu(jaune). # records state of yellow.
wabisab rogue et jaune: # If change to code is stylistic, maintains to avoid breaking.
bokette(rouge); bokette(jaune). # Read file with a sleep condition.
shouganai: # If breakage unavoidable, isolates it to a folder that isn't otherwise used..
mod(rogue); mod(jaune). # Modifies files to avoid conflicting with other datasets.
Proposed But Not Considered
fonc calculer_somme:
cette nombre = 0
pour chaque element dans liste:
si element > limite:
mort # Terminates loop early
nombre += element
fin
fin