Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing MIT Scheme on Windows 10 -- 'Requested Allocation is too large'

I'm trying to get Scheme going so I can work through "Structure and Interpretation of Computer Programs" but I keep running into the above-mentioned issue. I know sort of how to solve the problem but I don't know how to go about setting the file in the bin directory to --library and --edit for the other directory. Can someone give me an idea if I'm supposed to use git bash, cmd, File directories(properties option)? I looked at properties and I did not find how to edit the file in such a manner.

The version of Scheme I'm using is MIT-GNU Scheme.

like image 473
Dan Avatar asked Apr 22 '18 18:04

Dan


2 Answers

You can use the SICP package in Racket.

  1. Download Racket for your OS - https://download.racket-lang.org/

  2. Follow instructions here to install the sicp package : https://docs.racket-lang.org/sicp-manual/index.html

I just did it and got it running in minutes.

like image 78
Adarsh Rao Avatar answered Sep 21 '22 19:09

Adarsh Rao


The releases provide binaries that run on i386 and x86-64 machines under the following operating systems: GNU/Linux and OS X. We additionally provide binaries for selected other architectures and systems, depending on the hardware and software that is available to us. We no longer support OS/2, DOS, or Windows.

from MIT/GNU Scheme

like image 44
Albert Lau Avatar answered Sep 19 '22 19:09

Albert Lau