> What do you use to build your projects autotools > How do you manage your software written in Guile? git and gitlab
> What do you use to test your projects The same test frameworks that performs the tests of guile itself > What text editor do you use? Emacs and the terminal shell for the repl > Do you use other languages on Guile prolog (guile-log) >Thanks, >Erik (OrangeShark) Cheers! Stefan On Tue, Apr 3, 2018 at 4:04 AM, Erik Edrosa <erik.edr...@gmail.com> wrote: > Hello everyone, > > Something I have been wondering is what tools does the community use to > work on their GNU Guile projects? > > What do you use to build your projects? Do you use autotools, > handwritten Makefiles, some other build system, or don't even use any > build tools? > > How do you manage your software written in Guile? Do you use a package > manager like GNU Guix, use the build system to install packages, or just > copy files to your project directories? > > What do you use to test your projects? srfi-64, guile-lib, or some other > library? > > What text editor do you use? GNU Emacs, vim, or some other editor? What > extensions do you use for your editor? > > Do you use other languages on Guile? Wisp, Lua, or some other language? > > Any other tool worth mentioning? > > Thanks, > Erik (OrangeShark) > >