[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Low-level vs. High-level programming (was My First Computer)



pausch@saaf.se (Paul Schlyter) wrote in
news:bd0rt1$2b39$1@merope.saaf.se: 

 
> Using variables for this is of course convenient, but it's not an
> absolute requirement.  You can keep track of ball velocity and score
> by making one HTML page for each and every possible combination of:
>  
>   ball position
>   ball velocity
>   paddle position
>   paddle velocity
>   score
>  
> and then link all those pages to one another in an appropriate way.
>  
> Of course this will make the number of HTML pages astronomical,
> but in principle it's quite possible.
>

What is being said here is like me turning a PaperClip document into a 
text adventure game. Only if I had clickable links instead of automated 
data-linking to these other documents. If I had that would PaperClip be a 
programming language if I placed a data link to the word UP, DOWN, NORTH, 
SOUTH and so forth. In a way, I would only be simulating a program with 
data link to the words with links to another text file. It is pretty 
simple to know a programming language is designed for the purpose of 
creating programs where as a HTML is for defining a HyperText Document 
layout.