Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Finding if a number is the power of 2 in Scheme

scheme bitwise-operators

Parameter Passing in Scheme

scheme parameter-passing

Why does "eq?" evaluate to false in the following context but true otherwise?

scheme racket evaluation quote