Enjoying these lectures:
A journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer.
A journey into the world of Functional Programming with functional language purist and high priest of the lambda calculus, Dr. Erik Meijer.
Details here...The purpose of the European Lisp Symposium is to provide a forum for the discussion and dissemination of all aspects of design, implementation and application of any of the Lisp dialects. We encourage everyone interested in Lisp to participate.Call for Contributions: we would welcome both papers describing original work, not published elsewhere, and submissions for tutorial sessions.
select * from flickr.photos.search where text='cat'
select * from flickr.photos.interestingness where title like 'Chinese%'
select * from local.search where query='sushi'
and location='san francisco, ca'
and Rating.AverageRating > 4.0
select * from social.profile where guid IN
(select guid from social.connections where owner_guid=me)