Skip to content

Structure and Interpretation of Computer Programs

Notifications You must be signed in to change notification settings

jonsecchis/sicp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

Structure and Interpretation of Computer Programs

Exercise files from the book Structure and Interpretation of Computer Programs.

Interpreter/Compiler

So far using the Gambit Interpreter/Compilter

Running Functions from Command Line

gsi filename arg

Tips to Remember

Get arguments from the command line

(car (command-line))
(cadr (command-line))
(caddr (command-line))

Read input string as a Number

(string->number arg)

Print the Result

(pretty-print arg)

About

Structure and Interpretation of Computer Programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages