Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

scheme on guile: let-syntax invalid?

macros scheme guile

Elegant code for binary addition?

scheme racket

Differences between Common Lisp and Scheme lexical closures

Use variable from outside (lexical) environment in a macro

macros scheme lisp common-lisp

A list of functions

Creating a list of Fibonacci numbers in Scheme?

lisp scheme

using a dispatch table in racket

scheme racket

Idiomatic way to decode hex-formatted strings in Racket Scheme or other schemes

scheme lisp common-lisp racket

How to return nothing with cons in scheme

list scheme lisp cons

(Scheme) How do I add 2 lists together that are different sizes

scheme

permutation in Scheme using recursion

scheme

difference between let inside and outside a lambda expression

why (car ''(a b)) evaluated to 'quote?

If you're mapping a function over a list in rackect how can you get a reference to the next element?

Does eq? in Racket behave different from eq? in Guile or eq in Common Lisp?

scheme comparison lisp racket

For Loop Construction Turned Functional

why is tail recursion required in all implementations in scheme?

scheme tail-recursion

scheme tail recursion

Defining a macro in Scheme to create fancy sublist

How to extract element from html in Racket?

scheme racket