bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] APL Questions


From: Elias Mårtenson
Subject: Re: [Bug-apl] APL Questions
Date: Mon, 14 Sep 2015 20:53:28 +0800



On 14 September 2015 at 05:53, Louis de Forcrand <address@hidden> wrote:
 
Edit a specific line in a function? As of now I'm writing my
long ∇-declared functions in in .txt files and loading them
with -f, otherwise I would have to rewrite (or copy-paste)
them back in line by line in the terminal.

I'd recommend using Emacs for this. With gnu-apl-mode you're able to type C-c C-f (control-c followed by control-f) and then simply type the name of the function. It will open in a separate buffer and you can edit it and save it directly to the APL runtime using a single keypress.

If your code is in a .apl file, you can simply open it, navigate to the specific function, edit it and press C-c C-c to immediately send it to the running APL.

If you have any questions on how to use it, don't hesitate to ask me.

Regards,
Elias

reply via email to

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