Search found 12 matches
- Mon Jun 08, 2009 2:46 pm
- Forum: The Lounge
- Topic: RSS feed
- Replies: 25
- Views: 67478
Re: RSS feed
Well, I really want to have rss on lispforum (I always miss discussions because I don't check the webpage often). How can I help you with that? I can install phpBB here, try the different plugins and send you a recipe of how to install the best one. Do you think that would be helpful?
- Tue Jun 02, 2009 12:41 am
- Forum: Common Lisp
- Topic: Combining digits to make a string
- Replies: 18
- Views: 27276
Re: Combining digits to make a string
you can use an array (or a vector):miningold wrote: I was thinking about these options:
((013) (201)...)
((0 1 3) (2 0 1)...)
or an array (which I do not know how to make)
(vector 0 1 3) => #(0 1 3)
see more about it here:
http://gigamonkeys.com/book/collections.html
Pedro
- Mon Nov 10, 2008 9:00 am
- Forum: Common Lisp
- Topic: Is there any Library for Feed-Parsing
- Replies: 6
- Views: 11830
Re: Is there any Library for Feed-Parsing
I'm sure there is something out there, but why not use one of the many xml parsers for lisp?
http://wiki.alu.org/XML_Parser_Libraries
you can use drakma to download the feeds.
pedro
http://wiki.alu.org/XML_Parser_Libraries
you can use drakma to download the feeds.
pedro
- Wed Oct 29, 2008 4:56 pm
- Forum: Common Lisp
- Topic: Lisp and Regex
- Replies: 7
- Views: 32276
- Sat Oct 25, 2008 4:54 am
- Forum: Common Lisp
- Topic: How can I rewrite the function APPLY without using APPLY?
- Replies: 12
- Views: 31545
Re: How can I rewrite the function APPLY without using APPLY?
Thanks for the reply. Perhaps this is too academic for the part of the CL community represented here? I don't think it was too academic. it was not clear to me if you want to understand how apply is defined, to reduce the items in a vector or something else. I wanted to know if APPLY is some kind o...
- Sat Oct 25, 2008 4:49 am
- Forum: Common Lisp
- Topic: How can I rewrite the function APPLY without using APPLY?
- Replies: 12
- Views: 31545
Re: How can I rewrite the function APPLY without using APPLY?
I had a quick look at the SBCL source and found apply in eval.lisp , line 279 - search for "defun apply". :) Although I don't understand how it can terminate :D It seems to recurse in every case? that's the apply from my version of sbcl (version 1.0.21.11), the part after the t terminates...
- Fri Oct 24, 2008 11:03 am
- Forum: The Lounge
- Topic: RSS feed
- Replies: 25
- Views: 67478
Re: RSS feed
I found these rss plugins for phpbb:
https://tools.wackomenace.co.uk/phpbb-rss/
http://www.phpbb.com/community/viewtopi ... 0&t=544331
pedro
https://tools.wackomenace.co.uk/phpbb-rss/
http://www.phpbb.com/community/viewtopi ... 0&t=544331
pedro
- Fri Oct 24, 2008 10:57 am
- Forum: Common Lisp
- Topic: How can I rewrite the function APPLY without using APPLY?
- Replies: 12
- Views: 31545
Re: How can I rewrite the function APPLY without using APPLY?
Put another way, how could someone write an APPLY-TO-VECTOR function? This would work something like this: (apply-to-vector #'+ (vector 1 2 3 4)) ==> 10 Well it depends on you *really* want. If you just want to do stuff like your example, reduce works with sequences (including vectors): (reduce #'+...
- Tue Sep 02, 2008 4:15 pm
- Forum: User Groups and Conferences
- Topic: Looking for Lisp users/usergroups in Portugal
- Replies: 6
- Views: 19095
Re: Looking for Lisp users/usergroups in Portugal
You guys are more than welcome to participate in the lisp-br mailing list:
http://lisp-br.org
Although the name says "Brazilian lisp group", I think it would be very cool to have people from other countries as well.
Pedro Kroger
http://lisp-br.org
Although the name says "Brazilian lisp group", I think it would be very cool to have people from other countries as well.
Pedro Kroger
- Sat Aug 02, 2008 3:53 pm
- Forum: User Groups and Conferences
- Topic: International Lisp Conference 2009
- Replies: 3
- Views: 12859
Re: International Lisp Conference 2009
I am very exited about this conference, I can't wait. (I'll go no matter what
)
