Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Changing the current input port in racket

scheme racket

Including an r5rs file into another file in racket

scheme sicp racket

How can I navigate text in a terminal lisp-scheme interpreter?

linux lisp terminal scheme

Correct way of parsing S-expressions in OOP

How to pass a string as a function name in scheme ? [Dynamic construction of functions names in Scheme]

scheme mit-scheme

Create Files Through Racket

scheme racket

How to do pattern matching in Scheme?

Is ((1 2) 3) the same as ((1 2) . 3)?

scheme racket

Curly brackets {} to replace 'begin' in Racket

scheme racket

How to debug script-fu scripts for gimp in scheme?

When to use (values ...) (define-values ...) in Scheme

scheme

Multiply without + or *

recursion lisp scheme racket

Example where letrec/letrec* is better than let with internal defines or named let ?

scheme

In Scheme or Racket when to use functions and when to use macros

scheme racket

racket/base namespace

scheme racket r7rs

Type of Define expression in Scheme

types scheme racket

What is the "return" in scheme?

scheme

Difference between 1st and 2nd version of "How to Design Programs" (HTDP) [closed]

scheme lisp racket htdp

Understanding Scheme function

lambda scheme racket

How can you re-define a constant identifier in DrScheme?

scheme racket