Vala: Gotchas, Tips and Tricks

后端 未结 9 1762
情书的邮戳
情书的邮戳 2021-01-30 13:04

As a programmer who is new to Vala, what is your number one piece of advice to someone who is new to the language?

9条回答
  •  甜味超标
    2021-01-30 13:44

    1. For multiple resources, this will be a general resource for a bit: Vala - GNOME Live!.
    2. To get up close and personal with GObject: GObject Reference Manual.
    3. I don't know what background you're coming from, but you will find this helpful: Vala Quick Intro for C# Programmers

    In any event, knowledge of C will be of great use. Our team is actually considering a progressive revamp and porting to Vala. We have members with strong backgrounds in C#/C++ and this change in direction (over time) will be beneficial to the performance and flexibility of our products.

提交回复
热议问题