--- Moeen Alinaghian <[EMAIL PROTECTED]> wrote: > Right, and I don't like interpereters too, except for special reasons > ... > I use Python or Perl for some daily works, and not more ! > and C/C++ or Pascal for Programming.
For the same reason I don't like digital computers, by the way. A very simple example: imagine you want to calculate 5+3. On the analogous computer you have a 5 volt signal contact a three volt signal and you would immediately without any delay messure 8 volt. For the digital computer, imagine the five and the three coming through serial lines as bytes of 6 bit. Then the digital computer would 1. load the 6 bits from the first number into the register of the serial port register [6 steps] 2. load the serial ports register into a help register of the processor [at least one step] 3. load the 6 bits from the second number into the register of the serial port 4. have the accumulator register adding the value of the help register [at least one step] 5. have the processor writing the content of the new accumulator register to the serial port [1 step] 6. have the serial port writing the contents of its register in the serial line [6 steps] After every step is completed, it process will wait until the next tick is coming. Not mentioning how much operating system you need for a system performing this task... ...it is...ridiculous. Dir*g*. PS: http://en.wikipedia.org/wiki/Analog_Computer and often forgotten http://www.xs4all.nl/~hanb/documents/quotingguide.html ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/0XFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/dubailug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
