Skip to content

Instantly share code, notes, and snippets.

@telent
Created January 12, 2022 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save telent/d47e47d9d4f3586ebd9fc1fd70e16cb6 to your computer and use it in GitHub Desktop.
Save telent/d47e47d9d4f3586ebd9fc1fd70e16cb6 to your computer and use it in GitHub Desktop.
(local lgi (require :lgi))
(local gtk lgi.Gtk)
(let [window (gtk.Window {
:title "My window"
:default_width 400
:default_height 400
})]
(window:show_all))
(gtk:main)
(os.execute "sleep 10")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment