Skip to content

Releases: jrincayc/r7rs-pico-spec

0.5 Draft Release

07 Aug 15:54
version_0.5
21dbeef
Compare
Choose a tag to compare
  • Fixes various issues with semantics #7
  • Adds new example
  • Adds url to SICP
  • Removes thunk definition since not used #5
    Thanks go to @omasanori and @Zipheir

0.4 Draft Release

13 Feb 18:47
version_0.4
Compare
Choose a tag to compare

Various minor changes including:

  • Adding pair notation for datum: (a . b)
  • Explicitly stating that Pico Scheme implementations may bind to values.
  • Switching empty list to mainindex.
  • Removing named let from tail recursion since named let not in spec.
  • Removing mention of multiple return values in tail recursion section.
  • Since Pico Scheme does not have side effects, adding note that order of
    evaluation is irrelevent.
  • Clarifying that Shinn, Cowan, and Gleckler are R7RS, not pico scheme
    editors.
  • Noting that let and apply are optional.
  • Removing convention for non-negative integer since it is unused.
  • Misc copyediting fixes.

0.3 Draft Release

30 Jan 22:25
version_0.3
50e3799
Compare
Choose a tag to compare

This switches the name to Pico Scheme since there already was a Tiny Scheme implementation.

0.2 Draft Release

12 Jan 03:18
version_0.2
Compare
Choose a tag to compare

Fixes various issues in version 0.1

0.1 Draft Release

30 Dec 18:52
53dffbd
Compare
Choose a tag to compare

This is the first draft release.