Quick question, if you please

2015-03-31 Thread John Kelly
attention,John Kelly -- https://mail.python.org/mailman/listinfo/python-list

Russell--Those additional questions you had

2015-04-07 Thread John Kelly
attention,John Kelly On 3/31/15 10:09 AM, John Kelly wrote: > Pythonites, > > I received Python with another install and my update software keeps > signaling I need to install a newer version, and once I do, the older > version is still there, so I keep getting told I need to update

Re: How far can stack [LIFO] solve do automatic garbage collection and prevent memory leak ?

2010-08-17 Thread John Kelly
On Tue, 17 Aug 2010 11:53:27 -0700 (PDT), Standish P wrote: >Another way to pose my question, as occurred to me presently is to ask >if a stack is a good abstraction for programming ? Certainly, it is >the main abstraction in Forth and Postscript and implementable readily >in C,C++ and I assume p

Re: How far can stack [LIFO] solve do automatic garbage collection and prevent memory leak ?

2010-08-19 Thread John Kelly
On Thu, 19 Aug 2010 00:56:35 -0700 (PDT), Standish P wrote: >On Aug 18, 5:38 pm, Keith Thompson wrote: >> Standish P writes: >> > Show me on what page does it explain how Forth implements dynamic >> > binding or lexical binding and takes care of the scope of definition >> > of the "nouns" ? >

ANN: dh, the daemon helper

2009-09-09 Thread John Kelly
dh, the daemon helper The daemon helper starts any program or script as a daemon. It's a small C program with a simple interface and a liberal license. ftp://ftp.isp2dial.com/users/jak/src/dh/ Get the files and do: make install clean To build and install dh. Don't try to run the Sh.inst

Re: ANN: dh, the daemon helper

2009-09-10 Thread John Kelly
On Thu, 10 Sep 2009 06:38:20 + (UTC), garabik-news-2005...@kassiopeia.juls.savba.sk wrote: >John Kelly wrote: >> dh, the daemon helper >> dh is its name; a natural companion to sh. >A useful little program, but... >this might be OT, but let me point out that the