Re: Can you make a closed source application using Guile?

Stephen Wiley <[email protected]> Thu, 27 Nov 2025 18:50:54 -0500
Newsgroups gmane.lisp.guile.user
Message-ID <[email protected]>
Closed source as in compiled lisp (not changes to the compiler/runtime?)
I think so as long as it's dynamical linked. Guile is under the LGPL like
GNU LibC. So intuitively anything you can do there is probably safe to do
with guile.

I'm not a lawyer though.

--Stephen

On Thu, Nov 27, 2025 at 11:38:23PM +0000, Srayan Jana wrote:
> Hello!
> This might sound dumb, but could you make a closed source application using Guile? Guile itself is GPL, but does that mean anything I make using Guile ALSO has to be GPL?
> 
> ________________________________
> 
> Srayan Jana