axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] def.lisp


From: root
Subject: Re: [Axiom-developer] def.lisp
Date: Fri, 27 Oct 2006 22:44:00 -0400

> | It turns out that (see lines 152, 154of the build-interpsys function
> | in util.lisp) there are lists of functions which will trigger
> | autoloading of files for a specific purpose.
> 
> translation comes after parsing, which already autoloaded def.lisp.
> 
> What am I missing?

You're missing the fact that translation can occur at runtime long
after the build system is gone. This can be done by user commands.
So the files need to be available at runtime but are not normally
used except by developers so they are autoloaded.





> | This is why I say it is much harder to change axiom than it appears.
> 
> Please, that is tiresome and not helpful.

and also true. every line of code in axiom was written for a reason.
some lines MAY not be used anymore. proving code is dead is hard.
saying so IS tiresome but this example makes the point.

t






reply via email to

[Prev in Thread] Current Thread [Next in Thread]