Tagged Questions

2
votes
6answers
114 views

How to write an enumeration of all computable functions?

Motivation: I'd like to be able to use toy functional programming in languages without first-order functions, by using natural numbers instead of functions. A universal function i …
1
vote
2answers
102 views

Pac-Man representation with Finite State Automaton

Hi there, Consider a game similar to pac-mac that we want to represent it with an FSA graph. We have a maze (table) and there are berries into it in random positions. The goal is t …
1
vote
3answers
114 views

How many control-of-flow paradigms are there? (deleted)

----zvolkov: trying to delete this old question but it won't let me ---- --Note: the question is NOT about programming language paradigms as in OOP vs functional vs. formal logic! …