Code Golf: Code Golf: Difference between revisions

m
imported>Tromp
(Code Golf in BLC)
 
(One intermediate revision by one other user not shown)
Line 228:
=={{header|Binary Lambda Calculus}}==
shortest: 10 bytes
<syntaxhighlightpre>*Code Golf</syntaxhighlightpre>
avoiding ASCII: 23 bytes
<syntaxhighlightpre>46 60 17 ac 23 40 b0 02 cf f7 97 f7 ee 80 bc 90 9b 9a df b8 90 93 99</syntaxhighlightpre>
 
=={{header|BQN}}==
Line 283:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
# with string literal (16 characters)
write"Code Golf"
# without quoted literals (5354 characters)
# for i in [44 0 11 10 79 40 0 3 9]write strchar (111-i).
for i in [44 0 11 10 79 40 0 3 9]write strchar (111-i).
</syntaxhighlight>
 
56

edits