What programming language would you want to learn?
-
That SO survey got me wondering what programming language the folks here would be personally interested in learning (and I mean, becoming proficient in) if you had the time & inclination? This is actually a difficult question for me, because any time I have to work with something else (most notably Python at the moment) I end up missing all the snazzy features of C#. That said, personally I'd like to explore the functional programming / parallel computing space some more, so F#, Rust and Erlang come mind. Go falls under the category of a curiosity, I'm not sure what practical use I have for it, and I suppose there's always more bad practices to learn and hair pulling experiences to have with regards to Javascript. Your turn! Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
If time permits I would like to learn D.
-
That SO survey got me wondering what programming language the folks here would be personally interested in learning (and I mean, becoming proficient in) if you had the time & inclination? This is actually a difficult question for me, because any time I have to work with something else (most notably Python at the moment) I end up missing all the snazzy features of C#. That said, personally I'd like to explore the functional programming / parallel computing space some more, so F#, Rust and Erlang come mind. Go falls under the category of a curiosity, I'm not sure what practical use I have for it, and I suppose there's always more bad practices to learn and hair pulling experiences to have with regards to Javascript. Your turn! Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Eventually it would be great to go with C# anytime with Mircrosoft's IDE... :) :) :)
-
That SO survey got me wondering what programming language the folks here would be personally interested in learning (and I mean, becoming proficient in) if you had the time & inclination? This is actually a difficult question for me, because any time I have to work with something else (most notably Python at the moment) I end up missing all the snazzy features of C#. That said, personally I'd like to explore the functional programming / parallel computing space some more, so F#, Rust and Erlang come mind. Go falls under the category of a curiosity, I'm not sure what practical use I have for it, and I suppose there's always more bad practices to learn and hair pulling experiences to have with regards to Javascript. Your turn! Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
I'm risking a lot here, but... Javascript. Not because I think it's an interesting language, but because of the implications. If I was learning Javascript well enough to become proficient, that would mean I was doing web programming, which means my job security and ability to find another were that much greater. My current skill set centers around C++/C#/C, Windows desktop, and process control applications. COBOL programmers have a higher success rate at finding jobs than that.
Software Zen:
delete this;
-
I'm just trying to get by till I can retire with as little learning effort as possible. But seeing that that time is 15 years away, it's not that as easy as I could wish for... :sigh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeI am currently learning and using C#. As I expect to work until I drop dead over the keyboard, I am hoping that it will stay current until I do. At age 68 I am among the .08% of programmers in my age category. And YES there is AGE discrimination in our industry. I am converting my program from VB6 to C# not for myself but for my loyal customers that have been with me since 1984 .....:cool:
AGE, Experience, and low cunning will overcome youth every time...
-
That SO survey got me wondering what programming language the folks here would be personally interested in learning (and I mean, becoming proficient in) if you had the time & inclination? This is actually a difficult question for me, because any time I have to work with something else (most notably Python at the moment) I end up missing all the snazzy features of C#. That said, personally I'd like to explore the functional programming / parallel computing space some more, so F#, Rust and Erlang come mind. Go falls under the category of a curiosity, I'm not sure what practical use I have for it, and I suppose there's always more bad practices to learn and hair pulling experiences to have with regards to Javascript. Your turn! Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Prolog... no reason, just for fun...
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
That SO survey got me wondering what programming language the folks here would be personally interested in learning (and I mean, becoming proficient in) if you had the time & inclination? This is actually a difficult question for me, because any time I have to work with something else (most notably Python at the moment) I end up missing all the snazzy features of C#. That said, personally I'd like to explore the functional programming / parallel computing space some more, so F#, Rust and Erlang come mind. Go falls under the category of a curiosity, I'm not sure what practical use I have for it, and I suppose there's always more bad practices to learn and hair pulling experiences to have with regards to Javascript. Your turn! Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
F# is pretty awesome. It's a functional-first language with access to all the .NET APIs you know and love. It's also just a really good language. Compared to C#, it makes lots of common and useful things easy to code (collection literals, record types, discriminated unions), and has some particularly powerful and interesting advanced features (computation expressions, type providers). There are lots of other interesting languages (Swift, Rust, and Clojure are high on my list as well), but especially if you're comfortable in the .NET/Visual Studio world, F# is really outstanding. (End fanboigasm)
-
I am currently learning and using C#. As I expect to work until I drop dead over the keyboard, I am hoping that it will stay current until I do. At age 68 I am among the .08% of programmers in my age category. And YES there is AGE discrimination in our industry. I am converting my program from VB6 to C# not for myself but for my loyal customers that have been with me since 1984 .....:cool:
AGE, Experience, and low cunning will overcome youth every time...
At 62 I am in your age category and expect to need the keyboard pried from my cold, dead, hands. I worked in assembly language for 15 years, made my way to C, then to Cold Fusion, and now VB.Net and C#. There is most certainly age discrimination in our industry. My method of dealing with it involves selling my value as an experienced developer, while carefully manicuring and massaging the number of years I have been writing software.
-
That SO survey got me wondering what programming language the folks here would be personally interested in learning (and I mean, becoming proficient in) if you had the time & inclination? This is actually a difficult question for me, because any time I have to work with something else (most notably Python at the moment) I end up missing all the snazzy features of C#. That said, personally I'd like to explore the functional programming / parallel computing space some more, so F#, Rust and Erlang come mind. Go falls under the category of a curiosity, I'm not sure what practical use I have for it, and I suppose there's always more bad practices to learn and hair pulling experiences to have with regards to Javascript. Your turn! Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
Waiting for the-language-that-is-to-succeed-C# .
-
That SO survey got me wondering what programming language the folks here would be personally interested in learning (and I mean, becoming proficient in) if you had the time & inclination? This is actually a difficult question for me, because any time I have to work with something else (most notably Python at the moment) I end up missing all the snazzy features of C#. That said, personally I'd like to explore the functional programming / parallel computing space some more, so F#, Rust and Erlang come mind. Go falls under the category of a curiosity, I'm not sure what practical use I have for it, and I suppose there's always more bad practices to learn and hair pulling experiences to have with regards to Javascript. Your turn! Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802
I think that something that is well accepted in robotics circles might be useful. It seems to me that there will be a demand for folks that can read, understand, add-to, and clean up half-baked Python and C++ as more and more machines enter the workforce. There will, it seems to me, be a real demand to fix some legacy boggles.
-
That SO survey got me wondering what programming language the folks here would be personally interested in learning (and I mean, becoming proficient in) if you had the time & inclination? This is actually a difficult question for me, because any time I have to work with something else (most notably Python at the moment) I end up missing all the snazzy features of C#. That said, personally I'd like to explore the functional programming / parallel computing space some more, so F#, Rust and Erlang come mind. Go falls under the category of a curiosity, I'm not sure what practical use I have for it, and I suppose there's always more bad practices to learn and hair pulling experiences to have with regards to Javascript. Your turn! Marc
Latest Article - Merkle Trees Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny Artificial intelligence is the only remedy for natural stupidity. - CDP1802