[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Low-level vs. High-level programming (was My First Computer)
- Subject: Re: Low-level vs. High-level programming (was My First Computer)
- From: wildstar <wildstar128@hotmail.com>
- Date: Thu, 19 Jun 2003 18:34:00 -0000
- Followup-to: poster
- Newsgroups: comp.sys.cbm, comp.sys.apple2, rec.games.video.classic, comp.os.cpm
- Organization: Your Company
- References: <7a1fd8df.0301181540.30e19a40@posting.google.com> <bcja6o$nhs$4@hercules.btinternet.com> <_A6Ia.2780$J52.205@fe02.atl2.webusenet.com> <bcrohi$i6o$1@news.cc.tut.fi> <Xns939F71C8B229wildstar128hotmailco@216.168.3.44> <gUdIa.8343$Gt4.1256@fe08.atl2.webusenet.com>
- User-agent: Xnews/5.04.25
- Xref: archiver1.google.com comp.sys.cbm:58791 comp.sys.apple2:31485 rec.games.video.classic:59017 comp.os.cpm:13284
"Randy McLaughlin" <randy@nospam.com> wrote in
news:gUdIa.8343$Gt4.1256@fe08.atl2.webusenet.com:
> 6. A set of coded instructions that enables a machine, especially a
> computer, to perform a desired sequence of operations. 7. An
> instruction sequence in programmed instruction.
>
> Programming is not limited to computers: In traffic control there are
> electromechanical devices that are programmed (simple spinning shafts
> with micro-switches to detect the programming cogs), looms that use
> punch cards, computers that use a variety of media, etc. You
> obviously are ignorant as to what programming is. The programming
> sequence is often repeated, but not required to fit the definitions.
Programming - yeah but HTML is a script language for formatting the
layout and content of a web document. I'll give you a simple sequence of
operations. Make a Pong game in pure HTML (no other script languages
allowed - just pure HTML). No use of CGI scripts (Javascripts, PERL,PHP
or any other forms of scripts or even Python or even a Java applet).
This will give you a challenge for a simple movement of a paddle and a
ball.
This is to give you a sense of reality. HTML does not provide enough to
be considered a "programming language". That is why scripts such as a
batch script is not a programming language but even batch scripts can be
worked out to function very much like real programming languages until
you hit the wall - wondering why you can't do something that only a real
programming language gives you the power to do.