#lisp #Scheme #r7rs

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).]

ol/samples/GTK/1.0. Hello World.lisp at master · yuriy-chumak/ol

Otus Lisp (Ol in short) is a purely* functional dialect of Lisp. - yuriy-chumak/ol

GitHub