Where are programming languages created? A zoomable map
1–10 of 79 posts
Re: Where are programming languages created? A zoomable map
#2Re: Where are programming languages created? A zoomable map
#3Re: Where are programming languages created? A zoomable map
#4Everyone knows the best pl are created in Denmark.
Re: Where are programming languages created? A zoomable map
#5Everyone knows the best pl are created in Denmark.
I'm not sure BETA or FCL are really in the "Best" category. :p
Re: Where are programming languages created? A zoomable map
#6Everyone knows the best pl are created in Denmark.
As a Dane I'm curious which ones you're thinking of. The ones which are typically associated with Denmark are C++ and PHP and neither were developed in Denmark and I think it would be fair to call PHP more Canadian than Danish. Ruby on Rails is another but Ruby was developed by Matz. I'm not sure BETA or FCL are really in the "Best" category. :p
Re: Where are programming languages created? A zoomable map
#7Earlier quoted context omitted.
As a Dane I'm curious which ones you're thinking of. The ones which are typically associated with Denmark are C++ and PHP and neither were developed in Denmark and I think it would be fair to call PHP more Canadian than Danish. Ruby on Rails is another but Ruby was developed by Matz. I'm not sure BETA or FCL are really in the "Best" category. :p
C# was developed by a Dane, but it wasn’t developed in Denmark. The creator of PHP was born in Greenland, but again the language was developed elsewhere.
That being said. "GP" jokingly said languages which were considered "best". I'm not sure what C# is supposed to be "best" at? It's not Java and it's certainly not LISP.
Re: Where are programming languages created? A zoomable map
#8Earlier quoted context omitted.
C# was developed by a Dane, but it wasn’t developed in Denmark. The creator of PHP was born in Greenland, but again the language was developed elsewhere.
C# wasn't created by just Anders Hejlsberg. There wouldn't be a C# without Scott Wiltamuth or a Peter Golde (and a lot others). Though I guess you could argue that there wouldn't be a "modern" C# without Mads Torgersen who is also Danish. That being said. "GP" jokingly said languages which were considered "best". I'm not sure what C# is supposed to be "best" at? It's not Java and it's certainly not LISP.
Re: Where are programming languages created? A zoomable map
#9Earlier quoted context omitted.
C# wasn't created by just Anders Hejlsberg. There wouldn't be a C# without Scott Wiltamuth or a Peter Golde (and a lot others). Though I guess you could argue that there wouldn't be a "modern" C# without Mads Torgersen who is also Danish. That being said. "GP" jokingly said languages which were considered "best". I'm not sure what C# is supposed to be "best" at? It's not Java and it's certainly not LISP.
IMHO C# is a very good, pragmatic language. It is not unique and groundbreaking like say Lisp, but it has a very well balanced set of features which makes is both productive and maintainable. It doesn’t have the level of boilerplate which make Java tedious, but its strong static type system makes it (IMHO) more maintainable than say Python for larger projects.