99 Bottles of Beer/EsoLang: Difference between revisions

Content added Content deleted
(→‎{{header|Befunge}}: Removing unwanted null characters from the end of each line which were breaking the output in some interpreters.)
(→‎{{header|Befunge}}: Added a more concise albeit less readable sample for comparison.)
Line 56: Line 56:
=={{header|Befunge}}==
=={{header|Befunge}}==


'''Readable:'''
<!-- the version at http://99-bottles-of-beer.net/language-befunge-88.html looks like a train wreck to me -->
<!-- the version at http://99-bottles-of-beer.net/language-befunge-88.html looks like a train wreck to me -->
<lang befunge><v,<.g10" bottles of beer on the wall"+550 <
<lang befunge><v,<.g10" bottles of beer on the wall"+550 <
Line 68: Line 69:
>$55+,0` |
>$55+,0` |
@</lang>
@</lang>

'''Concise:'''
<lang befunge>"d"4vv"take one down, pass it around"<>
:-2*< v "e wall"_v#\0`1%4./4::_0#%>#4^#
\4>/|>:#,_$:55+:,\4%3-!*0\>:>#,_$$:1+\1
>>>#@^>$"ht no "\>\"reeb fo selttob">>></lang>


=={{header|Brainf***}}==
=={{header|Brainf***}}==