Intefacing with the Functional CPU
2014.07.29. 22:32 Budapesti álmodozó
Szólj hozzá!
Címkék: functional programming Homebrew CPU funCPU control board
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…
Szólj hozzá!
Címkék: functional programming FunCPU evaluation strategy reduction strategy reducing expressions
FunCPU - Memory Models
2014.07.21. 14:05 Budapesti álmodozó
Szólj hozzá!
Címkék: functional programming FunCPU homebrew cpu memory model
FunCPU - Function Encoding Schema
2014.07.18. 22:43 Budapesti álmodozó
Szólj hozzá!
Címkék: functional programming FunCPU Homebrew CPU function encoding
FunCPU - Tagged Architecture
2014.07.16. 22:03 Budapesti álmodozó
In the memory, different type of symbols are stored together. It is essential for the CPU to be able to differentiate among them. Therefore type information is required to be assigned to each unit of information. This piece of information is tagged to each symbol. A lot of effort has been dedicated…