https://github.com/erkin/scforms
XForms bindings in R6RS Scheme
https://github.com/erkin/scforms
gui scheme xforms xlib
Last synced: 24 days ago
JSON representation
XForms bindings in R6RS Scheme
- Host: GitHub
- URL: https://github.com/erkin/scforms
- Owner: erkin
- License: mpl-2.0
- Created: 2020-04-02T01:41:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T15:55:12.000Z (over 5 years ago)
- Last Synced: 2025-03-04T17:53:36.322Z (7 months ago)
- Topics: gui, scheme, xforms, xlib
- Language: Scheme
- Size: 64.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* SCForms
SCForms is a new project aiming to provide a simple GUI library for
[[http://www.r6rs.org/][R6RS Scheme]], based on the venerable [[http://xforms-toolkit.org/][XForms toolkit]] (v1.2.4), using
[[https://github.com/ktakashi/r6rs-pffi][R6RS-PFFI]].The project itself is licensed under [[https://www.mozilla.org/en-US/MPL/2.0/][MPL 2.0]], except for API files,
which are licensed under [[https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html][LGPL 2.1+]], the same licence as XForms.** Current status
Rewriting headers with FFI to expose API to Scheme