git @ Cat's Eye Technologies Dipple / master scheme / whassup.r6rs
master

Tree @master (Download .tar.gz)

whassup.r6rs @masterraw · history · blame

1
2
3
4
5
6
7
8
9
#lang r6rs

; SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
; For more information, please refer to <https://unlicense.org/>
; SPDX-License-Identifier: Unlicense

(import (rnrs base) (rnrs io simple)) (display
                                         ((car (list cdr car)) (quote (a b)))
                                      )