Dart is in good hands.
HN user
dzenanr
In general, young or old, male or female, participant or companion?
Any age restriction?
Alanya is a beautiful coastal city in Turkey with reasonable prices. http://www.hello-alanya.com/ Sarajevo in Bosnia is inexpensive and programmer friendly. http://www.sarajevotimes.com/hub387-launches-first-regional-...
I think that the best investment today for any Web developer is to start learning Dart. Why?
As a developer and a university professor, for the first time in my long career, I can do the following with Dart:
I can use Dart both on the client and on the server;
I can apply both object-oriented and functional way of programming;
I can develop in Dart and deploy applications in JavaScript;
I can be a productive developer with many Dart tools and libraries, and get a very good performance in either Dart applications or their JavaScript versions;
I can start developing a prototype without data types and introduce them when I need to convert the prototype to a deployable application;
I can use Dart for both synchronous and asynchronous programming;
I can use many publicly available packages and reuse their libraries;
I can be a web engineer on the client-side and a software engineer on the server-side, with the same language and many reusable libraries.
I do not work at Google and yes, I love Dart. By following Seth's work for two years and a half, it is obvious to me that he loves Dart.
Why do I love Dart? As a developer and a university professor, for the first time in my long career, I can do the following with Dart:
I can use Dart both on the client and on the server; with Dart, I can apply both object-oriented and functional way of programming.
I can develop in Dart and deploy applications in JavaScript.
I can be a productive developer with many Dart tools and libraries, and get a very good performance in either Dart applications or their JavaScript versions.
I can start developing a prototype without data types and introduce them when I need to convert the prototype to a deployable application.
I can use Dart for both synchronous and asynchronous programming.
I can use many publicly available packages and reuse their libraries.
I can be a web engineer on the client-side and a software engineer on the server-side, with the same language and many reusable libraries.
Working on a domain model framework called Dartling. https://github.com/dzenanr/dartling
It's your turn Apple.
with Google App Engine
I wish more professors were on the edge as you are. Congratulations on the useful work.
Tell us why should we use it? Tell us for what your software may be useful?
Building a web application without programming is a challenging task. It is relatively easy to support simple domain models that have a few entities. When a domain model starts having relationships, things get more complicated. Will you support relationships in future? Or your business strategy is to start with simple domain models and then redirect users to your custom-made apps?
Start Startup News where only submissions are software development proposals. Members comment and vote on proposals. Each quarter, the top three proposals are recommended to venture capitalists. The proposer and the top five members are invited to participate in the development.
the link is broken
A paper entitled "Memory-Centric Data Management" by Curt A. Monash is worth reading: