I tried to do this and the screen at play.google.com says that it is installed, but the device itself shows no such app. Also tried unsuccessfully to load Clojure. Any ideas?
Thanks.
Steve
Sent from Yahoo! Mail on Android
Hi all.
I debugged the following compilation problem (v. 4.6.6):
I am using 'gsc -:s ' because I need define-syntax,
but then cond-expand is not working correctly.
Any solutions?
Sven
All,
The thing I've been spare-time hacking on since last week is Glass
Table, a sort of REPL IDE for Gambit. Basically what it does is
remember the definitions you key in at the REPL and saves them to a
sort of "workspace" which you can then save out as a Scheme program
file. You can also load a Scheme file into the workspace, change it by
redefining things, and save it again. Some facility is provided to
save other expressions besides definitions to the workspace but you
have to enable a special option to do so. (See the comments at the top
of glasstable.scm.)
Among other things, this allows you to write and save sophisticated
programs using Gambit for Android, but the idea here is to foster
rapid, iterative development of Scheme code in general with a minimum
of tooling.
I may as well tip my hand: although Glass Table is based on a simple
REPL I crufted up for now, my eventual plan is to hook it into the
Gambit REPL so that it may take advantage of all the powerful goodness
that's provided in Gambit itself for typing in, testing, and debugging
Scheme programs. Hence my REPL-hooking questions earlier.
The repo is available at: https://github.com/bitwize/glasstable/
A tarball is also up at the Dumping Ground.
Happy Scheming,
--Jeff
Hi all,
Is there a way to hook the reader of the REPL to capture and do something
with the expression that's read before the evaluator evaluates it? I don't
want to change the expression before it hits the evaluator, just remember
it.
After replacing config.sub and config.guess from:
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.gues…http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;…
then runnig from C-Shell:
./configure --enable-single-host --enable-c-opts --enable-inline-jumps
--enable-shared
make bootstrap
gives:
os_base.c: In function `___err_code_from_h_errno':
os_base.c:889: error: `NETDB_INTERNAL' undeclared (first use in this
function)
os_base.c:889: error: (Each undeclared identifier is reported only once
os_base.c:889: error: for each function it appears in.)
os_base.c:904: error: `NETDB_SUCCESS' undeclared (first use in this
function)
Hi,
I got the following error in Gambit-C (4.6.4 compiled for iOS)
*** ERROR IN (string)(a)1.7862 -- Character out of range
What does it mean?
Thank you,
Francois