Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

How do I remove surrounding parentheses in a nested list in Scheme if that nested list has 1 element?

In guile scheme, how can I iterate a list of key-value pairs (i.e. a Hash map)?

dictionary scheme guile

Two-layer "Y-style" combinator. Is this common? Does this have an official name?

What is an "up" or "down" structure in Scheme?

Have some way to save the REPL state of Common Lisp or Scheme?

lisp scheme save common-lisp

Converting a function with two recursive calls in scheme to make it tail-recursive

Find the Hardy–Ramanujan number using R5RS scheme. Please suggest improvements in idiom and calculations.

scheme

Graph programming in Scheme

Need an example of Ypsilon usage

c++ scheme bytecode ffi

Can I write a constructor for a Scheme (Racket) struct that takes a variable number of arguments?

Creating Custom GnuCash Reports with Scheme

scheme

"unbound identifier" errors in scheme

scheme racket

How do I test whether a variable is defined before referencing it?

scheme

Tasks unsuited for dynamic scoping

lisp scope scheme elisp

Comparing Common Lisp with Gambit w.r.t their library access and object systems

Help understanding this implementation of cons and car in scheme using lambdas

lambda scheme sicp

Continuation-Passing Style in Scheme?

`amb` operator as macro or procedure?

Are there pattern matching functions in Python like this?

Rotate a list to the left in Scheme/Racket

list scheme racket