On Sun, 14 Oct 2018, oleg_komashko(a)ukr.net wrote:
It's very nice.
a_eff is both my favorite
and the largest package.
Without fixing it I
would have to use a roundabout
with a sizable worsening
of syntax
Oleh: I reckon that you may want to take a new look at some parts of your
a_eff package and use a feature that (if all goes well) will be part of
the next release, that is the "feval()" function. This is going to be one
of the most fragile functions we have in Hansl, and debugging will never
be enough; but once it's sorted out properly, it'll be very handy to have
IMO.
Example (needs current git):
<hansl>
f = "log"
eval feval(f, seq(1,3))
<hansl>
yields
<output>
? eval feval(f, seq(1,3))
0.0000 0.69315 1.0986
</output>
PS: we're all delighted to have you back!
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------