zahlenteufel/pyscheme

Create a Prelude with all the basic functions

zahlenteufel opened this issue · 0 comments

We should have a minimal set of built-in functions and define the rest in a Prelude. Something like

Built-in:

  • cons, nil, car, cdr, null?, pair?, etc..

In Prelude:

  • length, list?, apply, filter, reverse, take, etc...