aboutsummaryrefslogtreecommitdiff
path: root/production-main (unfollow)
Commit message (Collapse)Author
2023-09-11Change how entry point is handled.Hugo Hörnquist
Replaces the old main sh bootstrap entry point to one written in C. The reasons are in the C file, but in short, Guile's command line is less than ideal.
2023-09-11Simplify main scripts.Hugo Hörnquist
2022-03-06Allow explicit GUILE environment, document it.Hugo Hörnquist
The environment variable GUILE can now be set to override the guile version, which allows us to test the code with multiple versions/implementations. Also updates README to note these variables.
2020-08-18Move towards release.Hugo Hörnquist