What language to learn?

Started by
54 comments, last by Mickygor 20 years, 3 months ago
quote:Original post by Raghar
Web design isn''t programming. I don''t know why so many people think they background in web design could help them.


Depends if the web design includes ASP, Perl, PHP, JSP, Python, &#106avascript, Actionscript or SQL really, doesn''t it? At least some of these are useful languages. <img src="wink.gif" width=15 height=15 align=middle> <br><br>[teamonkey]
[teamonkey] [blog] [tinyminions]
Advertisement
Could somebody please clarify the difference between "imperative" and "functional"?

Basically a definition of each term and how they contrast.

Thanks

"Doomed to crumble, unless we grow, and strengthen our communication" - Maynard James Keenan, Tool
daerid@gmail.com
quote:Original post by Raghar

Web design isn''t programming. I don''t know why so many people think they background in web design could help them.

[edited by - Raghar on December 22, 2003 6:39:27 PM]


Hence why I said I deoubt it would help. And web design is programming unless, like my friends, you use WYSIWYG.
Current Programming Language that I''m learning/using: NONECurrent programming project: NONE
Lol wtf these 3rd generation n00bs lol rolf. Go ADA. Only way to be sure you are the best.

Seriously. Go something that is platform intependent. My only recommendation.
Be a man and learn Ada.

no seriously...The language isn''t as important as the concepts. Learn how to design a procedural program and an object oriented program (design, not code) and the language will be insignificant. I recommend algorithm/design theory over languages. Once you know those, the language is just a way to express your design to the computer and is trivial at that point.

Cheers,

Bob


PS. I wasn''t trying to offend any Ada programmers, it''s a great language.



----------------------------------
Halfway down the trail to hell...

[size="3"]Halfway down the trail to Hell...
quote:Original post by daerid
Could somebody please clarify the difference between "imperative" and "functional"?

Basically a definition of each term and how they contrast.

Thanks

"Doomed to crumble, unless we grow, and strengthen our communication" - Maynard James Keenan, Tool


imperative -> use assignment statements
functional -> functions are first class objects and don''t have side effects

This topic is closed to new replies.

Advertisement