Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 574 Bytes

STATUS.md

File metadata and controls

36 lines (33 loc) · 574 Bytes

Support status

Types

Atomic Types

  • Boolean
  • Numbers
    • Complex
    • Real
    • Rational
    • Integer
  • Strings
  • Characters
  • Symbols

Compound Types

  • Lists
  • Pairs ((a . b) doted pairs are unsupported)
  • Vectors

Special Forms

  • Lambda expressions (no TCO)
  • Lexical bindings
    • define
    • set!
    • let
    • let*
    • fluid-let
    • letrec
  • Quoting
  • Quasi quoting
  • Conditionals
    • cond
    • ...
  • begin
  • iterations
  • macroses