Tagged Questions
4
votes
5answers
142 views
Is functional programming considered more “mathematical”? If so, why?
Every now and then, I hear someone saying things like "functional programming languages are more mathematical". Is it so? If so, why and how? Is, for instance, Scheme more mathematical than Java or C? ...
4
votes
5answers
646 views
Writing functional programs in non-functional languages
Suppose I write a program using immutable data structures in Java. Even though it is not a functional language, it should be able to execute parallely. How do I ensure that my program is being ...
1
vote
1answer
64 views
How far from imperative can language implementations be where compiler/interpreter emits to metal
I didn't want to ask this as an 'answer' to A Question Someone Beat Me to by 2 Years
so I did a new question. It appears from an answer there (See N. Ramsey where he writes:
"...However, if you ...
0
votes
2answers
54 views
Deciding the type of a custom langauge [closed]
I am thinking about small language specifically for graphs that would provide a lot of functionality to manipulate graphs and the like.
So when I was pondering over the syntax of the language, I ...