unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Damien Mattei <damien.mattei@gmail.com>
To: guile-user <guile-user@gnu.org>
Subject: use module does not works in .guile
Date: Sun, 2 May 2021 13:32:27 +0200	[thread overview]
Message-ID: <CADEOadd-DcFfNOy959PCfJFP9XXGS9mSB8hcgo-nxWVS+c+zaQ@mail.gmail.com> (raw)

i have this .guile:

;; Guile config file



;; history
(use-modules (ice-9 readline)
    ;; does not works:
    ;; guile object oriented programming system
    ;;(oop goops)
    )

(activate-readline)


;; curly infix as in srfi-105
(read-enable 'curly-infix)

;; set current path in load path
;;(set! %load-path (reverse (cons "." (reverse %load-path))))
;; the above does not work
;; solution is to put this in shell:
;; export GUILE_LOAD_PATH="...:."

but (oop goops) is not working in REPL i have to issue an :

scheme@(guile-user)> (use-modules (oop goops))


             reply	other threads:[~2021-05-02 11:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-02 11:32 Damien Mattei [this message]
2021-05-02 13:03 ` use module does not works in .guile Nala Ginrut
2021-05-02 16:11   ` Damien Mattei
2021-05-02 20:32     ` Damien Mattei
2021-05-02 14:01 ` Adriano Peluso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADEOadd-DcFfNOy959PCfJFP9XXGS9mSB8hcgo-nxWVS+c+zaQ@mail.gmail.com \
    --to=damien.mattei@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).