axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [#91 coredump with infinite stream] (new)


From: anonymous
Subject: [Axiom-developer] [#91 coredump with infinite stream] (new)
Date: Tue, 08 Feb 2005 04:29:37 -0600

I understand that the following is not a smart thing to do.  Axiom should 
complain, but it just coredumps silently:
===
primes:Stream Integer := generate(nextPrime, 2)
smallerThan(stream, n) == [ s for s in stream | s < n ]
smallerThan(primes, 100) -- Axiom 3.0 Beta coredumps
===
Matthias
--
forwarded from http://page.axiom-developer.org/zope/mathaction/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]