Menu

#481 TIP # 272

TIP Implementation
closed-accepted
5
2007-04-10
2006-08-23
No

lreverse.c implements lreverse as a extension. The two
function could easily copied to Tcl's core. (I'm not
an expert on TCL internals). I used this extension for
some time.

Discussion

  • Christoph Bauer

    Christoph Bauer - 2006-08-23
     
  • Donal K. Fellows

    • labels: --> 17. Commands I-L
    • assigned_to: nobody --> dkf
     
  • Donal K. Fellows

    Logged In: YES
    user_id=79902

    I was planning to do a clean-room reimplementation. It's not
    hard to do in the first place, and code inside the Tcl core
    gets to play fast-and-loose with some of the constraints
    leading to quicker overall code.

    (The [string reverse] implementation will be more
    interesting as there are some tricky cases involved.)

     
  • Donal K. Fellows

    • milestone: --> TIP Implementation
     
  • Donal K. Fellows

    • status: open --> closed-accepted