Re: Mars Rover Controlled By Java
On 21 Jan 2004 14:59:32 -0800, hhc314@yahoo.co m (Harry Conover) wrote:
[color=blue]
>A skilled programmer can even write in GWBASIC and produce fantastic
>results through the clever use of (IIRC) PUT and POKE commands, which
>allow the insertion of machine language instructions in the GWBASIC or
>the Atari BASIC command stream. (I wonder how many of today's
>programmers would be resouceful enough to use of such extreme
>techniques to achieve their goals?[/color]
Programmers tend to be as resourceful as necessary, to the detriment
of the remainder of the code's life cycle.. Fortunately, such
techniques are usually not necessary on today's programming platforms.
Unfortunately, some programmers use them anyway.
[color=blue]
> Heck, for that matter how many have
>ever even directly used machine code?)[/color]
Rarely needed, even in my day. Assembler language is much preferable,
and lots of people still use it. Direct use of machine code is (was)
sometimes useful for debugging and patching.
--
Al Balmer
Balmer Consulting
removebalmercon sultingthis@att .net
On 21 Jan 2004 14:59:32 -0800, hhc314@yahoo.co m (Harry Conover) wrote:
[color=blue]
>A skilled programmer can even write in GWBASIC and produce fantastic
>results through the clever use of (IIRC) PUT and POKE commands, which
>allow the insertion of machine language instructions in the GWBASIC or
>the Atari BASIC command stream. (I wonder how many of today's
>programmers would be resouceful enough to use of such extreme
>techniques to achieve their goals?[/color]
Programmers tend to be as resourceful as necessary, to the detriment
of the remainder of the code's life cycle.. Fortunately, such
techniques are usually not necessary on today's programming platforms.
Unfortunately, some programmers use them anyway.
[color=blue]
> Heck, for that matter how many have
>ever even directly used machine code?)[/color]
Rarely needed, even in my day. Assembler language is much preferable,
and lots of people still use it. Direct use of machine code is (was)
sometimes useful for debugging and patching.
--
Al Balmer
Balmer Consulting
removebalmercon sultingthis@att .net
Comment