|
|
|
|
|
by sandyarmstrong
804 days ago
|
|
Historically, it was designed to resemble C#, yet transpile to GNOME-like GObject-based C code, to provide an alternative way for GNOME developers to get higher level language syntax without having to depend on Mono/C# (which was very controversial at the time). So the biggest difference from C# or Java is that there is no VM. It is mostly syntactic sugar over C and GObject. At least, this was the case last I paid attention 15 years ago. |
|