Search Results

6
votes
23answers
862 views

Is it possible to write code to write code?

I've heard that there are some things one cannot do as a computer programmer, but I don't know what they are. One thing that occurred to me recently was: wouldn't it be nice to have a class that co …
6
votes
4answers
367 views

Why can Conway’s Game of Life be classified as a universal machine?

I was recently reading about artificial life and came across the statement, "Conway’s Game of Life demonstrates enough complexity to be classified as a universal machine." I only had a rough unders …
3
votes
6answers
182 views

what is a programming language?

Hi Wikipedia says: A programming language is a machine-readable artificial language designed to express computations that can be performed by a machine, particularly …