Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

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

add-hook to emacs scratch at startup

emacs scheme elisp

Miller-Rabin Scheme implementation unpredictable output

Defining scheme functions with and without lambdas, is there a difference

lambda scheme