Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Outline

gf source - Goldfish Scheme Source Viewer

Usage

gf source ORG/LIB

Examples

# Display source code of a library
gf source liii/path

# Display source code with specific function
gf source liii/string

Description

The source command prints the exact source code of a library from the current *load-path*. It reads the real library file, not test files or generated docs.

Notes

  • The library must be in the current *load-path*
  • The source is displayed as-is from the .scm file
  • This is useful for inspecting implementation details
Morty Proxy This is a proxified and sanitized view of the page, visit original site.