[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] Near Proof of concept of an )edit somefunction_name
From: |
Fred Weigel |
Subject: |
[Bug-apl] Near Proof of concept of an )edit somefunction_name |
Date: |
Mon, 21 Mar 2016 18:02:58 +0000 |
Christian
Back in August, I started using GNU APL -- the first thing I did was to
bring up the Toronto Toolkit. The second was to implement edit function
and edit array. Find attached my work.
I convert the text of the function to a 'del' definition, edit it, and
then read it in with )copy. A )reset could be added, but I decided
against that.
Yes, I understand that xed and xeda are horrible hacks -- they work for
me. If you want to generalize and and to bits&pieces, feel free to do
so.
cr2lf is defined here to allow "easier" bringing in of external data
into a workspace. howdel is a reminder of the features of the del editor
(and some tricks, like capturing interactive for definition).
Fred Weigel
xed.apl
Description: xed.apl
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-apl] Near Proof of concept of an )edit somefunction_name,
Fred Weigel <=