vote up 1 vote down star

I am working through SICP using Dr Scheme.

How do I load external libraries in Dr Scheme? Say I want to use Math library then how do I ask Dr Scheme to load the particular library?

I tried with the following: (require (lib "math.ss"))

Got the following error: reference to undefined identifier: require

I have chosen R5RS as the language.

flag

2 Answers

vote up 3 vote down check

Change the language to Pretty Big. 'require' is not an R5RS feature.

link|flag
vote up 1 vote down

I don't know how to do it in R5RS, but it works under the Pretty Big language. Will that be good enough for your assignments?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.