Posts tagged cs

Expression programming languages

According the Chomsky hierarchy, there are 4 categories. From most expressive to least:

Read more ...


Corecursion

  • 17 February 2020
  • Tag: cs

The co- is to indicate that it is opposite of recursion (e.g. sine and cosine).

Read more ...