Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Difference between a procedure and a combinator?

Why aren't lisp macros eagerly expanded by default?

Convert this Scheme function into a different form?

scheme message-passing

Possible to get R5RS code to work with SchemeUnit?

list scheme racket r5rs

Metacircular evaluator of Scheme in Dr. Racket

Is it good practice to type-check argument in Racket

types scheme racket

Is there an example of the "align" function from The Little Schemer?

scheme the-little-schemer

Stumbling over syntax-quote-unsplicing, template variables, and ellipses in syntax-case

macros scheme racket

Examples to show how to use Racket lexer generator?

scheme racket lexer

Is there any way to declare a type representing all the callable procedures(any procedure which is callable) in Typed Racket?

scheme racket typed-racket

How do I load files in Edwin

scheme mit-scheme edwin

Typed Racket Polymorphic Function cannot be applied

racket/scheme filtering

filter scheme racket

Scheme using and operator on reduce

scheme racket

Scheme code cond error in Wescheme

scheme racket wescheme

Translating the Q and P function from The Little Schemer into Common Lisp?

Scheme/Guile: Variable self-re-definition inside a function

scheme guile