Skip to main content

Explore our questions

3 votes
2 answers
116 views

Parsing a juxtaposition operator

-3 votes
0 answers
27 views

Do you see languages coming with a minimal standard library (Rust, Go...) as a benefit or a problem?

2 votes
1 answer
291 views

How to implement multiple assignment with multiple values in ast tree

23 votes
7 answers
5k views

Should a language have both null and undefined values?

6 votes
0 answers
205 views

SSA Construction: DFS of CFG vs Traversal of Dominator Tree

-3 votes
1 answer
378 views

How can I re-suggest an evolution for Java that has been declined once: operator overloading?

0 votes
1 answer
169 views

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

11 votes
4 answers
1k views

What are the pros and cons of static typing?

4 votes
1 answer
986 views

How can an abstract-syntax tree be converted into linear three-address code?

2 votes
0 answers
105 views

SineFlexione: lazy evaluation via constructors + strict evaluation via methods

6 votes
6 answers
1k views

Are there languages geared towards component-based design?

6 votes
3 answers
2k views

What are some common ways to optimise an interpreter?

0 votes
1 answer
209 views

How does the parser of PHP and Perl work when a variable contains a function pointer and we are calling the function it points to via `()`?

10 votes
2 answers
2k views

What is switch statement fallthrough, in the perspective of functional programming?

Browse more Questions