On Fri, Feb 09, 2024 at 11:29:20AM +0800, Qian Yun wrote:
> One minor correction: remove extra single quote, should be:
> 
> DEFPARAMETER($ClearBodyToken, GENSYM('"^L"))
> 
> instead of
> 
> DEFPARAMETER($ClearBodyToken, GENSYM('"^L"'))

One litte thing: 'GENSYM' produces unique symbls, so we can use a
informative name, like:

DEFPARAMETER($ClearBodyToken, GENSYM('"ClearBodyToken"))

> - Qian
> 
> On 2/5/24 08:31, Qian Yun wrote:
> > I find this as well when porting to Allegro CL.
> > 
> > I take a look at open-axiom, found that it is fixed by
> > https://github.com/GabrielDosReis/open-axiom/commit/9584120cc4fd35f1ae0639430e07d5936f1ac39b
> > 
> > My fix is in attachment.
> > 
> > - Qian
> > 
> > On 2/5/24 06:50, Waldek Hebisch wrote:
> > > On Sun, Feb 04, 2024 at 04:24:38PM -0500, Camm Maguire wrote:
> > > > Greetings!  i-map.clisp contains three instances of
> > > > 
> > > > '
> > > > 
> > > > What is intended by this?
> > > 
> > > It is a symbol with a strange name.  It is used as a kind of
> > > "error mark".  AFAICS the name is intended to reduce probability
> > > of clash with user identifiers.
> > > 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "FriCAS - computer algebra system" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/fricas-devel/5824f823-74db-45f7-9b12-b50d3c804e20%40gmail.com.

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/ZcgsASpewfpAKK2F%40fricas.org.

Reply via email to