Skip to main content
cat's user avatar
cat's user avatar
cat's user avatar
cat
  • Member for 9 years, 5 months
  • Last seen this week
45 votes
1 answer
18k views

Are Golang binaries portable?

19 votes
2 answers
573 views

What's the difference between :D and :D:?

13 votes
2 answers
15k views

How can I get the cursor's position in an ANSI terminal?

11 votes
2 answers
283 views

How is this Perl sensical, considering Perl 6's type system?

11 votes
2 answers
11k views

Why a range_iterator when a range is reversed?

10 votes
3 answers
4k views

Is it possible to implement GNU C's typeof(x) with C11's _Generic?

8 votes
1 answer
741 views

Using fgetws after setting a UTF-8 locale?

8 votes
3 answers
469 views

How can I translate this Perl5/PCRE to Perl 6 regex?

7 votes
1 answer
2k views

Add a new instance variable to subclass of http.server.BaseHTTPRequestHandler

6 votes
3 answers
281 views

How to stop recursing?

6 votes
2 answers
336 views

Why are inline if statements an average of at least one-third slower than other types of if?

6 votes
4 answers
2k views

Can I please have an ArrayOutOfBoundsException?

5 votes
2 answers
287 views

What type are Lists of any type in Perl 6?

5 votes
1 answer
118 views

How can I make Perl6 (MoarVM / Rakudo) warn about all missing semicolons?

5 votes
2 answers
308 views

Explicitly named return values?

5 votes
7 answers
349 views

How are if statements in C syntactically unambiguous?

4 votes
1 answer
4k views

What's with this DeprecationWarning ("callable is None")?

4 votes
2 answers
750 views

Why aren't Inf, -Inf and NaN keywords in Python?

4 votes
1 answer
57 views

Cleave a run-time computed value?

4 votes
1 answer
69 views

How do I turn the Result type into something useful?

3 votes
1 answer
83 views

What's the effect of my mobile network on encoding? [closed]

3 votes
1 answer
163 views

How can I handle or detect a system signal in D?

3 votes
2 answers
380 views

Is this how Golang performs multiple assignment?

3 votes
1 answer
3k views

Multiple values for field names in a URL query string?

3 votes
1 answer
211 views

Running test submodule as main hook

3 votes
1 answer
86 views

How can I tell how much to read from nonblocking stdin?

3 votes
7 answers
174 views

Type of a pointer?

3 votes
1 answer
1k views

Can I "hook" variable reassignment?

3 votes
1 answer
265 views

"Quantifier quantifies nothing" but I never asked for a quantifier

2 votes
3 answers
211 views

DeprecationWarning for "if x:"?