Skip to content
Jacques Nomssi edited this page Jan 1, 2018 · 69 revisions

Welcome to the abap_scheme wiki!

Introduction to Scheme

ABAP Scheme

  • more validation to avoid dumps from incorrect syntax
  • a workbench that makes it easier to play with the interpreter
  • Comments using the ; delimiter
  • native operations: set!, let, let*, letrec, cond, and, or, reverse, append!
  • predicates: number? string? symbol? hash? procedure? list? zero? positive? negative? odd? even? eq?
  • trigonometric functions: sin cos tan sinh cosh tanh asin acos atan asinh acosh atanh
  • math: quotient remainder modulo abs floor ceiling truncate round expt exp sqrt
  • display / newline - are not working properly yet
Clone this wiki locally