Arrays - Inserting and moving data

Jonathan M Davis jmdavisProg at gmx.com
Fri Feb 10 13:45:46 PST 2012


On Friday, February 10, 2012 13:32:56 Marco Leise wrote:
> I know that feeling. I had no exposure to functional programming and
> options like chain never come to my head. Although "map" is a concept that
> I made friends with early.

It would benefit your programming in general to learn a functional programming 
language and become reasonably proficient in it, even if you don't intend to 
program in it normally. It'll increase the number of tools in your programming 
toolbox and improve your programming in other programming languages. It's 
something that not enough programmers get sufficient exposure to IMHO.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list