Linked Questions

5 votes
3 answers
290 views

Is a regex answer valid if it gives the reciprocal of the required output? [duplicate]

This answer gives the reciprocal of the required output, rather than the required output itself. In a simpler challenge this might cut out a significant part of the work, but for this particular ...
trichoplax is on Codidact now's user avatar
6 votes
2 answers
562 views

Is outputting a Maybe acceptable in Haskell? [duplicate]

The vote on this output option has moved here. Haskell has a very strong type system, so there is a type called Maybe to work around some restrictions. The Maybe ...
totallyhuman's user avatar
  • 17.4k
7 votes
2 answers
556 views

What mouse interactions are allowed by default as part of Input/Output? [duplicate]

Essentially, a user's answer in Excel (now deleted) uses the drag-down formula feature of Excel, as described in the linked related meta question. I thought that from the highest voted answer to that ...
mbomb007's user avatar
  • 23.6k
3 votes
2 answers
351 views

What input methods should we allow for Code Golfs? [duplicate]

Should we define rules on how input can be fed into programs? This question on SO allowed for any input method, which resulted in answers which ripped off the question by doing the computation in ...
moinudin's user avatar
  • 12.9k
5 votes
2 answers
426 views

For Code Golf, how do you deal with languages without a traditional print/echo statements? [duplicate]

JavaScript comes to mind as a language without a traditional outputting mechanism. In this instance, document.write() is suggested, but its specific to the browser,...
Yahel's user avatar
  • 150
11 votes
1 answer
327 views

Returning a function, which returns the result? [duplicate]

Submission formats are always flexible here on PPCG. Named functions, anonymous functions or even full programs that perform IO, are all fine. Even currying is acceptable, for example, taking ...
FlipTack's user avatar
  • 14.7k
-1 votes
2 answers
172 views

Should the output to STDERR count as output length? [duplicate]

A few challenges that requires the program to output something at a specified length, and a bunch of answers well... uses built-in error messages that's generated by the interpreter rather than the ...
iBug's user avatar
  • 2,711
4 votes
1 answer
136 views

JS Promises in code-golf? [duplicate]

Should code-golf submissions written in JS that return a promise be allowed? For example: Promise.resolve("hi") Doesn't output ...
user avatar
6 votes
1 answer
215 views

Is Ans considered a valid form of input for TI-BASIC? [duplicate]

We haven't reached a complete consensus on whether or not Ans is permitted as a valid input format for TI-BASIC. We have this answer on "Default for Code Golf: ...
No Name's user avatar
  • 101
10 votes
1 answer
238 views

What counts as "output" in SQL? [duplicate]

Some of the site's questions rule that something must (or must not) be printed to the output. My question is, in the case of SQL, what really is the output? The ...
George Menoutis's user avatar
2 votes
1 answer
197 views

When accepting input from STDIN, can it be assumed to terminate with a newline [duplicate]

...or I guess more specifically, can I require that input from STDIN (or closest alternative, e.g. TIO) be newline terminated? Utilising apps like TIO this isn't added, but if using a terminal with <...
Dom Hastings's user avatar
  • 24.6k
7 votes
0 answers
209 views

Why can't we take input from a variable? [duplicate]

On the default allowed I/O methods, we have come to a consensus that programs may not take input from a predefined variable. However, we have decided that anonymous functions are allowed. In the ...
Esolanging Fruit's user avatar
2 votes
1 answer
201 views

Hard coding input [duplicate]

I've seen some answers that hard code the input or rely on the existence of a user-defined variable, see for example this question. The OP asked for a "function or equivalent subprogram". I don't ...
user avatar
3 votes
0 answers
85 views

What's a number? [duplicate]

Similar to What's a string? If a challenge says that the input will be “a number”, what data types are acceptable? Obviously, types like int and ...
dan04's user avatar
  • 6,641
0 votes
1 answer
68 views

Do programs need to take input, if it is in the spec? [duplicate]

Recently, there have been some challenges involving the OEIS. Specifically, when given an index as input, the challenge spec involves output the item in the OEIS at that index. However, for constant ...
Stephen's user avatar
  • 14.2k

15 30 50 per page
1
2 3 4 5
7