Re: Is it possible to write program only in Guile?

2023-10-18 Thread CToID
Greg Troxel said: The same way you distribute Java programs, python programs and perl programs. You ask they they install the langauge environment as part of your instructions Is it possible to also ship guile itself with the application?

Re: Is it possible to write program only in Guile?

2023-10-18 Thread CToID
Thanks for all of your kind and informative replies, I have just another question about Guile. How do I distribute Guile programs to somebody who doesn't have Guile installed on their system?  It does not seem like Guile compiler is able to produce a standalone executable.

Is it possible to write program only in Guile?

2023-10-18 Thread CToID
Hello guys, a common lisper here.  I've recently developed some interests in Guile, and wonder if I can make a program entirely written in Guile. The reason why I am asking this question is because Guile seems to be designed as an extension language that will be embedded into other programs.