Skip to content

TxcWb/SchemeProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Programming Exercise 02: Scheme Programming

Authors:

  • Ferdinand Miguel M. Cañedo
  • Jay Emerson Navares
  • Rex Uriel Villaflores

Prerequisites:

You need to have the scheme or racket command available. The make command is optional, but it will make running the code more convenient for you.

How to Run:

There are a number of options for running the code. You can run it using make, scheme, or racket.

Using Make

If you have make installed, you can run the code depending on whether you have the scheme or racket command.

If you have the scheme command, then you can run either one of the two commands in the terminal.

make
make scheme

If you have the racket command, then you can run this command in the terminal.

make racket

Using Scheme

If you have the scheme command, you can run the following command in the terminal.

scheme --quiet < Canedo_Navares_Villaflores_PE02.rkt

Using Racket

If you have the racket command, you can run the following command in the terminal.

racket -I r5rs -r Canedo_Navares_Villaflores_PE02.rkt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors