Experimental hacking with Guile Scheme
| main.scm | Use guile-sdl2 instead | |
| manifest.scm | Use guile-sdl2 instead | |
| README.org | Add REPL restart instructions | |
flux-guile
This is an experiment to see how far I can get with writing an OpenGL application in pure Guile Scheme.
Hacking
Run the app using guix shell:
guix shell --pure -m manifest.scm -- guile main.scm
In Emacs, run M-x geiser-connect and accept the default values for host and port. The REPL should now be connected!
If you need to restart the program at any point, you can reconnect the REPL by using the C-c C-z binding inside of the existing Geiser REPL buffer.