Skip to content

Instantly share code, notes, and snippets.

@Madsy
Last active August 29, 2015 13:57
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 Madsy/9713409 to your computer and use it in GitHub Desktop.
Save Madsy/9713409 to your computer and use it in GitHub Desktop.
scheme@(guile-user)> %load-path
$5 = ("/home/madsy/Projects2/SchemingDemo/scheme-src/modules/"
"/home/madsy/Projects2/SchemingDemo/scheme-src/modules/"
"/home/madsy/.emacs.d/elpa/geiser-0.4/guile/"
"/home/madsy/share/guile/2.0"
"/home/madsy/share/guile/site/2.0"
"/home/madsy/share/guile/site"
"/home/madsy/share/guile")
scheme@(guile-user)> (use-modules (lambda-demo graphics enums))
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /home/madsy/Projects2/SchemingDemo/scheme-src/modules/lambda-demo/graphics/enums.scm
;;; compiled /home/madsy/.cache/guile/ccache/2.0-LE-8-2.0/home/madsy/Projects2/SchemingDemo/scheme-src/modules/lambda-demo/graphics/enums.scm.go
While compiling expression:
ERROR: no code for module (lambda-demo graphics enums)
scheme@(guile-user)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment