From: gerald.lester <ger...@co...> - 2016-01-25 20:50:52
|
I for one think it would make an excellent addition. It would also be a good talk for the annual Tcl/Tk Conference. Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5 -------- Original message -------- From: "Bob (Robert) McMahon" <rmc...@br...> Date: 01/25/2016 12:28 (GMT-06:00) To: tcl...@li... Subject: [Tcllib-devel] tclreadline as part of tcllib? Hi All, I was wondering if adding tclreadline to tcllib would be a good idea? I’m coding up some completion handlers and some SNIT inspection as well. I hope to have that done by end of this week. Bob McMahon |
From: Andreas K. <aku...@sh...> - 2016-01-26 05:51:23
|
> I for one think it would make an excellent addition. > It would also be a good talk for the annual Tcl/Tk Conference. readline and tclreadline are GPL. tcllib is BSD. tclreadline is also a pure C component. For linediting with BSD see tcl-linenoise https://github.com/andreas-kupries/tcl-linenoise based on Antirez' linenoise. > Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5 > > -------- Original message -------- > From: "Bob (Robert) McMahon" <rmc...@br...> > Date: 01/25/2016 12:28 (GMT-06:00) > To: tcl...@li... > Subject: [Tcllib-devel] tclreadline as part of tcllib? > > > > Hi All, > > I was wondering if adding > tclreadline to tcllib would be a good idea? Iâm coding up some completion handlers and some SNIT inspection as well. I hope to have that done by end of this week. > > Bob McMahon > > > -- So long, Andreas Kupries <aku...@sh...> <http://core.tcl.tk/akupries/> Developer @ Hewlett Packard Enterprise ------------------------------------------------------------------------------- |
From: Andreas K. <aku...@sh...> - 2016-01-26 05:55:58
|
> Can tcl-linenoise be easily extended? I've been using Snit for > objects and it's nice to have the instantiated objects and methods > completed as well. linenoise does completion via C callback. tcl-linenoise exposes this callback at script level. See also http://core.tcl.tk/akupries/linenoise-utilities/index for REPL code on top, also exposing the completion callback. And around that http://core.tcl.tk/akupries/cmdr/home to make writing a cli easy. > Bob > ________________________________________ > From: Andreas Kupries [aku...@sh...] > Sent: Monday, January 25, 2016 7:08 PM > To: gerald.lester > Cc: Bob (Robert) McMahon; "tcl...@li..."@hephaistos.local > Subject: Re: [Tcllib-devel] tclreadline as part of tcllib? > > > I for one think it would make an excellent addition. > > It would also be a good talk for the annual Tcl/Tk Conference. > > readline and tclreadline are GPL. > tcllib is BSD. > > tclreadline is also a pure C component. > > For linediting with BSD see > > tcl-linenoise > https://github.com/andreas-kupries/tcl-linenoise > based on Antirez' linenoise. > -- So long, Andreas Kupries <aku...@sh...> <http://core.tcl.tk/akupries/> Developer @ Hewlett Packard Enterprise ------------------------------------------------------------------------------- |
From: Cameron L. <cl...@ph...> - 2016-01-25 21:16:52
|
It's licensing that prevents this move, right? Surely Andreas or Jeffrey knows. Cameron Laird, vice president We make computers work for people. On Mon, Jan 25, 2016 at 1:50 PM, gerald.lester <ger...@co...> wrote: > I for one think it would make an excellent addition. > > It would also be a good talk for the annual Tcl/Tk Conference. > > > > Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5 > > > -------- Original message -------- > From: "Bob (Robert) McMahon" <rmc...@br...> > Date: 01/25/2016 12:28 (GMT-06:00) > To: tcl...@li... > Subject: [Tcllib-devel] tclreadline as part of tcllib? > > Hi All, > > > > I was wondering if adding tclreadline <http://wiki.tcl.tk/20215> to > tcllib would be a good idea? I’m coding up some completion handlers and > some SNIT inspection as well. I hope to have that done by end of this week. > > > > Bob McMahon > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Tcllib-devel mailing list > Tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcllib-devel > > |
From: Gerald W. L. <Ger...@co...> - 2016-01-26 03:32:40
|
I assumed he had switched it to a BSD license! Could not read the wiki very well from my phone, sorry! On 1/25/16 2:52 PM, Cameron Laird wrote: > It's licensing that prevents this move, right? Surely Andreas or Jeffrey > knows. > > Cameron Laird, vice president > > We make computers work for people. > > On Mon, Jan 25, 2016 at 1:50 PM, gerald.lester <ger...@co... > <mailto:ger...@co...>> wrote: > > I for one think it would make an excellent addition. > > It would also be a good talk for the annual Tcl/Tk Conference. > > Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5 > > -------- Original message -------- > From: "Bob (Robert) McMahon" <rmc...@br... > <mailto:rmc...@br...>> > Date: 01/25/2016 12:28 (GMT-06:00) > To: tcl...@li... > <mailto:tcl...@li...> > Subject: [Tcllib-devel] tclreadline as part of tcllib? > > Hi All, > > I was wondering if adding tclreadline <http://wiki.tcl.tk/20215> to > tcllib would be a good idea? I’m coding up some completion handlers > and some SNIT inspection as well. I hope to have that done by end of > this week. > -- +------------------------------------------------------------------------+ | Gerald W. Lester | |"The man who fights for his ideals is the man who is alive." - Cervantes| +------------------------------------------------------------------------+ |