Welcome, Guest. Please login or register.

Author Topic: List your favorite text editor.  (Read 12775 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline ThorhamTopic starter

List your favorite text editor.
« on: September 27, 2010, 10:05:13 PM »
List your favorite text editor for Classic Amigas (emulation is fine, too) here. I want to know what everyone is using, and why :)

Mine is FrexxEd (free, open source). Powerful right out of the box, and insanely configurable through it's script language FPL which is 99% C (if you know C, then you know FPL). If some feature you need or want is missing, just write it yourself in FPL. The possibilities are almost endless.

So, what about you guys?
 

Offline ThorhamTopic starter

Re: List your favorite text editor.
« Reply #1 on: September 27, 2010, 10:16:30 PM »
Quote from: Karlos;581615
Is there a standalone interpreter for this?
Yes, there is :) See the FPL.readme file:
Code: [Select]
###############################################################################
 This program uses Frexx Programming Language (fpl.library/fpl.DLL/fpllib.a)!
###############################################################################

  Frexx Programming Language, FPL, is a shared library interpreting language
copyright (C) 1992-1996 by FrexxWare. FPL is Freeware and freely distributable
for non-commercial purposes only, including extensive documentation and source
code. Use within commercial products must be done with written permission from
the author.

  FPL is entirely isolated from the rest of the software. FPL is only the
programming language and nothing else. FPL is OS independent. It can (and will)
be used under other Operating Systems than this.

  For more information about FPL, fpl.library (Amiga shared library), fpl.DLL
(OS/2 dynamically linked library), fpllib.a (UNIX System V shared library),
other FPL versions, porting issues, bug reports, enhancement requests or
anything else regarding this subject, don't hesitate to get in touch with the
author.

 Author:
   Daniel Stenberg
   Ankdammsgatan 36, 4tr
   S-171 43 SOLNA
   FidoNet 2:201/328
   email: Daniel.Stenberg@sth.frontec.se
« Last Edit: September 27, 2010, 11:17:54 PM by Thorham »