Friday, 13 September 2013

How do you program time?

How do you program time?

This might sound like a weird question, but how can you program time
without using the API of a programming language? Time is such an abstract
concept, how can you write a program without using the predefined function
for time.
I was thinking it would have to be calculated by a count of processor
computations, but if every computer has a different speed performance how
would you write code to iterate time.
Assuming the language the program is written in doesn't matter, how would
you do this?

No comments:

Post a Comment