Re: [Vala] Vala for everyone



On 02/01/11 09:49, Denis Reichelt wrote:
Ok thank you for your answers but ...

what if I don't use any OS at all?
So no GLIB support is available. Simply a C compiler for my controller and a
CStartup which I can manipulate.
The Vala language features must be available as ANSI C source code. Maybe some
core libraries must be available as ANSI C source too so I can compile the Vala
compiler myself for my controller platform. Is it possible to use Vala in that
way?

use the posix profile. you will loss most of the OO features, but the code will be
portable and with no dependencies.
Btw. where can I get more informations about other profiles like POSIX or DOVA?
git clone git://gitorious.org/dova/dova-core.git

i think the best (and only) documentation about dova and posix profiles will be in the vala source code and your own tests. I think nobody wrote any documentation
or tutorial for them yet.

--pancake



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]