RE: Tiny example apps
In addition to the links that Edi mentioned, Wade Huneniuk has released the source to a number of his CAPI utilities and you might want to look at them as well. Here are some of them: 1. Simple crossword display: http://www3.telus.net/public/whumeniu/crossword.lisp Note: just load the file and evaluate the following sexp in LW: (capi:display (make-instance 'crossword)) 2. Package browser: http://www3.telus.net/public/whumeniu/package-browser.lisp Note: just load the file and evaluate the following sexp in LW: (package-browser:package-browser) 3. Runners Log: http://www3.telus.net/public/whumeniu/ Note: This page has a link to a self-extracting executable for Windows. In the past, Wade has indicated that he would send the source to individuals who request it by email. Also, I presume that you have already looked at the capi examples in the examples directory that ships with LW? -- Bill Clementson > -----Original Message----- > From: Edi Weitz [mailto:edi@agharta.de] > Sent: Sunday, October 19, 2003 2:52 PM > To: lisp-hug@xanalys.com > Subject: Re: Tiny example apps > > > On Sun, 19 Oct 2003 21:19:37 +0100, Guenther Schmidt > <gue.schmidt@web.de> wrote: > > > thanks again for your advice. I was indeed looking for LW (CAPI) > > specific stuff, wether in Source or not jut too see what all is > > possible (CAPI-wise). Would you happen to know of some sort of Link > > list or repository? > > No, but I know three CAPI apps you might want to look at: > <http://www.rocketdownload.com/details/Self/6724.htm> <http://www.netfonds.no/pt.php> <http://weitz.de/regex-coach/> (shameless, I know...) Cheers, Edi.