Skip to main content

Explore our questions

1 vote
0 answers
2 views

Why do most OO-programming languages conjoin the *definition* of a class with *instances* of that class?

0 votes
1 answer
70 views

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

9 votes
3 answers
412 views

Should a concatenative language use prefix or postfix term ordering?

3 votes
1 answer
204 views

Idiomatic way to generate python programs from a functional language?

1 vote
1 answer
86 views

Implement range based DSL with VM

3 votes
3 answers
332 views

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

10 votes
3 answers
763 views

Idiomatic memory allocation and garbage collection in LLVM

16 votes
4 answers
645 views

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

10 votes
2 answers
593 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
802 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
391 views

How does a multi compiler programming language receive editor support?

Browse more Questions