Search code examples
moduleschemeracketwescheme

How to add Modules to WeScheme


I am currently working on a program, that uses images and need to add the module mentioned in this question

(require 2htdp/image)

I come up the the error

I see a require of the module 2htdp/image,
but I don't yet know what this module is.

How do I solve this? I have no idea how to make WeScheme know what a module is.
Thanks in advance.


Solution

  • 2htdp/image is part of the How to Design Programs teachpacks that come with Racket, if you need it you should use Racket as your Scheme interpreter.