Search found 4 matches
- Fri Aug 08, 2008 10:22 pm
- Forum: Books and Resources
- Topic: Lisp mailing-list ?
- Replies: 13
- Views: 92052
Re: Lisp mailing-list ?
The spam on usenet is something that irritates me as well. I tried creating rules to filter out spam but plenty still got through. I now have only one rule, to filter any subject that doesn't begin with 'Re:' which traps almost all spam. It does filter out the opening message of a thread as well bu...
- Fri Aug 08, 2008 11:49 am
- Forum: The Lounge
- Topic: LispForum recruiting
- Replies: 2
- Views: 6545
Re: LispForum recruiting
Folks, we have around 272 members as of this morning. If you know anybody else who is interested in Lisp, send them an invitation to join us here at LispForum. I'd really like to bring people in and continue to increase the amount of discussion. If you're browsing anonymously, consider joining your...
- Fri Aug 08, 2008 11:44 am
- Forum: Books and Resources
- Topic: Lisp mailing-list ?
- Replies: 13
- Views: 92052
Re: Lisp mailing-list ?
The spam on usenet is something that irritates me as well. I tried creating rules to filter out spam but plenty still got through. I now have only one rule, to filter any subject that doesn't begin with 'Re:' which traps almost all spam. It does filter out the opening message of a thread as well but...
- Wed Jul 23, 2008 2:19 am
- Forum: Common Lisp
- Topic: CLISP
- Replies: 5
- Views: 15624
Re: CLISP
Common Lisp doesn't have a concept of program as such. You just start an environment, load the code, and run a function you want. If you are on Linux and really want to launch "programs", you can investigate cl-launch . Or perhaps creating executables . But these are not the usual ways to...