Re: [fricas-devel] Windows: Self- extracting installer - FriCAS (64 bits)

2020-11-02 Thread Grégory Vanuxem
Le lun. 2 nov. 2020 à 15:25, Ralf Hemmecke a écrit : > > >> Don't worry Gregory, that was a hint for me to add it to > >> fricas.github.io (which I will gladly do). > > > > Ok, thanks. You know I'm still living in the world of CVS and unified > > patch... Shame on me... > > Uih... that will be a s

Re: [fricas-devel] Windows: Self- extracting installer - FriCAS (64 bits)

2020-11-02 Thread Dima Pasechnik
On Mon, Nov 2, 2020 at 1:28 PM Ralf Hemmecke wrote: > > >> Great, I've installed and tested - works perfectly (even system and > >> history :) > >> Couldn't this be added to a "release" tab on github/fricas? > > > > I don't know what you mean here, I am not fluent with GitHub in fact, > > I know

Re: [fricas-devel] Windows: Self- extracting installer - FriCAS (64 bits)

2020-11-02 Thread Ralf Hemmecke
>> Don't worry Gregory, that was a hint for me to add it to >> fricas.github.io (which I will gladly do). > > Ok, thanks. You know I'm still living in the world of CVS and unified > patch... Shame on me... Uih... that will be a shock for you to use git. But it is really worth it. git is not githu

Re: [fricas-devel] Windows: Self- extracting installer - FriCAS (64 bits)

2020-11-02 Thread Grégory Vanuxem
Hi, Le lun. 2 nov. 2020 à 14:28, Ralf Hemmecke a écrit : > > >> Great, I've installed and tested - works perfectly (even system and > >> history :) > >> Couldn't this be added to a "release" tab on github/fricas? > > > > I don't know what you mean here, I am not fluent with GitHub in fact, > > I

Re: [fricas-devel] Windows: Self- extracting installer - FriCAS (64 bits)

2020-11-02 Thread Grégory Vanuxem
Hello Dima, Le dim. 1 nov. 2020 à 18:38, Dima Pasechnik a écrit : > > > > On Sun, Nov 1, 2020 at 5:20 PM Kurt Pagani wrote: >> >> Hi Grégory >> >> Great, I've installed and tested - works perfectly (even system and history >> :) >> Couldn't this be added to a "release" tab on github/fricas? >>

Re: [fricas-devel] Windows: Self- extracting installer - FriCAS (64 bits)

2020-11-02 Thread Ralf Hemmecke
>> Great, I've installed and tested - works perfectly (even system and history >> :) >> Couldn't this be added to a "release" tab on github/fricas? > > I don't know what you mean here, I am not fluent with GitHub in fact, > I know only the basis. Don't worry Gregory, that was a hint for me to ad

Re: [fricas-devel] Windows: Self- extracting installer - FriCAS (64 bits)

2020-11-02 Thread Grégory Vanuxem
Hello Kurt, Le dim. 1 nov. 2020 à 18:20, Kurt Pagani a écrit : > > Hi Grégory > > Great, I've installed and tested - works perfectly (even system and history :) > Couldn't this be added to a "release" tab on github/fricas? I don't know what you mean here, I am not fluent with GitHub in fact, I k

Re: [fricas-devel] Possible compiler bug: "Cannot coerce" error while trying to use ^ on Float and Integer arguments

2020-11-02 Thread Mark Clements
As a follow-up, anonymous recursive functions in Axiom are described at: https://rosettacode.org/wiki/Anonymous_recursion#Axiom For the example: lab1method2(x: D, a: D, n: N): Float == zero? n => a.1 n = 1 => a.2 n = 2 => a.3 c := vect