Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scheme

Representing an amount of money with specific bills

Creating a list of pairs from two lists of different sizes

Cons Cell data structure in C

Value returned by a define expression in Scheme

scheme sicp mit-scheme

Tail call optimization racket

How is Tail Call Optimization implemented in DrScheme?

Ordering of nested let and lambda in Scheme

lambda scheme

Behaviour of ruby with regards to numerical exactness (Scheme comparison)

ruby lisp 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