Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/part-cw/lambdanative
LambdaNative is a cross-platform development environment written in Scheme, supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt.
https://github.com/part-cw/lambdanative
lambdanative-framework scheme
Last synced: 24 days ago
JSON representation
LambdaNative is a cross-platform development environment written in Scheme, supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt.
- Host: GitHub
- URL: https://github.com/part-cw/lambdanative
- Owner: part-cw
- License: other
- Created: 2013-05-07T15:57:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T01:55:36.000Z (2 months ago)
- Last Synced: 2024-10-01T22:41:34.309Z (about 1 month ago)
- Topics: lambdanative-framework, scheme
- Language: Scheme
- Homepage: http://www.lambdanative.org
- Size: 24.9 MB
- Stars: 1,391
- Watchers: 72
- Forks: 86
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - part-cw/lambdanative - LambdaNative is a cross-platform development environment written in Scheme, supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt. (Scheme)
- awesome-racket-and-scheme - lambdanative - platform development environment written in Scheme, supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt (Scheme / course)
README
## Introduction
LambdaNative is an open-source (BSD licensed) cross-platform development environment written in Scheme ([Gambit-C](https://github.com/feeley/gambit)), supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, NetBSD, FreeBSD and OpenWrt.If you use the LambdaNative framework for your own work, please reference this [ICFP paper](http://ecem.ece.ubc.ca/~cpetersen/lambdanative_icfp13.pdf).
A slideshow describing the LambdaNative framework is available [here](https://github.com/part-cw/lambdanative/blob/master/docs/LambdaNative.pdf?raw=true).The repository contains a number of [demonstration programs](apps), inlcuding the games [uSquish](apps/USquish) and [LineDrop](apps/LineDrop), and a [Calculator](apps/Calculator).
## Documentation
Instructions for getting started and API documentation can be found in the wiki:
[ **LambdaNative Documentation and Support** ](../../wiki/Home)## Feedback and Contributions
Please help contribute bug reports, code fixes (ideally in the form of pull requests), corrections and missing information about API calls using the project's [issue tracker](https://github.com/part-cw/lambdanative/issues?direction=desc&page=1&sort=created&state=open). You might find solutions to past problems in the [closed issues](https://github.com/part-cw/lambdanative/issues?q=is%3Aissue+is%3Aclosed). We also recently added a beta [GitHub Discussions](https://github.com/part-cw/lambdanative/discussions) feature for general discussions. Finally, to contribute documentation and examples, please modify the [wiki](../../wiki/Home) directly. - Your contributions are much appreciated!