quote: Original post by Arild Fines
While I''m not Sabreman, I can give you some links: [...]
Thanks Arild, those are all good resources. The only one I''d add is Dive Into Python, which is good for folks who are converting from another language.
quote: Original post by Arild Fines
While I''m not Sabreman, I can give you some links: [...]
quote: Original post by NotAnAnonymousPoster
I think I follow that. But then if there was no gap between problem and solution domain, programmers would not be necessary.
quote:
Didn''t know classes and methods came with documentation. Never worked on a large scale project.
quote:
Sounds like you don''t regard it as very significant. But C# is a new language, and they''ve opted for a static type system. With the amount of money that has been poured into .NET, the issue can''t be resolved. It can''t be a concrete conclusion that static typing is shite.
quote:
So the con''s outweigh the pro''s?
quote:
I don''t blame him for the quote on the smalltalk website where I recently acquired my signature: "C++ is an octopus made by nailing legs to a dog."
quote:
But the people who first realised that type systems were going to allow for more efficient code were not idiots, they just had a different perspective on things.
quote: Original post by SabreMan
The only one I''d add is Dive Into Python
quote: Original post by hewhay
I think that you should learn about the basic of how a program work. A little bit of binary, how it is used on the system, memory how it is managed and then learn c or c++ on a c fashion. It would be a harder path but you will have a more powerfull knowledge than those who only know a programming language.
quote: Original post by Hoze
Where the hell can i find VB C++ 6.0 standard, Please if someone knows where please tell me.
quote: Original post by SabreMan
Sure you have. How do you know how to use the C++ Standard Library?
quote: Original post by SabreMan
It''s fairly well understood that dynamically-typed systems such as Python allow one to be more productive than explicit statically-typed systems. What bothers me is that many of the same people who will acknowledge that seem unable to join the dots. The s/w industry makes the same mistake over and over again.
quote: Original post by Sabreman
Go ahead, learn Python, see what you think.
quote: Original post by SabreMan
That quote is not attributable to Stroustrup.
quote: Original post by SabreMan
I''m not talking about a distinction between type-system and no type-system. I''m talking about a distinction between different forms of type-system.