Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

What is the meaning of this Scheme

scheme

for/continue in scheme/lisp

Lambda and the Environment Model

scheme environment

Is it possible to write console applications in scheme?

console scheme

Can "if" be implemented using "call/cc"?

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