Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Racket function for finding minimum element of list given a function

What is implicit recursion?

How to write the Average Function for this Data structure in Scheme/Lisp?

the difference between if and cond?

scheme sicp

In Scheme, can if be expressed as a combination of boolean operators?

How does `if` statement work in Scheme?

scheme

In a simple script to return the minimum of a list in scheme only the first value of the list is being returned by my solution. What's the bug?

list scheme

Applying apply in Scheme

scheme apply

How can I return list with different values?

recursion scheme racket

Platform (OS) detection in scheme

scheme r6rs

Including files from within racket/scheme

scheme racket

Scheme assignment

scheme

Creating a tail-recursive power function in scheme

Find whether element in list integer?

scheme

flip-coin scheme procedure

random scheme probability

Scheme (Racket) if within cond returns nothing

if-statement scheme racket

Conditional options in .vimrc for Scheme

scheme vim

Infinite ascending sequence in Racket

Why is "else" a special symbol in scheme? Can it be defined as a procedure?

lisp scheme

Continuation Passing Style In Common Lisp?