Tagged Questions

8
votes
8answers
417 views

A way to catch up to modern programming techniques

I have been programming, non professionally for about 23 years and find I am a little stuck in my ways. I find a tool I like, and it stays that way for year after year. Unfortunately this means that I …
8
votes
5answers
390 views

what are the core concepts in functional programming?

In OO programming ,we might say the core concepts are: encapsulation inheritance, polymorphism What would that be in functional programming?
13
votes
15answers
672 views

Which programming concepts a beginner should learn in which order?

If someone wants to learn programming starting from scratch, in which order should I recommend to learn which programming concepts? Should he start with data-structures or algorithms. When …
5
votes
12answers
1k views

Concepts that surprised you when you read SICP?

SICP - "Structure and Interpretation of Computer Programs" Explanation for the same would be nice Can some one explain about Metalinguistic Abstraction
0
votes
2answers
46 views

Books on Prototypal Inheritance

Greetings, My work in Javascript and Ajax programming has stimulated a renewed interest in prototypal inheritance. Can anyone recommend any good books on the subject? In particular, books that deal …