Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Is it possible to define a syntax-rules macro in Common Lisp

What is Order of Growth and How do you compute it?

How does `values` work in Scheme?

scheme lisp apply r5rs callcc

SICP cons-stream

scheme sicp cons

scheme r7rs-large interesting but... is it still in progress? [closed]

scheme report guile r7rs

Scheme - unpack list's elements into function [duplicate]

scheme

how to use with-syntax macro

macros scheme racket

What is the benefit to use let-values instead of let?

scheme let chicken-scheme

How is the term 'single pass' defined?

recursion scheme

CMake: How to run a custom command on a number of files to generate source files?

c cmake scheme

Declare a function with no return value?

Searching and replacing n element on list - scheme

scheme

Converting basic Scheme functions to Haskell equivalents

regex haskell scheme

What does the "world" mean in functional programming world?

Iterative factorial procedure in SICP

Sort a list of structures in Racket by more than one key

sorting struct scheme racket

What is the fastest scheme implementation?

lisp scheme

Graph recursive walk in Scheme

recursion graph scheme

Scheme syntax-rules - Difference in variable bindings between (let) and (define)

macros scheme hygiene

Difference in function evaluation between Scheme and Elisp [duplicate]

emacs scheme lisp elisp