On 10/18/23 12:23, CToID wrote:
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.


Guile can be seen as a competitor to Python. You can code a program in Guile, and you could also extend an existing program with Guile. You can code in C your low level primitives and invoke them from Guile scripts.


A good example of extending a program with Guile is GNU make <https://www.gnu.org/software/make/> (a builder program driving compilers and linkers, etc etc). It can be compiled as being extensible with GUILE code.


BTW, my pet open source project is the RefPerSys open source inference engine (some explanations on http://refpersys.org/ ...). See https://github.com/RefPerSys/RefPerSys/ (work in progress)


Regards from near Paris in France


PS. I can read but not write Russian. I am French, and can read and write English (and of course French, which is my mother tongue)

--
Basile Starynkevitch
 <bas...@starynkevitch.net>
(only mine opinions / les opinions sont miennes uniquement)
92340 Bourg-la-Reine, France
web page: starynkevitch.net/Basile/

Reply via email to