How do you pronounce your name?
I pronounce my first name like that and my surname like that.
Do you spell your name like "Agelos" or "Angelos"?
Actually I prefer to spell it like 'Αγγελος :-). There are three possible transliterations of my name into latin: Angelos, Agelos and Aggelos. I'm using the second. I used the first one before, but I decided to switch because "Agelos" increases the probability that people will pronounce it correctly. By the way, it means "angel" in Greek.Which came first, the chicken or the egg?
I agree with the answer I read in one of Martin Gardner's books (I don't remember which one, sorry): the egg. That's because according to Darwin's theory of evolution, the first chicken egg was laid by an animal that was not a chicken. Of course you are allowed to have an other opinion; the problem is not well defined anyway. However, you could try to solve it using the following prolog program:chicken(X) :- egg(Y).
egg(Y) :- chicken(X).
?- egg(a).