Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

The Seasoned Schemer, letcc and guile

SICP 2.16 interval-arithmetic (scheme)

algorithm scheme sicp

Starting examples in 'The Little Schemer'

scheme

Array representation in scheme

scheme

How to declare a variable inside a Scheme function?

scheme

Timing in Scheme

scheme racket timing

How to convert real to exact integer in Racket?

scheme racket

"unfold" for common lisp?

Mauritus national flag problem

algorithm scheme

How do I define functions using Racket macros?

macros scheme racket

Help me choose a suitable Scheme implementation

scheme

Convert string to code in Scheme

lisp scheme

Best way to do input with racket?

scheme racket

tail-recursive function appending element to list

Why is cond a special form in Scheme, rather than a function?

How to check if a list contains only #t

scheme racket

converting a file to list or string in scheme

scheme racket

I want to implement a scheme interpreter for studying SICP

Reduce function in Racket?

Is it possible to use call/cc to implement recursion?