by chamoda on 7/23/19, 2:32 AM with 1 comments
Sequential models
* Finite state machines * Pushdown automata * Turing Machine
Functional models
* Lambda calculus * Recursive functions * Combinatory logic * Cellular automaton * Abstract rewriting systems
Concurrent models
* Kahn process networks * Petri nets * Synchronous Data Flow * Interaction nets * Actor model
by pcvarmint on 7/23/19, 5:32 AM
http://cs.brown.edu/people/jsavage/book/
http://joshua.smcvt.edu/computation/book.pdf
https://doc.lagout.org/science/0_Computer%20Science/4_Theory...
http://web.cs.ucdavis.edu/~doty/fall2015ecs120/notes.pdf
http://web.cecs.pdx.edu/~black/CS311/Lecture%20Notes/Lambda%...
https://arxiv.org/pdf/1607.02291
http://www.lsis.org/poccim/phd_thesis_marco_pocci.pdf
Collage of machine models:
https://www.revolvy.com/page/Finite%252Dstate-machine
Github repo of models: