Results 1 to 3 of 3

Thread: Missing Scheme Libraries???

  1. #1
    Join Date
    Jul 2007
    Location
    Sunnyvale, CA
    Beans
    143
    Distro
    Kubuntu 9.04 Jaunty Jackalope

    Missing Scheme Libraries???

    Hi, today I decided to learn the language Scheme and installed the interpreter scm. Operators and data types work fine, however string operations procedures like "word", "first", "butfirst" seem to be missing because the compiler displays an error calling them "unbound variables". Maybe the standard library is missing? But SLIB is installed... any ideas?
    Dell XPS M1530 2.4GHz Intel Core 2 Duo, 4GB RAM, 200GB 7200RPM HD, 256MB nVidia GeForce 8600M GT, CD/DVD-RW

  2. #2
    Join Date
    May 2007
    Beans
    125

    Re: Missing Scheme Libraries???

    Which Scheme interpreter are you using? Also, could you post the exact code you are trying that doesn't work?

  3. #3
    Join Date
    Apr 2007
    Location
    (X,Y,Z) = (0,0,0)
    Beans
    3,715

    Re: Missing Scheme Libraries???

    Check how your interpreter imports data... Usually it's (require '<whatever>), if the libraries are in the interpreter's libs path. Otherwise, using the regular (load ...) should work.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •