Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Scheme evaluation order standard

scheme

How to calculate the sum of a digits of a number in Scheme?

numbers scheme racket

Syntax changes from the examples in 'The Little Schemer' to the real Scheme

check for permutation in Scheme

scheme permutation

Recursion Scheme

recursion scheme

storing values in Scheme globally

scheme

Is this code for Miller-Rabin test wrong? (answer for the exercise for 1.28 in SICP)

scheme sicp

lambda functions and memory in scheme

scheme lisp racket lambda

Why won't my solution to SICP Exercise 1.3 work?

scheme sicp

How does SICP intend the (if) forms without their alternative (else) part to work?

if-statement scheme sicp

Using scheme/racket to return specific items from a list

lisp scheme racket

map function for n-ary tree in Scheme

Piping in Racket

scheme pipe racket

Defining "reduce" on a list in scheme

Convert string to parenthesized S-expression in Racket

Find all paths from root to leaves of tree in Scheme

lisp scheme racket

Global pointer in C

c pointers scheme interpreter

How to run a guile Scheme script using shebang notation?

ubuntu terminal scheme guile

Binary Trees in Scheme

scheme binary-tree racket

Removing extra parentheses in Scheme

scheme mit-scheme