Missing Node.js which has 30k stars and 5.4k forks... Second to Swift. https://github.com/nodejs/node
Programming languages that are actively developed on GitHub
51–60 of 133 posts
Re: Programming languages that are actively developed on GitHub
#52Anyone know why ?
Re: Programming languages that are actively developed on GitHub
#53Re: Programming languages that are actively developed on GitHub
#54Funny github doesn't recognise swift as an language, but shows it as c++. Same for PHP, that is shown as C. Anyone know why ?
Re: Programming languages that are actively developed on GitHub
#55I'm surprised that Coffeescript is still actively developed. Either there are still lots of legacy code out there to work on or some people just really love the language.
My last full time job was coffeescript. I could take or leave most of it, but returning to C# for a hobby project has made me really miss the null soak ? operator. I'm sure the craving will go away with a few more days of messing.
Re: Programming languages that are actively developed on GitHub
#56Which of these projects has a truly open development process that takes place in public and on Github? Are most (or some) of these developed internally by whichever enterprise is behind the language where developers at those companies "bake" commits and then push them up after going through an internal code review process?
I've had a couple submitted pull requests merged into Elixir. The review process was very quick and painless.
Re: Programming languages that are actively developed on GitHub
#57Which of these projects has a truly open development process that takes place in public and on Github? Are most (or some) of these developed internally by whichever enterprise is behind the language where developers at those companies "bake" commits and then push them up after going through an internal code review process?
Re: Programming languages that are actively developed on GitHub
#58Which of these projects has a truly open development process that takes place in public and on Github? Are most (or some) of these developed internally by whichever enterprise is behind the language where developers at those companies "bake" commits and then push them up after going through an internal code review process?
Its little brother Scala.js is entirely developed on GitHub too, complete with language proposals and issue tracking. https://github.com/scala-js/scala-js
Re: Programming languages that are actively developed on GitHub
#59Re: Programming languages that are actively developed on GitHub
#60Is CoffeScript still used much? I used it a bit a few years back when I was more interested in webdev and I liked it a lot, but I haven't really heard anything about it for a while. The only CoffeScript code I've seen lately is when I looked into finding the cause of a bug in a package for Atom several months backend back; I don't think I know of anything besides the Atom ecosystem that uses it nowadays, although I m…