StackOverflow Questions for Tag: mit-scheme

An5Drama
An5Drama

Reputation: 567

How to implement one anonymous loop form like do in the evaluator as a derived expression using Scheme?

Score: 0

Views: 128

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

When should we use sc-macro-transformer instead of syntax-rules in MIT/GNU Scheme?

Score: 0

Views: 73

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

"Variable reference to a syntactic keyword" when using syntax-rules

Score: 0

Views: 32

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

Can we modify R7RS implementation of the derived expression type `do` to finish SICP exercise 4.9?

Score: 1

Views: 58

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

`1.0+1e-100=1.` in MIT-scheme

Score: 1

Views: 143

Answers: 2

Read More
An5Drama
An5Drama

Reputation: 567

Redefining the special form after the usage of that special form in one func definition has no effects to that definition in Scheme

Score: 1

Views: 67

Answers: 1

Read More

Getting wrong answer for cube-root procedure in Scheme

Score: 0

Views: 54

Answers: 1

Read More
An5Drama
An5Drama

Reputation: 567

Adding one careless dot in Scheme code works with one weird result without throwing syntax errors

Score: 0

Views: 45

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

What is the relation of parent env and the child env in MIT-Scheme?

Score: 1

Views: 64

Answers: 1

Read More
An5Drama
An5Drama

Reputation: 567

One way to construct graph adjacency list based on adjacency pairs similar to `fold` in MIT Scheme

Score: 0

Views: 85

Answers: 1

Read More
An5Drama
An5Drama

Reputation: 567

Weird definition of `close-enuf?` in Software Design for Flexibility

Score: 1

Views: 78

Answers: 0

Read More
An5Drama
An5Drama

Reputation: 567

"The object square is not applicable" but `square` is one internal procedure in MIT-Scheme

Score: 0

Views: 57

Answers: 1

Read More
An5Drama
An5Drama

Reputation: 567

How is nested variable argument interpreted in Scheme?

Score: 1

Views: 102

Answers: 2

Read More
An5Drama
An5Drama

Reputation: 567

How to make the variable loaded in one loaded file available in Scheme?

Score: 0

Views: 48

Answers: 0

Read More
Paul Brown
Paul Brown

Reputation: 1

Confused about how eof-object? works when applying read-line to input data from (current-input-port) in (MIT) scheme

Score: 0

Views: 73

Answers: 1

Read More
Tina CG Hoehr
Tina CG Hoehr

Reputation: 6779

How to obtain my function definition in MIT Scheme?

Score: 7

Views: 1114

Answers: 2

Read More
Spenser Truex
Spenser Truex

Reputation: 973

MIT Scheme using special characters in the interpreter

Score: 1

Views: 621

Answers: 1

Read More
musthero
musthero

Reputation: 1288

Why in SICP one can see seemingly useless evaluation of local variable expressions? Different Scheme implementations behave differently

Score: 0

Views: 108

Answers: 2

Read More
Richard
Richard

Reputation: 23

Why can't a Scheme macro with the name "if" be defined?

Score: 2

Views: 117

Answers: 1

Read More
jones
jones

Reputation: 361

How do I define a sub environment in scheme?

Score: 2

Views: 1968

Answers: 2

Read More
PreviousPage 1Next