bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] emacs and apl


From: Juergen Sauermann
Subject: Re: [Bug-apl] emacs and apl
Date: Fri, 25 Apr 2014 19:44:21 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi,

much simpler: edit a (UTF8 encoded) text file and )COPY it.
vi(m) is perfect for this.

Variables can be assigned like in APL, i.e.

VAR←1 2 3

Functions can be created via ⎕FX (hardly readable) or (may favorite) using ∇:

∇Z ← AVE B
 Z←(+/B)÷⍴B
∇

The file must start with #! so )COPY knows it is a text file and not an XML file.
You can also create such files with )DUMP instead of )SAVE.

/// Jürgen


On 04/25/2014 04:54 PM, address@hidden wrote:
I did take a look and the horrors of the 12th Emacs Vim Battle at GNU Harbour 
came back in a flash and shut that down ;)
http://en.wikipedia.org/wiki/Editor_war

I wonder if editing the function in the ws.xml file and then reloading might be 
an avenue to explore?





reply via email to

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