Top "R5rs" questions

The 5th Revised Report on the Algorithmic Language Scheme

Scheme getting last element in list

Im trying to write a simple scheme function that returns the last element of a list. My function looks like …

scheme racket r5rs