Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

MicroKanren - what are the terms?

scheme minikanren

Loading libraries in Dr Scheme

lisp scheme sicp

SICP Accumulate function

scheme sicp

BST-Smallest Scheme

How is set! defined in scheme?

lisp scheme

Intuitive way of thinking about function composition and partial application

Scheme: when are expressions in let evaluated?

scheme let

Make an executable Guile program with auto-tools?

scheme gnu autotools guile fhs

Parse command line args as numbers in Racket

scheme racket

Dynamic function call in Racket; or get a procedure from a string

dynamic scheme lisp racket

Functional program - write a function to rearrange an array from the middle

How do I compare the symbol a with the character a?

scheme

Wrong type to apply?

scheme

Using Scheme code to solve a quadratic equation?

coding-style scheme

What algorithm is used in Scheme for pattern matching in syntax-case?

scheme

Scheme to C translator

c scheme r6rs

Scheme: if condition with multiple procedures

How to delete an element from a list in scheme

scheme

Scheme - Using cons properly to create lists

scheme racket sicp