Newlisp advertised in a Russian blog - collects 338 comments
Posted: Sun Oct 25, 2009 4:40 pm
http://www.livejournal.com - Livejournal - plays a unique role in Russian-language blogosphere. As compared to large US blog services, where majority of users are teenagers (e.g. the US section of LJ averaged at 19 some time ago), the Russian LJ contains people of all ages and most popular book writers, journalists, even politicians etc. etc. consider it necessary to have presence there: this gives access to widest real audience from all parts of the country and to the immigrant community in one swoop.
Where does newlisp come here? - easy. One of the bloggers used newlisp to do estimations of election vote counts (and being someone with somewhat extremist anti-russian views he, naturally, attempts to interpret a very vague statistic as a "proof" of vote rigging, as his likes are prone to, I'd say).
The interesting part of it is that his _technical_ (i.e. non-political) post on how he constructed a simple web pages crawler which downloads 2 levels of referred pages and then cuts out necessary results to export into a processing app _got 388 responses_ with all kinds of comparisons (to 2 versions of perl scripts, shell, python, and even a version in Haskell) and technical discussion.
His post at
http://fritzmorgen.livejournal.com/2483 ... rmat=light
describes his crawler in detail, giving a piece of code commented and explained line by line and so providing a sort of intro to newlisp, which stirred a surprising degree of enthusiasm.
This is not the first exposure of newlisp in Russian LiveJournal, but most of the mentioning so far ran into sniggering.
So probably what needs to be done for "spreading the word" is just small concrete snippets of code which are thorougly explained. When people see how well-working and minimalistic solutions can be created, they do not fail to get a favourable view of the language. It's probably the generalizations and talk "about" that mostly repel readers and make them throw stupido generalities back
The post is in Russian. The complete snippet can be seen here:
http://metasatanism.ru/FILES/Linux/election.lsp /* Linux */
http://metasatanism.ru/FILES/election.lsp /* Windows */
Alternatives:
http://hpaste.org/fastcgi/hpaste.fcgi/view?id=11008 /* haskell */
http://vozutat.livejournal.com/11098.html /* python */
http://what-me.livejournal.com/6815.html /* a sort of perl */
http://nponeccop.livejournal.com/152013 ... ht#t776141 /* Haskell and Bash in the comment below */
Where does newlisp come here? - easy. One of the bloggers used newlisp to do estimations of election vote counts (and being someone with somewhat extremist anti-russian views he, naturally, attempts to interpret a very vague statistic as a "proof" of vote rigging, as his likes are prone to, I'd say).
The interesting part of it is that his _technical_ (i.e. non-political) post on how he constructed a simple web pages crawler which downloads 2 levels of referred pages and then cuts out necessary results to export into a processing app _got 388 responses_ with all kinds of comparisons (to 2 versions of perl scripts, shell, python, and even a version in Haskell) and technical discussion.
His post at
http://fritzmorgen.livejournal.com/2483 ... rmat=light
describes his crawler in detail, giving a piece of code commented and explained line by line and so providing a sort of intro to newlisp, which stirred a surprising degree of enthusiasm.
This is not the first exposure of newlisp in Russian LiveJournal, but most of the mentioning so far ran into sniggering.
So probably what needs to be done for "spreading the word" is just small concrete snippets of code which are thorougly explained. When people see how well-working and minimalistic solutions can be created, they do not fail to get a favourable view of the language. It's probably the generalizations and talk "about" that mostly repel readers and make them throw stupido generalities back
The post is in Russian. The complete snippet can be seen here:
http://metasatanism.ru/FILES/Linux/election.lsp /* Linux */
http://metasatanism.ru/FILES/election.lsp /* Windows */
Alternatives:
http://hpaste.org/fastcgi/hpaste.fcgi/view?id=11008 /* haskell */
http://vozutat.livejournal.com/11098.html /* python */
http://what-me.livejournal.com/6815.html /* a sort of perl */
http://nponeccop.livejournal.com/152013 ... ht#t776141 /* Haskell and Bash in the comment below */