Python Forum
a program i have been thinking about
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a program i have been thinking about
#1
i have been thinking about writing a "scripted editor".  that is an editor that has a simple but flexible scripting language that controls how the editing is performed.  i use sed and awk a lot but they are weak in many ways. a major feature i would include in my edit scripting language is the ability to search for 2 points in the file and perform a set of edits on the part of the file that is between them.  now i am thinking that i could do this by making python itself be the edit language by adding some functions to perform the various actions of editing the file.  this is not an interactive editor as in a previous post i made here about 3 hours ago.

anyone have any needs for something like this, or any ideas for it?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  What WERE They Thinking : Python 3.9x millpond 8 3,727 Jun-28-2021, 01:20 AM
Last Post: millpond
  a project i am thinking about Skaperen 0 1,398 Mar-11-2020, 10:56 PM
Last Post: Skaperen
  a script i am thinking about creating Skaperen 2 2,653 Feb-28-2018, 02:18 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020