Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Available as/for:
Description:
lambda-gtk is a cross-platform Lisp interface to the complete GTK+2 family of shared libraries. Design

Because GTK is so large and complex lambda-gtk generates its Lisp FFI
interfaces from a GTK definition file and an API control file that you
can edit and customize in order to generate more or less inclusive
interfaces to GTK. With the exception of callbacks (which are
required by GTK itself) lambda-gtk uses only a modest set of features
from its host environment and is readily portable to other Lisps,
including reasonably featured Schemes.

Features

lambda-gtk provides Lisp programmers with the following set of
features:

o Portable GUI programming across the supported Lisp environments. o
Automatic conversion between Lisp data (booleans, numbers, strings)
and their equivalent GTK types. Function arguments that involve C
pointers to ints, floats and doubles are also handled automatically:
foreign values are allocated and initialized by the wrappers, the
pointers are passed to GTK and then dereferenced and returned to the
Lisp caller as multiple values.
o Lisp names for GTK's enums, structs and functions. Lisp names are
formed by substituting "-" for "_" and (possibly) converting C
library prefixes into exported Lisp package prefixes.
o Lisp accessor functions to read/write slot values in GTK structs.
Accessors are named struct.slot but may include more than one slot
name, e.g. gtk:Widget.allocation.width o Lisp symbol package(s) that
export the GTK API and a read time conditional #+:gtk in *features*.
o A small set of utilities for working with GTK pointers, callbacks
and foreign storage in a portable way

Ratings & Comments

0 Comments

Be the first to comment
Pling
0 Affiliates
Details
license
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Developers Apps:

Oo-mox
actionless
last update date: 8 years ago

Score 6.5

KEXI
jstaniek
last update date: 7 years ago

Score 6.5

BlackAdder
appy
last update date: 20 years ago

Score 5.0

Wing IDE Professional
sdeibel
last update date: 15 years ago

Score 5.0

Quanta Gold
appy
last update date: 20 years ago

Score 5.0

Codie
elgunvo
last update date: 15 years ago

Score 5.0



System Tags