FunCPU - Passing Arguments
2014.07.23. 20:13 Budapesti álmodozó
Szólj hozzá!
Címkék: functional programming FunCPU Homebrew CPU argument passing
FunCPU - Parenthesis, Precedence
2014.07.22. 17:03 Budapesti álmodozó
Szólj hozzá!
Címkék: functional programming FunCPU Homebrew CPU parenthesis operator precedence
FunCPU - Evaluation Strategy
2014.07.22. 16:52 Budapesti álmodozó
It is not trivial how expressions should be reduced, i.e. evaluated. I have already mentioned that while some strategy could be fruitful in reducing an expression in a given interpretation, others may be not. Let us have a look at the following simple example of evaluation of the factorial function…