Skip to main content

Explore our questions

0 votes
1 answer
21 views

Have the rules for class declaration and class implementation changed in c++ in the past 15 years?

1 vote
1 answer
63 views

Implement range based DSL with VM

3 votes
3 answers
320 views

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

10 votes
3 answers
747 views

Idiomatic memory allocation and garbage collection in LLVM

16 votes
4 answers
623 views

Is colorForth's unique syntactic approach helpful to the programmer?

10 votes
2 answers
578 views

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

9 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
791 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
383 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?

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?

Browse more Questions