[Axiom-developer] Re: init scripts

2005-07-30 Thread Mark Murray
[EMAIL PROTECTED] writes: >Ok. Time to get some work out of you. I've moved Axiom to the >GCL 2.6.7pre version which, I believe, has the fix I need to complete >the FreeBSD port. I'm doing final testing on that at this moment and >will spend some time tonight pushing it out to savannah and sourcef

[Axiom-developer] init scripts

2005-07-30 Thread daly
Ok. Now I have a clue but it's subtle. You write this in your .axiom.input file: mrandom(x:Integer,v:Integer,z:Integer):ColumnMajorMatrix(SF) = a:=matrix([[random(x)::SF for i in 1..y] for j in 1..x])$ColumnMajorMatrix(SF) a You can't see this function even though it appears to be defined. Tha

[Axiom-developer] Re: init scripts

2005-07-30 Thread Vanuxem Grégory
Le samedi 30 juillet 2005 à 14:35 -0500, [EMAIL PROTECTED] a écrit : > Ok. Now I have a clue but it's subtle. > > You write this in your .axiom.input file: > > mrandom(x:Integer,v:Integer,z:Integer):ColumnMajorMatrix(SF) = > a:=matrix([[random(x)::SF for i in 1..y] for j in > 1..x])$ColumnMajor

[Axiom-developer] init scripts

2005-07-30 Thread daly
Ok. Time to get some work out of you. I've moved Axiom to the GCL 2.6.7pre version which, I believe, has the fix I need to complete the FreeBSD port. I'm doing final testing on that at this moment and will spend some time tonight pushing it out to savannah and sourceforge. I also have a new machi

[Axiom-developer] [Axiom-mail] Re: input initialization file

2005-07-30 Thread Vanuxem Grégory
Changes http://page.axiom-developer.org/zope/mathaction/AxiomMail/diff -- Le samedi 30 juillet 2005 � 13:10 -0500, [EMAIL PROTECTED] a �crit : > Greg, > > It sounds like the axiom script is running as a different user. > Are you starting the axiom script by hand or are you using a > desktop shortc

[Axiom-developer] [Axiom-mail] input initialization file

2005-07-30 Thread daly
Changes http://page.axiom-developer.org/zope/mathaction/AxiomMail/diff -- Greg, It sounds like the axiom script is running as a different user. Are you starting the axiom script by hand or are you using a desktop shortcut? Tim ___ Axiom-mail mailing

[Axiom-developer] interesting approach to training

2005-07-30 Thread daly
Slime is an emacs-lisp integrated environment. Lately there has been a movie made that introduces people to slime. While slime might not be of interest to axiom the approach (using a movie) to introduce new users is very interesting. Almost makes me wish I had an apple. See: wget http://common-lis

[Axiom-developer] [Axiom-mail] input initialization file

2005-07-30 Thread Vanuxem Grégory
Changes http://page.axiom-developer.org/zope/mathaction/AxiomMail/diff -- Hi, Do you why all my functions defined in .axiom.input are not usabla if i use the 'axiom' script. If i use AXIOMsys that's work. A strange thing is that my functions are added to workspace. Cheers, Greg