Re: [Larceny-users] ARM Chromebook build progress (Ubuntu via Crouton; Acer Chromebook 13)

2017-08-06 Thread kend
On Sat, 5 Aug 2017 22:12:05 -0400 (EDT) William D Clinger <w...@ccs.neu.edu> wrote: > I have created a new larceny-0.99-src.tar.gz file, ... Builds and runs just fine on ARM Chromebook. Tests all pass. Great! Thanks once again, -KenD __

[Larceny-users] ARM Chromebook build progress (Ubuntu via Crouton; Acer Chromebook 13)

2017-08-05 Thread kend
e file indicated is lib/R6RS/err5rs/records/syntactic/._original.sls ..which seems to be an artifact of git. Platform difference w.r.t. directory traversal ? Should have used original native binary rather than newly build binary ? Thanks much, -KenD build.out Description: Binary data __

Re: [Larceny-users] Larceny-users Digest, Vol 70, Issue 1

2017-08-04 Thread kend
to choke. Took me a long time to see this. So the good news is that aside from some of my sillyness, a bunch of R6+7 code passes the test cases. Thanks again for all, -KenD -- -KenD ___ Larceny-users mailing list Larceny-users@lists.ccs.neu.edu

[Larceny-users] Larceny on a $9 Computer

2016-07-15 Thread KenD
FYI, I have been running Larceny on the $9 1GHz ARM computer. https://getchip.com/pages/chip A bit slow, like going back to the 90's but runs just fine. You can have a lot of fun at that price point. Cheers, -KenD ___ Larceny-users mailing list

Re: [Larceny-users] apropos for Larceny

2016-07-01 Thread KenD
On Fri, 1 Jul 2016 19:51:49 -0400 (EDT) William D Clinger <w...@ccs.neu.edu> wrote: > KenD > > Er, how does one import that with/into -r7rs mode? > > Like this: > > > (import (primitives r5rs:require)) > > (r5rs:require 'apropos) > > (import (primiti

[Larceny-users] apropos for Larceny

2016-07-01 Thread KenD
cheme load)) > (load "apropos.scm") > (apropos "conso") (console-error-port console-error-port-factory console-input-port console-input-port-factory console-output-port console-output-port-factory) - -KenD - PS: Sorry about the legal boiler plate. If

Re: [Larceny-users] lost internal make-case-lambda .. ?

2016-05-19 Thread KenD
On Wed, 18 May 2016 19:19:01 -0700 KenD <ken.dic...@whidbey.com> wrote: > Hmmm.. > > Something else that ran a couple of days ago now broken. > > Not sure if this is a bug or my foolishness. Ah. Tired yesterday. My foolishness. Missed the case-lambda in my code

[Larceny-users] lost internal make-case-lambda .. ?

2016-05-18 Thread KenD
Hmmm.. Something else that ran a couple of days ago now broken. Not sure if this is a bug or my foolishness. Perhaps I should ask when the GIT repository is "stable for testing" before updating. Sorry. Thanks in adva

[Larceny-users] HOWTO procedure-name-set! ?

2016-05-18 Thread KenD
Greetings, I am using R7 code but also procedure-name-set! which has just become unavailabel with -r7r6. Is there a 'lenient option? Can I do an (import (cruft ..)) ? What is the proper way to get procedure-name-set! and friends back into the global environment? Thanks for any help, -KenD