[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.0.1 Running GOOPS
-
Type
guile-oops
You should now be at the Guile prompt ("guile> ").
-
Type
(use-modules (oop goops))
to load GOOPS. (If your system supports dynamic loading, you should be able to do this not only from `guile-oops' but from an arbitrary Guile interpreter.)
We're now ready to try some basic GOOPS functionality.