FizzBuzz/EsoLang: Difference between revisions

Content added Content deleted
(→‎{{header|Whitespace}}: syntaxhighlight for the <lang asm> part, but left the Whitespace part unchaged,)
m (Minor changes to syntax highlighting and fixed duplicate headers.)
Line 3: Line 3:
<br><br>
<br><br>


=={{header|AsciiDots}}==
===AsciiDots===


Infinite loop:
Infinite loop:
Line 47: Line 47:
</syntaxhighlight>
</syntaxhighlight>


===Beeswax===
=={{header|beeswax}}==


Simple solution:
Simple solution:
Line 61: Line 61:
b P~;"-~@~.+0~P9@N?<</syntaxhighlight>
b P~;"-~@~.+0~P9@N?<</syntaxhighlight>


=={{header|Befunge}}==
===Befunge===
(befunge 93)
(befunge 93)
<syntaxhighlight lang="befunge">55*4*v _ v
<syntaxhighlight lang="befunge">55*4*v _ v
Line 73: Line 73:
>:#,_ $> ^</syntaxhighlight>
>:#,_ $> ^</syntaxhighlight>


=={{header|Brainf***}}==
===Brainf***===
<syntaxhighlight lang="bf">FizzBuzz
<syntaxhighlight lang="bf">FizzBuzz


Line 231: Line 231:
<<</syntaxhighlight>
<<</syntaxhighlight>


=={{header|Chef}}==
===Chef===
This was clearly a challenge in a language
This was clearly a challenge in a language
without a modulus operator,
without a modulus operator,
Line 425: Line 425:
Refrigerate.</syntaxhighlight>
Refrigerate.</syntaxhighlight>


=={{header|FALSE}}==
===FALSE===
<syntaxhighlight lang="false">[\$@$@\/*=]d:
<syntaxhighlight lang="false">[\$@$@\/*=]d:
[1\$3d;!["Fizz"\%0\]?$5d;!["Buzz"\%0\]?\[$.]?"
[1\$3d;!["Fizz"\%0\]?$5d;!["Buzz"\%0\]?\[$.]?"
Line 431: Line 431:
0[$100\>][1+f;!]#%</syntaxhighlight>
0[$100\>][1+f;!]#%</syntaxhighlight>


=={{header|Fish}}==
===Fish===
<syntaxhighlight lang="Fish">0voa ~/?=0:\
<syntaxhighlight lang="fish">0voa ~/?=0:\
voa oooo'Buzz'~< /
voa oooo'Buzz'~< /
>1+:aa*1+=?;::5%:{3%:@*?\?/'zziF'oooo/
>1+:aa*1+=?;::5%:{3%:@*?\?/'zziF'oooo/
^oa n:~~/</syntaxhighlight>
^oa n:~~/</syntaxhighlight>


=={{header|LOLCODE}}==
===LOLCODE===
<syntaxhighlight lang="LOLCODE">HAI 1.3
<syntaxhighlight lang="lolcode">HAI 1.3


IM IN YR fizz UPPIN YR i TIL BOTH SAEM i AN 100
IM IN YR fizz UPPIN YR i TIL BOTH SAEM i AN 100
Line 458: Line 458:


Another method using LOLCODE 1.2
Another method using LOLCODE 1.2
<syntaxhighlight lang="LOLCODE">HAI 1.2
<syntaxhighlight lang="lolcode">HAI 1.2
I HAS A NUMZ ITZ 1
I HAS A NUMZ ITZ 1
IM IN YR FIZZR UPPIN YR NUMZ TIL BOTH SAEM NUMZ AN 100
IM IN YR FIZZR UPPIN YR NUMZ TIL BOTH SAEM NUMZ AN 100
Line 475: Line 475:
KTHXBYE</syntaxhighlight>
KTHXBYE</syntaxhighlight>


=={{header|Piet}}==
===Piet===
Código sacado de https://github.com/zphixon
Código sacado de https://github.com/zphixon


Line 481: Line 481:




=={{header|Small}}==
===Small===
<syntaxhighlight lang="Small">
<syntaxhighlight lang="small">
+++++++++++++++++++++++++++++++++++++++++++++++++.
+++++++++++++++++++++++++++++++++++++++++++++++++.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.
Line 897: Line 897:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</syntaxhighlight>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</syntaxhighlight>


=={{header|SNUSP}}==
===SNUSP===
<syntaxhighlight lang="snusp"> / 'B' @=@@=@@++++#
<syntaxhighlight lang="snusp"> / 'B' @=@@=@@++++#
// / 'u' @@@@@=@+++++#
// / 'u' @@@@@=@+++++#
Line 934: Line 934:
# +/! +/! +/! +/! +/</syntaxhighlight>
# +/! +/! +/! +/! +/</syntaxhighlight>


=={{header|Whitespace}}==
===Whitespace===
<syntaxhighlight lang="whitespace">
<lang Whitespace>


Line 997: Line 997:




</syntaxhighlight>
</lang>


This solution was generated from the following pseudo-Assembly.
This solution was generated from the following pseudo-Assembly.