Displaying 1 result from an estimated 1 matches for "parcil".
Did you mean:
parcel
2002 Aug 18
1
LispStat, R and ViSta [was: Re: Status?]
...s, transformations,
analysis methods, models and plugins --- solves the lack of standards
for such things. The implementation is slow for data objects and needs
to be re-architected. The implementation for the others is more than
adequate.
3) At the suggestion of Sandy Weisberg, I have incorporated PARCIL, a
C-to-Lisp Parser. This allows users to type a=2*(b+c)^2 rather than the
awkward lisp equivalent:
(setf a (^ (* 2 (+ b c)) 2))
(I'm sorry I can't give a proper reference to PARCIL, I'm not at home).
4) Pedro Valero, Gabriel Molina, Michael Friendly and I, in various
combinations, are...