axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] A bug in windows Axiom


From: Martin Rubey
Subject: Re: [Axiom-developer] A bug in windows Axiom
Date: 13 Aug 2007 11:46:35 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

"Alasdair McAndrew" <address@hidden> writes:

> I'm using Axiom with some cryptography students; at this very early stage we
> are having fun with very simple ciphers (Vigenere, Hill, etc), so we need to
> transfer from a string to a list of integers.
> 
> Here is how to reproduce the bug: on windows Axiom, enter the following tiny
> function:
> 
> str2lst(str)==map(x +-> ord(x)-65,members(str))

I do not have windows, but maybe declaring the types helps:

str2lst(str: String): List Integer==map(x +-> ord(x)-65,members(str))

apart from that: 

* which version of axiom are you using (if you do not know, maybe the banner at
  startup contains some information) ?

* maybe issueing

  )set break break

  before invoking str2lst, and 

  :bt

  works on windows, too? Then one of the gurus might be able to help?


good luck,

Martin





reply via email to

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