Stop learning alone!

Learn faster and stay on-track by joining this free class with other self-learners.

Register for Structure and Interpretation of Computer Programs now.

Structure and Interpretation of Computer Programs

Class length: 13 weeks. Start anytime.

Creator: kday

Status: Established

Join this class!

Lesson 2 HW1 runtime primitive

I'm using DrScheme, and it doesn't have the "runtime" primitive needed for exercise 1.23 (and possibly 1.25). Does anyone know what's the alternative for runtime is?

meowzero
2 years ago

Reply


Install this: http://www.neilvandyke.org/sicp-plt/

It has the runtime function when I try it.

iaefai
2 years ago

Reply

* Markdown Cheatsheet:

Link:
[clickable text](http://www.example.com)

New Paragraph:
Hit enter twice

Main heading:
# Main Heading Text

Sub-heading:
## Sub-heading Text

List:
* item 1
* item 2
* item 3

Italics:
*italicized text*

Bold:
**bold text**

YouTube:
URL (http://www.youtube.com/watch?v=Ui4AYPcRkYE) turns into embed code

Full Markdown reference