[Scilab-users] global constant definition for module

sgougeon at free.fr sgougeon at free.fr
Thu Mar 3 11:56:15 CET 2016


Hello,

>De: "David Chèze" Jeudi 3 Mars 2016 10:19:23
>.../... by the way, I found that genlib and lib are doing very similar things maybe the same things

Not really: AFAIK, genlib() builds a library of macros, whereas lib() only loads such a library.
However, we could ask to merge lib() in load() and remove it. BTW, it would remove the ambiguity 
about the "official" name of a library: a name is provided when  building the library with genlib()
(say "myGoodieslib"); and another one is used as LHS parameter when loading the library with lib()
(say "myGoogies_lib"). Removing this duplicate and ambiguity would be fine.

Samuel Gougeon




More information about the users mailing list