Skip to content

cyuxhtby/scheme

Repository files navigation

Scheme/Racket

Keywords

  • car: returns the first element of a list
  • cdr: returns everything but the first element
  • cons: takes two arguments; if the second is a list, adds the first element to the front. if the second is not a list, creates a dotted pair
  • cond: conditional
  • lambda: defines an anonymous function

Concepts

dotted pair: two values separated by a dot, eg. (a . 2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages