Page namespace (page_namespace) | 0 |
Page title (without namespace) (page_title) | 'Caca' |
Full page title (page_prefixedtitle) | 'Caca' |
Old content model (old_content_model) | 'wikitext' |
New content model (new_content_model) | 'wikitext' |
Old page wikitext, before the edit (old_wikitext) | '"Caca" is an esolang created by [[User:Mari]] on May 22nd, 2024. It's first (and currently only) Interpeter is written in scratch. It's namesake and commands are based on a Discord server called "Progresscord"'s Humor, of saying "I caca", and sometimes using a sticker which is an edited version of Icoeye's logo with eyebrows, 1 eyebrow raised, a weird smirk and the caption "I caca" in the top corner in impact font. It is described as being "crappy and likely unfunny"
[[File:I caca.png|160px|thumb|alt=edited version of Icoeye's logo with eyebrows, 1 eyebrow raised, a weird smirk and the caption "I caca" in the top corner in impact font.|HD Remake of Sticker in Question]]
== Commands ==
* icaca - print ascii character (from caca number) to screen
* icacac - add 1 to caca number
* cacacaX - loop line succeeding for value specified
* icac - remove 1 from caca number
* icacan - square caca number
* youcaca - ask user for input, numbers only (input is added to caca number)
* cacatoX - goto a specific line number
* nocaca - switch to previous caca number in caca stack
* yescaca - switch to next caca number in caca stack
* newcaca - add caca number to stack (there is 1 by default)
* icaca? - execute line succeeding if caca number is positive
* nocaca? - execute line succeeding if caca number is negitive
* zecaca? - execute line succeeding if caca number is 0
* cacacaca - clone current caca number to stack
== Examples ==
this is a hello world program written in Caca:
<pre>
cacaca72
icacac
icaca
cacaca3
icac
icaca
cacaca7
icacac
icaca
icaca
cacaca3
icacac
icaca
cacaca47
icac
icaca
cacaca55
icacac
icaca
cacaca8
icac
icaca
cacaca3
icacac
icaca
cacaca6
icac
icaca
cacaca8
icac
icaca
</pre>
This code is mostly illegible, but basically it uses cacaca#### to run an increment(icacac)/decrement(icac) on loop, and it then uses icaca to print the ascii character corresponding with the value.
this is a truth machine:
<pre>
youcaca
newcaca
zecaca?
cacato12
nocaca?
cacato12
yescaca
cacaca49
icacac
icaca
cacato10
yescaca
cacaca48
icacac
icaca
</pre>
as Caca code is, its mostly illegible. basically, it uses youcaca to ask for user input (Caca can only handle numbers as input), then, if the number is a 0 or a negative, it goes to the end using a cacato statement, which then outputs one 0 then stops, but if its positive, it then goes on to printing 1, then goes back and prints 1 using a cacato statement
== Trivia ==
* Caca is (at least) the 2nd Esolang inspired by Progresscord, with the first being [[guh]], however, Caca is implemented, at least in Scratch, while guh remains unimplemented. Also, Caca might be turing complete, while Guh is not due to lack of Conditional Execution.
* Originally, the command called 'zecaca?' was called 'nucaca?', but however scratch's bad word detector detected nucaca as a bad word so I had it changed to 'zecaca?'
* It is one of many languages to feature a [[Nope.#Caca|Nope. Interpreter]].
* Upgrades to Caca such as String Caca (Caca with strings), Absolute Caca (Caca with absolute number support, rather than all relative increments or decrements), and Caca Pro (Caca with improved control flow) do not actually exist.
* Despite the memory being called a Stack, its memory acts more like a Cell-based, rather than a stacking one
== Implementations ==
* [https://scratch.mit.edu/projects/1024969038/ Scratch based Interpeter]
[[Category:Languages]] [[Category:Joke languages]] [[Category:Implemented]] [[Category:Cell-based]] [[Category:2024]] [[Category:Unknown computational class]]' |
New page wikitext, after the edit (new_wikitext) | '{{infobox proglang
|name=Caca
|author=[[User:Mari|Mari]]
|year=[[:Category:2024|2024]]
|refimpl=[https://scratch.mit.edu/projects/1024969038/ Scratch]
|influence=[[Brainfuck]]
|class=Unknown computational class
|files=.caca
}}
"Caca" is an esolang created by [[User:Mari]] on May 22nd, 2024. It's first (and currently only) Interpeter is written in scratch. It's namesake and commands are based on a Discord server called "Progresscord"'s Humor, of saying "I caca", and sometimes using a sticker which is an edited version of Icoeye's logo with eyebrows, 1 eyebrow raised, a weird smirk and the caption "I caca" in the top corner in impact font. It is described as being "crappy and likely unfunny"
[[File:I caca.png|160px|thumb|alt=edited version of Icoeye's logo with eyebrows, 1 eyebrow raised, a weird smirk and the caption "I caca" in the top corner in impact font.|HD Remake of Sticker in Question]]
== Commands ==
* icaca - print ascii character (from caca number) to screen
* icacac - add 1 to caca number
* cacacaX - loop line succeeding for value specified
* icac - remove 1 from caca number
* icacan - square caca number
* youcaca - ask user for input, numbers only (input is added to caca number)
* cacatoX - goto a specific line number
* nocaca - switch to previous caca number in caca stack
* yescaca - switch to next caca number in caca stack
* newcaca - add caca number to stack (there is 1 by default)
* icaca? - execute line succeeding if caca number is positive
* nocaca? - execute line succeeding if caca number is negitive
* zecaca? - execute line succeeding if caca number is 0
* cacacaca - clone current caca number to stack
== Examples ==
this is a hello world program written in Caca:
<pre>
cacaca72
icacac
icaca
cacaca3
icac
icaca
cacaca7
icacac
icaca
icaca
cacaca3
icacac
icaca
cacaca47
icac
icaca
cacaca55
icacac
icaca
cacaca8
icac
icaca
cacaca3
icacac
icaca
cacaca6
icac
icaca
cacaca8
icac
icaca
</pre>
This code is mostly illegible, but basically it uses cacaca#### to run an increment(icacac)/decrement(icac) on loop, and it then uses icaca to print the ascii character corresponding with the value.
this is a truth machine:
<pre>
youcaca
newcaca
zecaca?
cacato12
nocaca?
cacato12
yescaca
cacaca49
icacac
icaca
cacato10
yescaca
cacaca48
icacac
icaca
</pre>
as Caca code is, its mostly illegible. basically, it uses youcaca to ask for user input (Caca can only handle numbers as input), then, if the number is a 0 or a negative, it goes to the end using a cacato statement, which then outputs one 0 then stops, but if its positive, it then goes on to printing 1, then goes back and prints 1 using a cacato statement
== Trivia ==
* Caca is (at least) the 2nd Esolang inspired by Progresscord, with the first being [[guh]], however, Caca is implemented, at least in Scratch, while guh remains unimplemented. Also, Caca might be turing complete, while Guh is not due to lack of Conditional Execution.
* Originally, the command called 'zecaca?' was called 'nucaca?', but however scratch's bad word detector detected nucaca as a bad word so I had it changed to 'zecaca?'
* It is one of many languages to feature a [[Nope.#Caca|Nope. Interpreter]].
* Upgrades to Caca such as String Caca (Caca with strings), Absolute Caca (Caca with absolute number support, rather than all relative increments or decrements), and Caca Pro (Caca with improved control flow) do not actually exist.
* Despite the memory being called a Stack, its memory acts more like a Cell-based, rather than a stacking one
== Implementations ==
* [https://scratch.mit.edu/projects/1024969038/ Scratch based Interpeter]
[[Category:Languages]] [[Category:Joke languages]] [[Category:Implemented]] [[Category:Cell-based]] [[Category:2024]] [[Category:Unknown computational class]]' |
Unified diff of changes made by edit (edit_diff) | '@@ -1,2 +1,12 @@
+{{infobox proglang
+|name=Caca
+|author=[[User:Mari|Mari]]
+|year=[[:Category:2024|2024]]
+|refimpl=[https://scratch.mit.edu/projects/1024969038/ Scratch]
+|influence=[[Brainfuck]]
+|class=Unknown computational class
+|files=.caca
+}}
+
"Caca" is an esolang created by [[User:Mari]] on May 22nd, 2024. It's first (and currently only) Interpeter is written in scratch. It's namesake and commands are based on a Discord server called "Progresscord"'s Humor, of saying "I caca", and sometimes using a sticker which is an edited version of Icoeye's logo with eyebrows, 1 eyebrow raised, a weird smirk and the caption "I caca" in the top corner in impact font. It is described as being "crappy and likely unfunny"
' |
Lines added in edit (added_lines) | [
0 => '{{infobox proglang',
1 => '|name=Caca',
2 => '|author=[[User:Mari|Mari]]',
3 => '|year=[[:Category:2024|2024]]',
4 => '|refimpl=[https://scratch.mit.edu/projects/1024969038/ Scratch]',
5 => '|influence=[[Brainfuck]]',
6 => '|class=Unknown computational class',
7 => '|files=.caca',
8 => '}}',
9 => ''
] |