Skip to content

Instantly share code, notes, and snippets.

@edw
Created December 22, 2018 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edw/ae98ba6e7c9a844339c1b68a4f2a6275 to your computer and use it in GitHub Desktop.
Save edw/ae98ba6e7c9a844339c1b68a4f2a6275 to your computer and use it in GitHub Desktop.
Gerbil Index Transcript
> (load "/Users/edw/dev/i7t/thunknyc/names/index.ss")
"/Users/edw/dev/i7t/thunknyc/names/index.ss"
> (def e (all-exports))
> (hash-ref e 'display)
((gerbil/compiler/ssxi (imported syntax))
 (gerbil/core (imported syntax))
 (scheme/r5rs (imported syntax))
 (scheme/write (imported syntax))
 (std/parser/grammar (imported syntax)))
> (hash-ref e '->)
((std/actor (imported syntax)) (std/actor/message syntax) (thunknyc/core syntax))
> (hash-ref e 'begin)
((scheme/base syntax)
 (scheme/r5rs (imported syntax))
 (scheme/r5rs-null (imported syntax))
 (scheme/r7rs (imported syntax)))
> (hash-ref e 'cos)
((gerbil/compiler/ssxi (imported syntax))
 (gerbil/core (imported syntax))
 (scheme/inexact (imported syntax))
 (scheme/r5rs (imported syntax))
 (std/parser/grammar (imported syntax)))
> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment