Re: Google Tech Talk: lisp at JPL

2012-04-04 Thread ccc31807
On Apr 3, 1:53 am, Xah Lee wrote: > 〈The Remote Agent Experiment: Debugging Code from 60 Million Miles > Away〉 > Google Tech Talk, (2012-02-14) Presented by Ron Garret. > @http://www.youtube.com/watch?v=_gZK0tW8EhQ RG mentions giving a more technical version to a Lisp User Group. Any chance that

Re: Is Programing Art or Science?

2012-04-03 Thread ccc31807
On Apr 2, 5:48 pm, "Pascal J. Bourguignon" > This is a narrow-minded definition of programming. Well, that's the point. If we make a list and include things like: computer science software engineering computer engineering discrete math logic formal methods web development computer graphics infor

Re: Is Programing Art or Science?

2012-04-02 Thread ccc31807
Programming is neither an art nor a science, but a trade. It's not an art in the sense of painting, music, dance, poetry, etc., because the objective isn't to make a beautiful something, but to give instructions to a machine to accomplish some useful task. It's not a science in the sense of eithe

Re: What Programing Language are the Largest Website Written In?

2011-08-02 Thread ccc31807
On Jul 31, 2:38 pm, gavino wrote: > facebook is php > > myspace is microsoft > > aol was tcl and aolserver c embedding tcl interp > > priceline is lisp > > reddit is python was lisp orig > > amazon was perl > > livejournal was perl Most of these are tech companies. Tech companies are very importa

Re: What Programing Language are the Largest Website Written In?

2011-07-13 Thread ccc31807
On Jul 12, 7:54 am, Xah Lee wrote: > maybe this will be of interest. > > 〈What Programing Language Are the Largest Website Written > In?〉http://xahlee.org/comp/website_lang_popularity.html About five years ago, I did some pretty extensive research, and concluded that the biggest sites were writt

Re: toy list processing problem: collect similar terms

2010-09-27 Thread ccc31807
On Sep 26, 12:05 am, Xah Lee wrote: > here's a interesting toy list processing problem. > > I have a list of lists, where each sublist is labelled by > a number. I need to collect together the contents of all sublists > sharing > the same label. So if I have the list > > ((0 a b) (1 c d) (2 e f) (

Re: NoSQL Movement?

2010-03-04 Thread ccc31807
On Mar 4, 11:51 am, Juan Pedro Bolivar Puente wrote: > No, relations are data. This depends on your definition of 'data.' I would say that relationships is information gleaned from the data. > "Data is data" says nothing. Data is > information. To me, data and information are not the same thing

Re: NoSQL Movement?

2010-03-04 Thread ccc31807
On Mar 3, 4:55 pm, toby wrote: > >  where you have to store data and > > "relational data" Data is neither relational nor unrelational. Data is data. Relationships are an artifact, something we impose on the data. Relations are for human convenience, not something inherent in the data itself. >

Re: NoSQL Movement?

2010-03-03 Thread ccc31807
On Mar 3, 12:36 pm, Xah Lee wrote: > recently i wrote a blog article on The NoSQL Movement > athttp://xahlee.org/comp/nosql.html > > i'd like to post it somewhere public to solicit opinions, but in the > 20 min or so, i couldn't find a proper newsgroup, nor private list > that my somewhat anti-NoS