Re: [fricas-devel] Adding new lisp (ABCL) support

2022-09-21 Thread Grégory Vanuxem
Thanks! That seems good and very portable (use of Java's) Le lun. 19 sept. 2022 à 19:23, Kurt Pagani a écrit : > This is the official one: > https://abcl.org/ > > Meta: it is (very briefly) mentioned in > https://en.wikipedia.org/wiki/Common_Lisp > > """ > Freely redistributable implementations

Re: [fricas-devel] [PATCH] Add partial support for ABCL

2022-09-21 Thread Waldek Hebisch
On Wed, Sep 21, 2022 at 08:54:22PM +0800, Qian Yun wrote: > Just as we discussed, this patch adds partial support for ABCL, see > https://github.com/oldk1331/fricas/commit/cfbd758c3e3ed44657b2b825878e20d7290ea288.patch > or the following patch. Looks good. Please commit. --

[fricas-devel] cleanup *GREATERP in Lisp

2022-09-21 Thread Qian Yun
On 9/20/22 10:17, Waldek Hebisch wrote: BTW: In our code we have 3 subtly different "general-purpose" Lisp sorting functions. I guess you are referring to the "*GREATERP" functions. IMO we should really have typed data and use type-specific sort functions, so it would be good to replace or

[fricas-devel] [PATCH] Add partial support for ABCL

2022-09-21 Thread Qian Yun
Just as we discussed, this patch adds partial support for ABCL, see https://github.com/oldk1331/fricas/commit/cfbd758c3e3ed44657b2b825878e20d7290ea288.patch or the following patch. - Qian === diff --git a/ChangeLog b/ChangeLog index 3c0010e9..81301dc7 100644 --- a/ChangeLog +++ b/Cha