|
|
|
|
|
by jetti
4966 days ago
|
|
Sometimes learning another language helps with understanding constructs in the languages you already know. I started seriously programming, after a 7 year break, with C#. I am self taught and it was going well. Then I got to lambdas and I got stuck. Later I started picking up F# and got more into functional programming. From using F# I became familiar with lambdas and anonymous functions and they started clicking with me in C#. That allowed me to expand my C# skills indirectly. |
|