View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#11
Originally Posted by Benson View Post
Looked, and it looks like it's a "high-level o-o language" implemented as a preprocessor to C. Where have I seen that before (and didn't like it then, either...)?
Don't know :-) I've seen some C++ to C translators before in times when writing direct c++ compiler from scratch was considered to be too much work. Also the moc compiler in QT is in some way similar but otherwise quite different.

Vala is layer that finally allows me to start coding for GTK and stay sane. If you look at current code written in C for GTK, D-bus etc, it already looks like autogenerated from some high level oo language like Vala :-) I don't believe anyone would type it all by hand. Certainly not me in my spare time and for free :-) Vala is specific to glib gobject system that needs to be used anyway so one can just save himself the pain and still get same result. Or at least that's the theory. The other alternatives like Python, Mono, Java all come with some price.

BTW, to stay on topic, here is another attempt to solve the PAN issue
http://tabletoid.blogspot.com/2008/0...onnection.html
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 

The Following User Says Thank You to fanoush For This Useful Post: