Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

scheme and set!

variables lisp scheme

"for each" or "every" keywords in Scheme

loops scheme racket

Learning Scheme Macros. Help me write a define-syntax-rule

Scheme: When I cons two atoms I am getting a dot in the middle. Why? [duplicate]

In beginner scheme how do I represent a variable as a string?

scheme racket

Racket/Scheme converting "-0" to "-0.0"

scheme racket

Lists as arguments in Scheme

list scheme racket procedures

Explanation of Fibonacci tail recursion in scheme?

scheme fibonacci

Why does DrRacket seem to identify this as a tail call?

How to convert sql-timestamp to string in Racket?

lisp timestamp scheme racket

Print adjacent duplicates of a list (scheme)

scheme lisp

String containing a list into an actual list

scheme racket

Reducing garbage-collection time while using large data structures in a functional language

How to do the reverse of format?

scheme racket

Tracking number of function calls + closures (à la SICP) in Python

how to resolve this error "reference to an identifier before its definition: with"

scheme racket plai

Take inverse of a function in Racket

Can someone show me a simple example of strategy pattern using scheme?