LambdaNative is an open-source (BSD licensed) cross-platform development environment written in Scheme (Gambit-C), supporting Android, iOS, BlackBerry 10, OS X, Linux, Windows, OpenBSD, and NetBSD. Some cross-compiler support for Raspberry Pi (Carlson-Minot) and OpenWrt (Sitara) also exists.
Questions tagged [lambdanative]
3 questions
0
votes
0 answers
GUI buttons disappearing on repositioning
I am trying to use Lambdanative, a Scheme based language, to create small gui application. As a test, I tried to readjust the buttons on their demo calculator app.
The original keypad arrangement is as follows:
(define keypad `((
( (#\A "AC") (#\M…

rnso
- 23,686
- 25
- 112
- 234
0
votes
1 answer
Lambdanative can compile for OSX but not iOS
I'm running Sierra with XCode 8.3 including command line tools. I can use Gambit to compile to OSX native code. I can use lambdanative to compile the test Calculator app to OSX but when I try to configure and then compile for iOS I get the following…

querist
- 614
- 3
- 11
0
votes
1 answer
What is the difference between 'flonum?' and '##flonum?' in Gambit Scheme?
I see '##flonum?' in the source of the Calculator application in LambdaNative.

Vince Refiti
- 483
- 1
- 5
- 9