Skip to main content

Explore our questions

2 votes
2 answers
213 views

Is there something better than async in order to avoid dead or unused processing times in single thread?

8 votes
1 answer
1k views

Why does JavaScript use autoboxing?

19 votes
5 answers
4k views

What is the difference between a compiler "frontend" and "backend"?

13 votes
2 answers
768 views

Why was && chosen as rvalue reference in C++?

5 votes
1 answer
1k views

How will boostrapping libc be possible if python starts depending on Rust?

0 votes
2 answers
358 views

How does a multi compiler programming language receive editor support?

16 votes
2 answers
1k views

What are the disadvantages of using CPS form?

10 votes
1 answer
535 views

What are some examples of languages singularly for creating UI's?

14 votes
4 answers
2k views

Is it possible to extend C to have the Rust concept of ownership for memory safety?

16 votes
1 answer
2k views

Why might C++ have been designed to make types like std::strong_ordering a class instead of an enumeration?

16 votes
1 answer
2k views

Incremental Compilation in Recursive‑Descent Parser (Roslyn)

27 votes
5 answers
3k views

Why don't popular regex engines support complement and intersection?

8 votes
2 answers
633 views

Why would external iteration require lots of code inlining relative to internal iteration?

2 votes
5 answers
1k views

Is there any way a Java-like language could implement immutable primitive arrays without incurring performance penalties?

Browse more Questions