Thursday, August 4, 2011

How to Install Mit's Scheme on Ubuntu

Here is the Easiest way to install scheme on your Ubuntu machine.

INSTALLATION 

To Install in Ubuntu
  1. Open your terminal
  2. Enter
    $ sudo apt-get update && sudo apt-get install mit-scheme
For installing Scheme in mint you can use this link.
Clich here to install Scheme for linux mint

Running Scheme in Terminal 


Type

$ scheme

to run scheme inside your terminal

$ scheme -edit

to run edwin editor

Hope its working for you.

If you any queries regarding scheme feel free to post them as comments