Assembly is too vague of a tag
What programming languages are used most on weekends?
41–50 of 299 posts
Re: What programming languages are used most on weekends?
#42Earlier quoted context omitted.
Yeah, this is basically what I came to say. Haskell's search volume could be because it's more difficult to use than other languages, or is more poorly documented. It would certainly explain Sharepoint being so high during the work week, having struggled with Sharepoint Configuration Mountain before.
That doesn't explain a relative search increase on the weekend. The stats shown are not cross-language comparisons.
Re: What programming languages are used most on weekends?
#43Not many Sharepoint enthusiasts out there, it seems.
It's a horrible product
Re: What programming languages are used most on weekends?
#44I was kinda surprised that Go (golang) wasn't up in the list
Also, I find SO's coverage of it lacking. So maybe it's more about people sourcing the information elsewhere - relatively good docs, active and helpful community in IRC, and more Q&A on Reddit (albeit mostly - again, anecdotally - out of date, but still) than SO.
Re: What programming languages are used most on weekends?
#45Django vs rails for example.
Comparing languages heavily used by acedemics may skew things since they often work on the weekends. Or game development languages vs webapp languages.
Re: What programming languages are used most on weekends?
#46http://meta.stackoverflow.com/questions/342903/well-always-e...
Re: What programming languages are used most on weekends?
#47Not many Sharepoint enthusiasts out there, it seems.
Re: What programming languages are used most on weekends?
#48No big surprise that nobody works on sharepoint or XSLT as a weekend hobby.
Re: What programming languages are used most on weekends?
#49No big surprise that nobody works on sharepoint or XSLT as a weekend hobby.
Haha, since Subversion was born in the height of XML frenzy, they figured it was a good idea for the built-in web interface to just output XML and a default XSLT. That way if anyone wanted to customize it, they could do so to their heart's content by just specifying a different XSLT. I loved Subversion at the time, and so created the TortoiseSVN Menu plugin [1] for Firefox, and an accompanying XSLT to add lots of ric…
Re: What programming languages are used most on weekends?
#50Earlier quoted context omitted.
"Picking up the basics of a language is easy, but it's knowing the nuisance that separates the professional from the amateur." From learning perspective correct. I don't think developers chase new languages, I think it's more, play 'catch up to latest language' to be more employable. You would hope companies, CTOs, lead techs choose languages to solve the unique business problems. Language choice looks more, to me, l…
I can't tell, I know many developers today who are on the new shiny js thing, golang, elixir, scalar, rust train, but they never got really good in their first language be it Java, python, or php. They use linux or OSX. But they don't know awk/sed/bash, give em a very simple problem, they would write 1000 line of OOP, united test code when a few line of scripts would solve it. I know many programmers, who graduated w…
Am I in the minority of developers then? I don't know awk and sed and I'm honestly not very interested in learning them. But bash I definitely agree with. I still use a cheatsheet to get the syntax right because it's weird as hell imo.