> This is nice. What could be done to push vala further in adoption?

   1. Better support for other C compilers, like MSVC on Windows and Clang.
   When building library on Windows it doesn't define __declspec(dllexport) in
   generated headers which means you cannot use Vala with MSVC properly if you
   want to make an DLL instead of EXE.
   2. Vala-DBG which can do something like debugging of CoffeeScript in
   Chrome is working. I mean something like JavaScript Source Maps but for C -
   http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/
   3. Package Manager, Vala already has a nice place with lot of nice VAPIs
   (https://github.com/nemequ/vala-extra-vapis), but better approach to
   have own package manager with auto-resolving of dependencies (like NPM in
   Node or Cargo in Rust).
   4. Better integration and maintaining of Vala among most popular IDEs,
   including MSVC, NetBeans, Eclipse.
   5. Transparent usage of C++ libraries via some modified VAPI syntax.
   There are a lot of useful C++ libraries that people still need/want to use
   in their project. If you want to keep that library usage exportable for
   other C files in your project, you always can do *extern "C"* block to
   avoid mangling.
   6. Make some killer-application. Or more precise - library/framework. As
   for Ruby that was Ruby On Rails, so Vala may have something own even in
   other direction then Web.


On Thu, Jul 21, 2016 at 3:54 PM, Felipe Lavratti <felipe...@gmail.com>
wrote:

> This is nice. What could be done to push vala further in adoption?
>
> Em quinta-feira, 21 de julho de 2016, Adam Tauno Williams <
> awill...@whitemice.org> escreveu:
>
> > On Thu, 2016-07-21 at 09:18 +0200, r...@no-log.org <javascript:;> wrote:
> > > I've read this news :
> > > > http://redmonk.com/sogrady/2016/07/20/language-rankings-6-16/?
> > > As I understood, a lot of projects on GitHub and, because Vala is
> > > great (wink) less demand on Stack Overflow ^___^  (well, it's a joke
> > > :) But I think a lot of questions have been asked through this
> > > mailing list instead of StackOverflow)
> >
> > If true, thank goodness.  The myriad of web forums has damaged the
> > critical mass of community a project can build.
> >
> > > Just to share my hapiness to see Vala, for once, in a chart and
> > > finally in a good position... ^__^
> >
> > It compiles!  That is enough for me.  I do a lot of coding in Python -
> > but the complexity of getting the runtime available is a major drag.
> >
> > --
> > Adam Tauno Williams <mailto:awill...@whitemice.org <javascript:;>> GPG
> > D95ED383
> > OpenGroupware Developer <http://www.opengroupware.us/>
> >
> >
> > _______________________________________________
> > vala-list mailing list
> > vala-list@gnome.org <javascript:;>
> > https://mail.gnome.org/mailman/listinfo/vala-list
> >
>
>
> --
> Enviado do Gmail para celular
> _______________________________________________
> vala-list mailing list
> vala-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/vala-list
>
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to