[plt-scheme] require, searchpath?

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Jun 26 13:46:48 EDT 2008

Works fine for me:

#lang scheme/gui

(require (file "/Users/matthias/plt/collects/srfi/1/fold.ss"))

;; ----

Welcome to DrScheme, version 4.0.1.1-svn23jun2008 [3m].
Language: Module.
 > foldl
#<procedure:foldl>
 >



On Jun 26, 2008, at 1:23 PM, Circular Function wrote:

> when using require how do i make it look in a specific path?
> enter the whole path like so:
> (require "C:/users/meee/desktop/schemeprogs/")
>
> ?
>
> Sök efter kärleken!
> Hitta din tvillingsjäl på Yahoo! Dejting: http://se.meetic.yahoo.net
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> --===============1248918517==--



Posted on the users mailing list.