Go to file
retropikzel 19ef5f7c1c Make Chicken run more in R7RS way 2026-02-01 19:22:10 +02:00
.gitignore Backup 2026-01-29 09:24:54 +02:00
Dockerfile Fixing testing 2026-01-25 16:42:07 +02:00
Dockerfile.test Improvements 2026-01-28 20:48:17 +02:00
Jenkinsfile Fixing testing 2026-01-27 19:02:02 +02:00
Makefile Backup 2026-01-29 09:24:54 +02:00
README.md Allow passing args to Chicken compiler 2026-02-01 16:27:15 +02:00
scheme-venv Make Chicken run more in R7RS way 2026-02-01 19:22:10 +02:00
test.scm R6RS Fixes 2026-01-26 19:25:32 +02:00
test.sps Fixing testing 2026-01-26 18:11:08 +02:00

README.md

Tool to create Scheme virtual environments

scheme-compile

Chicken

  • Before compilation the directory is changed to be venv/lib so libraries will be found
  • venv/include
    • added into include paths
  • venv/lib
    • added into library paths
  • venv/scheme-compile
    • Environment variable VENV_CSC_ARGS is added to csc arguments