"When you look at Ruby you will find Matz and DHH". This is wrong. Matz (and only Matz) is the one you will find. DHH wrote a web framework with Ruby, but he hasn't contributed to Ruby at all. Ruby existed 10 years before Rails came into fruition.
I never saw Ruby in production without Rails.
Who is behind Dart?
21–30 of 31 posts
Re: Who is behind Dart?
#22"When you look at Ruby you will find Matz and DHH". This is wrong. Matz (and only Matz) is the one you will find. DHH wrote a web framework with Ruby, but he hasn't contributed to Ruby at all. Ruby existed 10 years before Rails came into fruition.
Rails (as one of the main use cases for Ruby) definitely influenced the direction of Ruby as well as what the community regards as a typical Ruby code base.
That said, I can see how mentioning DHH might come across as misleading, I should have added more people to the other language/platform examples as well.
Re: Who is behind Dart?
#23The list of people I covered is just the tip of the iceberg that makes Dart (not even talking about the broader community!). It's always fascinating to learn about the people behind a technology as well as who the early adopers are whether that's Dart or Clojure or Elixir. You have this set of people who create something new and this set of people who want to and can adopt it. It's fascinating.
tosh, I have become more and more interested in Dart recently and was wondering where you use it in the company? I have read Quire's ( http://www.quire.io ) article on using Dart to develop their application and it seemed very positive. I just wondered about your experience.
We're super happy with the language and platform. DartPad (https://dartpad.dartlang.org/) is a great way to get a feeling for the tool support of Dart (semantic autocompletion, helpful warnings etc).
I'll write more about Dart and how we use it at Blossom (https://www.blossom.co) going forward.
Re: Who is behind Dart?
#24Earlier quoted context omitted.
I never saw Ruby in production without Rails.
So what? That doesn't change the fact that DHH didn't have anything to do with the creation of Ruby.
Also AFAIK many of the Rails use cases drive Ruby's design.
So in a way, DHH was influential to get Ruby adopted.
Re: Who is behind Dart?
#25Dart has a very talented team but they have not filled its potential yet if one is judging by popularity and perception.
Re: Who is behind Dart?
#26Earlier quoted context omitted.
tosh, I have become more and more interested in Dart recently and was wondering where you use it in the company? I have read Quire's ( http://www.quire.io ) article on using Dart to develop their application and it seemed very positive. I just wondered about your experience.
Right now we use Dart for the desktop browser optimized version of Blossom and for a bunch of command line/build tools to manage things like building, testing, release tagging and deployment. We're super happy with the language and platform. DartPad ( https://dartpad.dartlang.org/ ) is a great way to get a feeling for the tool support of Dart (semantic autocompletion, helpful warnings etc). I'll write more about Dart…
Re: Who is behind Dart?
#27Earlier quoted context omitted.
So what? That doesn't change the fact that DHH didn't have anything to do with the creation of Ruby.
From my point of view as an outsider, if it wasn't for Rails, Ruby would never had reached mainstream, even though many of its ideas were already available in other stacks. Also AFAIK many of the Rails use cases drive Ruby's design. So in a way, DHH was influential to get Ruby adopted.
If it wasn't for MFC, C++ (which was released in 1983) might not have reached the widespread adoption it did in the 90's.
Yet, I would wager most people wouldn't argue that Microsoft should be mentioned along with Bjarne Stroustrup when talking about the creators behind C++.
Re: Who is behind Dart?
#28Re: Who is behind Dart?
#29Dart has a very talented team but they have not filled its potential yet if one is judging by popularity and perception.
Unfortunately it seems that TypeScript will kill it - especially now that Angular team will use it. Google was not brave enough to push for native Dart VM inside of Chrome, promoting Dart for Android etc. Also Go cannibalizes it in a way. Both are not DSLs, but general-purpose languages, share same paradigm, why would a company create two?
Re: Who is behind Dart?
#30Earlier quoted context omitted.
From my point of view as an outsider, if it wasn't for Rails, Ruby would never had reached mainstream, even though many of its ideas were already available in other stacks. Also AFAIK many of the Rails use cases drive Ruby's design. So in a way, DHH was influential to get Ruby adopted.
I don't see the point in muddling the distinction between creating something and making it popular. If it wasn't for MFC, C++ (which was released in 1983) might not have reached the widespread adoption it did in the 90's. Yet, I would wager most people wouldn't argue that Microsoft should be mentioned along with Bjarne Stroustrup when talking about the creators behind C++.
I always smile at that urban legend. It belongs to the same place as game consoles use OpenGL for their APIs.
1 - Microsoft was the last C compiler vendor to add C++ to their toolchain in MS-DOS with the 7.0 version of their compiler. Everyone else already had C++ support.
2 - The first generations of C++ developers targeting Windows were using Borland C++ with OWL, followed by C++ Builder. This started to change after Borland's management went crazy.
3 - Before JEE, enterprise distributed computing was done on UNIX systems with C++ and CORBA.
4 - OS/2 had a C++ framework similar ot COM, but more powerful with support for metaclasses and other Smalltalk ideas
5 - The Taligent project being developed by IBM and Apple were based on C++
6 - Apple replaced their Object Pascal code with C for the lowlevel APIs and the C++ framework PowerPlant
7 - The Lisp Machines vendor, Lucid tried to sell a C++ IDE with Lisp like features still not available in modern C++ IDE's
8 - IBM started to move OS/400 code from the PL/I dialect into C++
9 - Many C++ MS-DOS developers were already enjoying C++ frameworks via Turbo Vision
I could provide lots of more examples.
MFC only became usable when Visual Studio moved into 32bits world. And even then, the mismanagement from Symantec, Borland, Watcom and Metrowerks were a bigger reason for developers to move to Visual Studio than anything else.
If developers now complain about the slowness of the modern Microsoft to adopt the C++ standard, back then it was even worse.
Visual Studio was the IE 6 of C++ compilers, with language features for COM and ATL taking priority over ANSI C++ compliance.
As former C++ dev I appreciate all the support the modern Microsoft gives to the community, but having MFC responsible for C++'s adoption in the industry, really?!?