Re: [Larceny-users] apropos for Larceny

2016-07-01 Thread KenD
On Fri, 1 Jul 2016 19:51:49 -0400 (EDT) William D Clinger wrote: > KenD > > Er, how does one import that with/into -r7rs mode? > > Like this: > > > (import (primitives r5rs:require)) > > (r5rs:require 'apropos) > > (import (primitives apropos)) Ah! Much better!!! I had

Re: [Larceny-users] apropos for Larceny

2016-07-01 Thread William D Clinger
KenD quoting Lars T Hansen: > > There's also an apropos function already. Try (require 'apropos) to load > > it. > > > > --lars > > Thanks. I missed that. > > Er, how does one import that with/into -r7rs mode? Like this: > (import (primitives r5rs:require)) > (r5rs:require 'apropos) #t >

[Larceny-users] apropos for Larceny

2016-07-01 Thread KenD
Greetings, As an occasional Scheme user, I forget the details and find an "apropos" function useful. (apropos "foo") will look in Larceny's interaction-environment and return a list of variable-name symbols which contain a match to "foo". e.g. > (import (scheme load)) > (load