> I tried putting the program sieve.as from
> http://www.aldor.org/docs/HTML/chap1.html into a file and typing
> 
>    aldor -Fx sieve.as
> 
> as they do there, but it fails with many errors, starting as follows.
>  I don't know anything about Aldor really, so I'm probably doing
> something wrong.

The html documentation at aldor.org is outdated. Compile the aldor user
guide (.pdf file) yourself or just use
http://www.aldor.org/docs/aldorug.pdf.

> ~$ aldor -Fx sieve.as
> "sieve.as", line 6: import from Boolean, SingleInteger;
>                     .....................^
> [L6 C22] #1 (Error) No meaning for identifier `SingleInteger'.

You're not doing anything wrong, it's just that there are too many
libraries and in Axiom, FriCAS, OpenAxiom, Axllib it's SingleInteger,
but in LibAldor it's called MachineInteger.

Use the pdf-Form of the Aldor User Guide. That's closer to the actual
sources.

> If somebody ends up making a cloud project with a few examples that
> work, it would be a good example for our "project templates" library
> [1].

Maybe later. But for a start, you can look into
https://github.com/hemmecke/aldor-texts
or
https://github.com/pippijn/aldor/tree/master/aldor/lib/aldor/tutorial

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to