this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 2 and 3
Revision 2 as of 2013-02-03 13:48:53
Size: 298
Editor: techtonik
Comment:
Revision 3 as of 2013-02-04 20:26:09
Size: 732
Editor: techtonik
Comment: add wikify and treeworks in wannabes
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
=== Component wishlist ===

Public domain or MIT preferred.

 * wikify - micro-framework for text wikification (easy to extend and debug) ([[https://issues.roundup-tracker.org/msg4572|1]])
   * split text by regexp, process matched, exclude processed
   * run the next regexp on the list of text that is left
   * reassemble
 * treeworks - tools to work with 2D data structures, including common visualization and debugging

Python wishlist

Core Python flaws.

  • locals() returns a variable that can be updated at any moment (and changes behavior under trace function)
  • internal representation of .py file paths is not normalized (comparisons and identity checks are impossible)

Component wishlist

Public domain or MIT preferred.

  • wikify - micro-framework for text wikification (easy to extend and debug) (1)

    • split text by regexp, process matched, exclude processed
    • run the next regexp on the list of text that is left
    • reassemble
  • treeworks - tools to work with 2D data structures, including common visualization and debugging


CategoryHomepage

techtonik (last edited 2015-02-08 22:44:43 by techtonik)

Unable to edit the page? See the FrontPage for instructions.