Skip to main content

Explore our questions

7 votes
1 answer
406 views

What problems do applicative functors solve, as an abstraction relative to monads and arrows?

4 votes
4 answers
665 views

Architecture for overriding "trait" implementations many times in different contexts?

8 votes
7 answers
2k views

Why tag function definition with def, fn, fun, func or function etc?

15 votes
4 answers
759 views

What are the pros and cons of automatically curried functions?

-3 votes
2 answers
396 views

Why does Python not allow us to call functions like other languages do?

4 votes
3 answers
424 views

Entry point of low level languages

17 votes
1 answer
1k views

How can we define a denotational semantics for recursive functions?

6 votes
3 answers
1k views

Why do many programming languages use parentheses `()` for function definitions and calls?

27 votes
3 answers
10k views

Colored vs uncolored functions

3 votes
1 answer
311 views

Concept Overloading in C++

9 votes
2 answers
3k views

How do languages chain higher-order functions while still keeping performance?

18 votes
8 answers
2k views

What are the advantages/disadvantages of prefix type syntax?

11 votes
14 answers
705 views

What are common options for lambda function syntax?

13 votes
5 answers
994 views

Prior art on pipelines of function calls

Browse more Questions