A new high-level #Ol interface to #GTK-3 started. No more hard to read c-like calls with long lines, just a clear lisp.
Native calls are still available, sure.
https://github.com/yuriy-chumak/ol/blob/master/samples/GTK/1.0.%20Hello%20World.lisp
Comparison of the same "hello world"s. Left side is "before", right is "after":
[i'm still thinking about final form of calling object methods - ((window 'add) widget) or (window 'add widget).]
