Personal tools
You are here: Home / Users / Ralf Hemmecke / Aldor / Aldor at RISC

Aldor at RISC

Aldor is installed at the Linux machines at RISC. Just say

module load aldor

Local documentation like

  • the Aldor User Guide,
  • an Aldor tutorial,
is available in /zvol/aldor/doc.

A list of all options that can be given to the compiler can be obtained by

aldor -hall

Aldor can be used in an interactive mode. I prefer to use the interactive loop inside XEmacs. By putting the following lines in your .emacs file (or .xemacs/init.el) lets (X)Emacs recognise the Aldor prompt and behave correctly.

(setq shell-prompt-pattern "^[^>]*[>]+ *")
Now start a shell within XEmacs
xemacs
M-x shell
Then, depending on whether you want to play with the Aldor library or the Algebra library you should say
aldor -gloop
#include "aldor"
#include "aldorinterp"
or
aldor -gloop
#include "algebra"
#include "aldorinterp"
within the XEmacs shell. (Note that by typing 'Ctrl+CursorUp' you can recall previously typed commands.)

I use XEmacs also for editing Aldor source files. My XEmacs is set up to enter aldor-mode when I load a .as file. See /zvol/aldor/elisp/aldor.el for for more details of how syntax highlighting can be achieved for Aldor sources files. Unfortunately, my aldor.el works only in XEmacs but not in Emacs.

« March 2025 »
March
MoTuWeThFrSaSu
12
3456789
10111213141516
17181920212223
24252627282930
31
Upcoming Events
FIRST AID COURSE Mar 10, 2025 01:00 PM - 05:00 PM
RISC Forum Mar 17, 2025 01:30 PM - 01:45 PM
RISC Forum Mar 24, 2025 01:30 PM - 02:30 PM
RISC Forum Mar 31, 2025 01:30 PM - 01:45 PM
RISC Forum Apr 07, 2025 01:30 PM - 01:45 PM
Previous events…
Upcoming events…