Maybe you could create a bitwise function for multiplication!
I actually did that, but I couldn't find a way to figure out where to stop. I just had it run until all 32 or 64 bits were exhausted. So Multiplying 1 * 1 was roughly as time consuming as multiplying 123456789 * 987654321... And forget division!
Sooo My resolution is 1440x900 and that doesn't fit on one page in full screen mode. Either you have one HELL of a 12'' notebook screen, or you've got your dpi changed, or you're lying. which is it?
Whether or not it fits on one screen or is as little code as there is makes no difference.
The difference is C++ can do a lot of stuff, and LISP can do a lot of stuff with a lot more code that without much care and attention becomes painful to read for even the most experienced programmer.
C++ is designed to cope with ANYTHING well, whereas LISP could cope with anything but you wouldn't want to.
I think the fact that C++ couldn't be interpreted within itself in a screen is a good thing TBH!!!!
And I doubt there's a C++ interpreter in LISP that fits in a readable format with 92 dpi 12*8px font on a 1024*768.
@Disch + Ultifinitus: Shame about your jobs taking up all this time. At least you're out there making money though, especially in this job market... so many of my friends have left school and spend all their free time looking for a job!
@Veltas: My area is completely fine for jobs. Been offered more than 5... I'd rather be making money doing something I love though. Haven't found any programming jobs in the area.
@chrisname:
Fair... Well.. perhaps not, however when you said CV I definitely thought ComputerVirus. So I was thinking: How would that land you a job? lol
@Veltas:
I wouldn't mind doing anything that isn't web dev. My local uni has a fairly lame IT dept. I'm thinking about just going over and wowing them with some stuff from my portfolio...
Measuring software productivity by lines of code is like measuring progress on an airplane by how much it weighs.
This quote is out of context. And the original context was that it is completeley wrong to think that programmers who write more code in a unit of time are more productive than those who write less. Actually the correlation is negative. The programmers that write less code to achieve the same are usually much better, and the resulting code is of much higher quality (= less copy-pasteing, less boilerplate, more content).
I'm bored. After all, I have heard this all before, and I haven't seen you cite any statistics that I couldn't immediately reject due to inherent bias.
Writing code to do the same thing in less lines isn't always cleverer. And the code often runs slower with fewer lines. For example, iterative functions are less clever than nested functions, and require more code, but nested functions require more resources and run slower.
You've referred to other languages for some reason, are you trying to say that overall C++ is a crap language? Because I'm hearing a lot of hate...