Greetings!  It looks like we're all set.  Just wanted to comment on:

Waldek Hebisch <de...@fricas.org> writes:

> On Tue, Apr 29, 2025 at 10:12:54AM -0400, Camm Maguire wrote:
>> Greetings!
>> 
>> Waldek Hebisch <de...@fricas.org> writes:
>> 
> FYI: FriCAS tracks dependencies between functions and variables.
> When a function or a variable changes it recompiles all functions
> which depend on it.  This probably avoids most problems.  But
> FriCAS encourages recursion and for recursive functions some
> callers needs to be compiled before called functions.
>

This would also take care of the problem.  At one time, GCL experimented
with automatically recompiling callers with signature conflicts on load
of a signature-changed callee.  This proved too disconcerting and was
dropped, but the hooks remain in the code.

Take care,
-- 
Camm Maguire                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

Reply via email to