todo.txt utility in newLISP

Q&A's, tips, howto's
Locked
Kirill
Posts: 90
Joined: Wed Oct 31, 2007 1:21 pm

todo.txt utility in newLISP

Post by Kirill »

A good way to learn a new language is to do something useful, but (for me at least) it's often difficult to fine something useful to hack on. A tool to manage todo.txt might be such useful.

Post here if you create an utility to deal with todo.txt files in newLISP.

Some info: https://github.com/ginatrapani/todo.txt-cli

Good luck :)

Kirill

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Re: todo.txt utility in newLISP

Post by cormullion »

Interesting idea - will have a look if I get time. Of course you could store the list of tasks in a Lisp list, but that probably wouldn't be allowed :)

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Re: todo.txt utility in newLISP

Post by newdep »

Hee nice ill try that when i have my linux machines back online (currently only under Vmware)...
I once build a Sticky-notes in newlisp with the java guiserver..dont know where it is but
its roaming somewhere...
-- (define? (Cornflakes))

Locked