Scheme: missing syntax

Issue #188 new
Doug Blank created an issue

This is a list of missing syntax in Calico Scheme:

  1. (do ((var start step) ...) (test expr ...) command ...)
  2. #(1 2 3) -> vector
  3. delay/force
  4. (apply + 1 2 3 x)

Comments (1)

  1. Log in to comment