Code: Select all
?LOADING ERROR
Code: Select all
?SINTAX ERROR
www.lemon64.com
www.c64.com
Code: Select all
?LOADING ERROR
Code: Select all
?SINTAX ERROR
and http://remix.kwed.org/ shouldn't be forgotten, either...LOAD "$",8
READY.
Code: Select all
http://sweetcherrie.com/jos/
My first line of code was written on a ZX81, 1 kByte RAM...Curufir wrote: I can go back a bit further though. How many of you have used a Commodore Pet?
Surly this sort of thing is needed in anything with capacitors and inductors in the circuit, or aren't they that important on a computer.Tim Robinson wrote: srg: To be honest, you don't really need to know about complex numbers to build your own microcomputer, unless you want to build one with a really clever power supply. You're better of learning about FPGAs, and digital electronics in general, for that.
j=sqrt(-1)srg wrote: Surly this sort of thing is needed in anything with capacitors and inductors in the circuit, or aren't they that important on a computer.
BTW are there any good references on this subject that would help clarify this?
Nothing is really hard - as long as you have someone competent and patient enough to explain it to you properly.kataklinger wrote: What is hard about complex numbers?
While I agree that Computer Science has a lot to do with maths (at least the way it's taught at the university), it's a bit far-fetched to assume that everyone who's a wizard with Assembler, scheduling algorithms and memory management also is a maths wizard.If you can code an os, why can't you undrestand complez numbers???
Imaginary numbers such as IQ'sSolar wrote: ...explains higher math in a way that's understandable for people like beyond_infinity and myself who like to know what they are doing in addition to how to do it (model / picture)?
...while I have yet to come across the situation where I actually need them...
I didn't say that you need complex numbrs if you want to write an OS. I said that you will understand complex number (and they aren't so complex as the name says) if you can undrestand really complex thing like os dev.Solar wrote:
Take me. I'm a pro, earning my living by churning out hard-core C++ code. I juggle mathematical formulas every day. I'm writing a standard C library of my own. Yet still I have no idea what complex numbers really are or what they are good for. I've heard about this "imaginary part", and I've read enough example code to know how to use <complex> in C++, but I still haven't got a clue on why people would use them.
I have no idea what a "lambda calculus" is about, either.
Does that make me a bad software engineer? I don't think so. And the very day complex numbers or that lambda thingy becomes important for my work, I'll find someone to explain them to me.