Re: [Axiom-developer] Catching up on internals

2017-11-25 Thread Eugene Surowtz
ever make a call with an invalid argument. This is problematic in cases where the user chooses the input rather than calls between internal functions. In that case, adding 'assert' statements would provide a place to insert your user-level error message. Tim On 21/11/17 15:37, Eugene Su

Re: [Axiom-developer] Catching up on internals

2017-10-27 Thread Eugene Surowtz
Did anyone get back to you on this? Gene On 9/5/2017 9:33 AM, Nicolas Doye wrote: Dear all, last time I looked at the internals (20 years ago) the parts I was interested in were all written in BOOT. I wrote all my tentative code in BOOT and patched one function (possibly coerceInteractive) t

Re: [Axiom-developer] Axiom now runs on your cell phone

2016-03-29 Thread Eugene Surowtz
I am under the impression that is true only if you want to distribute via the Apple store. Somewhere I've seen that apps can be distributed and installed independently. What you get might be hazardous to your device's health. (Just like IOS 9.3!) Gene On 3/29/2016 1:39 PM, daly wrote: Nope. I

Re: [Axiom-developer] Axiom mathematical algorithms... Notation matters

2016-03-20 Thread Eugene Surowtz
How do you see this with respect the literate programming model? Gene On 3/19/2016 3:53 AM, daly wrote: I've been thinking about the best method of presenting mathematical algorithms. There is a gap between equations that represent the mathematics and the actual code that represents the algorit