2
2
Fork
You've already forked flux-guile
0
Experimental hacking with Guile Scheme
  • Scheme 100%
Find a file
2022年12月31日 09:42:02 +02:00
main.scm Use guile-sdl2 instead 2022年12月31日 09:42:02 +02:00
manifest.scm Use guile-sdl2 instead 2022年12月31日 09:42:02 +02:00
README.org Add REPL restart instructions 2022年12月30日 10:13:15 +02:00

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.