Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Continuation Passing Style In Common Lisp?

How to implement Python-style generator in Scheme (Racket or ChezScheme)?

scheme

How can this racket code for an anaphoric -> or ->> macro be improved?

macros scheme racket

filter unbound in chicken scheme. Why?

let-over-lambda in Scheme?

How do I make a Lazy List in an Eager Language?

Scheme equivalent to Haskell where clause

haskell scheme racket

PLT Scheme noob: Boolean and/or aren't procedures?

scheme boolean racket

Is there a good tutorial on writing a custom language module for PLT Scheme? [closed]

scheme dsl racket

What are examples of Symbolic Programming?

Is everything a list in scheme?

Spread a list into parent sexp

lisp scheme common-lisp

Racket/Scheme Flatten Explanations

why (* 1.1 1.1) is 1.2100000000000002 in racket? [duplicate]

scheme racket

what is apostrophe type in scheme

scheme lisp

How does Racket handle (define (f (x y)) body)?

scheme lisp racket

Implement yield and send in Scheme

Why is it legal in a function definition to make self-call but illegal for a value?

Scheme Racket Calculate Max Element in List Infinite Loop

scheme racket

Understanding fold-left and fold-right in Scheme