Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Vala be used without GObject?

Tags:

vala

gobject

I'm new to Vala. I'm not familiar with GObject. As I understand it, GObject was spun off from the GLib project from GNOME. Correct me if I'm wrong.

I do like the syntax and implementation of Vala very much, yet it is not in my intentions to write desktop applications for GNOME.

I also know (think I know) that Vala does not have a standard library other than GObject itself.

So my question is: Can Vala be used without GObject and if it can, is it usable (are there optimal and maintained base libraries for common things like type conversions, math, string manipulation, buffers, etc... available)?

like image 775
thwd Avatar asked Mar 03 '12 21:03

thwd


1 Answers

There is some other Vala profiles like Dova and Posix.

like image 169
antoyo Avatar answered Sep 20 '22 15:09

antoyo