Lisp Project: Anti-Spam

Discussion of Common Lisp
Post Reply
1pseudoxy
Posts: 4
Joined: Wed May 26, 2010 10:29 am

Lisp Project: Anti-Spam

Post by 1pseudoxy » Thu Jun 17, 2010 8:44 am

I hav 2 do a Lisp Project, so i work with Lispworks IDE, i wanna :D use graphics interface wher i upload a file that have email forms and decide after if it is a spam or not, for that i wanna know what are graphics interface library and lisp's functions to manipulate file.
THNX

ramarren
Posts: 613
Joined: Sun Jun 29, 2008 4:02 am
Location: Warsaw, Poland
Contact:

Re: Lisp Project: Anti-Spam

Post by ramarren » Fri Jun 18, 2010 8:37 am

I moved this topic from The Lounge, since it is Common Lisp (Lispworks) specific.

If you have to ask about "lisp's functions to manipulate file" then it is likely your knowledge of the language would require more explanation that would make sense in a forum post. There are very good free online books about Common Lisp available, like Practical Common Lisp.

Lispworks also has quite good, if proprietary, GUI library, if that is you mean. It is described in Lispworks documentation under CAPI documents.

Post Reply