Skip to main content
Ginger's user avatar
Ginger's user avatar
Ginger's user avatar
Ginger
  • Member for 1 year, 11 months
  • Last seen this week
21 votes

What are the drawbacks of using indentation for code blocks?

16 votes

Should my language distinguish between single- and double-quoted literals?

13 votes

What are the pros and cons of having do ... while loops?

13 votes

What are different ways of handling runtime errors?

9 votes

What are the advantages of providing an until loop construct?

8 votes

What are the disadvantages of not handling big numbers?

7 votes

What is the difference between specification and a reference for programming languages?

6 votes

What are common options for lambda function syntax?

5 votes

What are the pros and cons of an Option type in comparison to nullable types?

3 votes

Alternate syntax so I can have both a safe navigation and a monad unwrapping operator?

3 votes

How do linear types interact with features that may change the normal control flow?

3 votes
Accepted

What are the syntax options for implementing decorators?