Skip to main content

Explore our questions

8 votes
1 answer
686 views

What are the advantages of using Dependent Modal Types in a language?

15 votes
6 answers
2k views

What do various designers of JavaScript regret or dislike about its design? Given the opportunity, what would they do differently and why?

0 votes
1 answer
141 views

Proposal: 1lang — A single language with native columnar DB + native ML engine in one unified runtime (zero-copy pipeline)

1 vote
5 answers
235 views

Efficiency consideration for using strings (or other hashable key types) as iterator type for hash tables?

-1 votes
2 answers
123 views

Conundrum with regard to methods on lvalues that return rvalues

2 votes
1 answer
112 views

How to choose between symbol tables vs. resolved identifiers, for different language tooling?

3 votes
2 answers
824 views

Pros and cons of treating endless loops as "anything can happen" UB, versus merely allowing limited reordering

0 votes
1 answer
231 views

How to attach meta-fields to WASM scopes/activations?

2 votes
3 answers
746 views

How can I get away with treating ## as an operator in replacement list?

12 votes
3 answers
754 views

What dedicated syntax has been used for `fold`/`reduce`?

4 votes
3 answers
294 views

Parsing a juxtaposition operator

22 votes
6 answers
5k views

Why is array access not an infix operator?

7 votes
3 answers
755 views

Why link the entire static library rather than only the needed functions?

3 votes
2 answers
505 views

Is instruction scheduling obsolete?

Browse more Questions