Link to code. Explanation of implementations techniques, compatibility, testing and limitations of scope and performance.
In the rare cases where the code is trivial, it can be inlined like this:
(define (hello)
(display "Hello world")
(newline))