Re: task db example

2016-10-03 Thread Rowan Thorpe
On 3 October 2016 at 18:49, Alexander Burger wrote: > ..[snip].. > > For > >(if (= (type Item) '(+Task)) > > I have a minor suggestion: > >(if (isa '+Task Item) > > This is more general, and would survive inheritance. > > ..[snip].. > > BTW, Joe's exact name is

Re: task db example

2016-10-03 Thread Rowan Thorpe
I finally tidied-up and uploaded the task-manager tool I created last month, based initially on Joe Bognor's wiki-page demo-app (for which I asked on this list about copyright for the wiki-pages - there were speculative answers/suggestions, but not a conclusive one yet...):

Re: task db example

2016-09-06 Thread Alexander Burger
Hi Rowan, > How is stuff posted on the wiki copyrighted/licensed? > Public Domain? GPL? Uh, good question! I never really thought about that. I would assume that as PicoLisp is under a MIT licence, so should also be the stuff in the wiki. But can that even apply to docs, or is it simply Public

Re: task db example

2016-09-06 Thread Rowan Thorpe
On 24 August 2016 at 16:08, Joe Bogner wrote: > Some discussion on irc this morning prompted me to create a simple example > showing how to interact with the db directly. > > I posted it to the wiki and am sharing it here in case anyone would benefit > >

Re: task db example

2016-08-25 Thread Mike Pechkin
Thanks, perfect start point. On Wed, Aug 24, 2016 at 4:08 PM, Joe Bogner wrote: > Some discussion on irc this morning prompted me to create a simple example > showing how to interact with the db directly. > > I posted it to the wiki and am sharing it here in case anyone