KenD
2016-07-01 21:18:10 UTC
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.
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 you (re)distribute, feel free to substitute any open source licence you are currently using.
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 "apropos.scm")
(apropos "conso")
(console-error-port(load "apropos.scm")
(apropos "conso")
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 you (re)distribute, feel free to substitute any open source licence you are currently using.