Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - tyler

#1
newLISP in the real world /
June 26, 2008, 10:30:11 AM
It's the XML returned by Twitter when making requests through their API. I've changed nothing; that is a cut 'n paste.
#2
newLISP in the real world / (xml-parse)
June 25, 2008, 06:54:19 PM
<users>
 <user>
  <id>20</id>
  <name>Evan Williams</name>
  <screen_name>ev</screen_name>
  <location>San Francisco, CA, US</location>
  <description>Co-founder and CPO of Twitter</description>
  <profile_image_url>
   http://s3.amazonaws.com/twitter_production/profile_images/14019652/ev-sky_normal.jpg
  </profile_image_url>
  <url>http://evhead.com</url>
  <protected>false</protected>
  <followers_count>14430</followers_count>
  <status>
   <created_at>Wed Jun 25 20:49:44 +0000 2008</created_at>
   <id>843603299</id>
   <text>Drinking an Odwalla "Mental Energy Juice Drink." So, um, watch out.</text>
   <source><a>txt</a></source>
   <truncated>false</truncated>
   <in_reply_to_status_id>
   <in_reply_to_user_id>
   <favorited>false</favorited>
  </status>
 </user>
</users>


Using (xml-parse) on the above XML, what would be the best way to extract a single TEXT from the ELEMENT "screen_name"? Suppose that a list of users was used in place of the above single user; how would you guys go about populating another list with only the screen names?



Thanks for the help.
#3
Anything else we might add? /
April 29, 2007, 12:39:48 AM
QuotenewLISP: Tricking software developers into thinking they're creative


This one came to me after my fourth 'genius' slogan, when the reality of my creative ability (or lack thereof) settled in. Moral of this story: Just because I can do X in newLISP doesn't mean I'm a Grade A marketing pro; despite what I'd like to believe.
#4
Anything else we might add? /
April 29, 2007, 12:26:30 AM
Quote from: "Blog"Not a black sheep from "misguided people".


Quote from: "Ken (commenter)"The thing I love about the Lisp community is that whether you're a Common Lisper, a Schemer, or even an Arcer, we can all get together and make fun of how much newLISP sucks. :-)


newLISP is clearly being attacked, but even so, the post contains little, if any, real substance. Ironic, almost.