On Sun, Jul 19, 2009 at 5:44 AM, Martin Rubey wrote:
>
> Ralf Hemmecke writes:  (roughly)
>
> (1) -> g := (x +-> ((y+-> y+x) 1))
>
>   (1)  x +-> y +-> y + x(1)
>                                                      Type: AnonymousFunction
> (2) -> g 2
>
>   >> System error:
>
> |*1;anonymousFunction;1;frame1;internal|: variable #:G3466 has no value
>
>> g := (x +-> ((y+-> y+x) 1))
>> g 2
>
> I think that's related to Issue 274.  It would be great to fix this, but
> it seems that this would involve a bit of work.  Gaby, does this work
> in open-axiom meanwhile?
>
> see also
>
> http://groups.google.at/group/fricas-devel/browse_thread/thread/93331582de7cfd31
>
> Martin
>

wsp...@debian:~$ open-axiom -nox
GCL (GNU Common Lisp)  2.6.7 CLtL1    Sep  1 2008 14:01:57
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/
             OpenAxiom: The Open Scientific Computation Platform
                     Version: OpenAxiom 1.3.0-2009-06-07
                  Built on Monday June 8, 2009 at 13:21:11
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave OpenAxiom and return to shell.
-----------------------------------------------------------------------------

(1) ->
(1) -> g := (x +-> ((y+-> y+x) 1))
(1) ->
   (1)  x +-> y +-> y + x(1)
                                                      Type: AnonymousFunction
(2) -> g 2
(2) ->
; (DEFUN |*1;anonymousFunction;1;frame1398;internal| ...) is being compiled.
;; The variable #:G1399 is undefined.
;; The compiler will assume this variable is a global.

   >> System error:
   Caught fatal error [memory may be damaged]

---

Regards,
Bill Page.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to