Compare commits

...

2 Commits

Author SHA1 Message Date
TakeV 4835576f46
Conside guile-docs to be a program for hall 2023-12-13 10:05:16 -05:00
TakeV 97a42a6b2b
Add guile-repl script to quickly launch a guile repl
It also loads the project path and listens on the default port
2023-12-13 10:01:17 -05:00
2 changed files with 8 additions and 4 deletions

View File

@ -13,13 +13,14 @@
(files (libraries
((directory
"guile-docs"
((scheme-file "docs") (scheme-file "reflection")))
(scheme-file "guile-docs")))
((scheme-file "reflection") (scheme-file "docs")))))
(tests ())
(programs
((directory
((scheme-file "guile-docs")
(directory
"scripts"
((text-file "launch-dev-shell")))))
((text-file "launch-dev-shell")
(text-file "guile-repl")))))
(documentation
((directory "doc" ((texi-file "guile-docs")))
(text-file "COPYING")

3
scripts/guile-repl Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
guile --listen -L .