-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
# Guile GI | ||
|
||
This is pre-alpha code. It does not work at all. The API is in flux. *Do not attempt to use.* | ||
This is a library for GNU Guile. GNU Guile is an implementation of | ||
Scheme, which is a Lisp-like language. | ||
|
||
This is a library for GNU Guile. GNU Guile is an implementation of Scheme, | ||
which is a Lisp-like language. | ||
|
||
This library hopes to allow Guile to use GObject-based libraries, such as GTK+3. GObject libraries are shared | ||
object libraries that have been written in a standardized way to make them easy to use | ||
from other languages. GObject libraries come with metadata that describes the | ||
This library hopes to allow Guile to use GObject-based libraries, such | ||
as GTK+3. GObject libraries are shared object libraries that have | ||
been written in a standardized way to make them easy to use from other | ||
languages. GObject libraries come with metadata that describes the | ||
functions and procedures in the library. | ||
|
||
Guile GI has two primary components | ||
- (gi): which makes GObject-based libraries available from Guile | ||
- (gobject): which allows one to write and manipulate GObject-based types in Guile | ||
|
||
Guile GI is heavily based on PyGObject, and some of the code is a transliteration | ||
of the code in PyGObject. | ||
This is pre-alpha code. It barely works. The API is in flux. | ||
|
||
This is pre-alpha code. It does not work at all. The API is in flux. Do not attempt to use. | ||
Guile GI has two primary components | ||
- (gi) aka gi.scm: a guile module that provides functions to parse GObject typelib files | ||
- libguile-gi.so or libguile-gi.dll: a compiled module that contains glue code | ||
to interface with GObject | ||
|
||
For the moment, the docs are at https://spk121.github.io/guile-gi/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters