Talk:Code Golf: Code Golf: Difference between revisions

Content deleted Content added
Peak (talk | contribs)
Draft Revision
PureFox (talk | contribs)
m Oops!
 
(2 intermediate revisions by 2 users not shown)
Line 2:
 
: Well, I assumed that it must mean that the program should not contain any quotation marks (single or double) and, moreover, should end with an 'f'. Otherwise it would be as trivial (in Wren) as:
<langsyntaxhighlight ecmascriptlang="wren">System.write("Code Golf")</langsyntaxhighlight>.
 
: Of course, it will still be trivial in some languages anyway (cf. Raku) though there are may others where it's difficult to avoid quotation marks when dealing with string or character literals. --[[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 20:04, 9 December 2021 (UTC)
Line 51:
Please comment, or should I just post the revision so that others may improve it?
[[User:Peak|Peak]] ([[User talk:Peak|talk]])
 
:The task as currently defined was surprisingly fun as an intellectual excercise --[[User:Tigerofdarkness|Tigerofdarkness]] ([[User talk:Tigerofdarkness|talk]]) 18:06, 10 December 2021 (UTC).
Return to "Code Golf: Code Golf" page.