Search found 20 matches

by vityok
Thu Mar 21, 2013 10:12 am
Forum: Common Lisp
Topic: Parsing HTML in Lisp
Replies: 5
Views: 12988

Re: Parsing HTML in Lisp

Hi, thanks for your suggestions. However running Python code for this task is kind of an awkward way to parse HTML.

I think about either using libxml2 HTML parser or patching the Clozure-HTML.
by vityok
Thu Mar 14, 2013 8:23 am
Forum: Common Lisp
Topic: Parsing HTML in Lisp
Replies: 5
Views: 12988

Parsing HTML in Lisp

Hello! In my pet project I have to parse different HTML pages from different sources and then extract meta-information from them (Open Graph, RDFa, Dublin Core, etc.) Currently I use closure-html together with xpath. But closure-html and cxml are very sensitive to any troubles with markup: even mino...
by vityok
Wed Dec 10, 2008 7:55 am
Forum: Common Lisp
Topic: Common Lisp Weekly News
Replies: 3
Views: 8408

Re: Common Lisp Weekly News

First issue is available!.

I plan to issue the weekly news each Wednesday. As of now information is collected from the LispForum, Planet Lisp, Lisp/Scheme/Emacs Yahoo! Pipe, Reddit Lisp channel, comp.lang.lisp newsgroup.

But still, any contributions are welcome!
by vityok
Sun Dec 07, 2008 4:50 am
Forum: Common Lisp
Topic: Common Lisp Weekly News
Replies: 3
Views: 8408

Common Lisp Weekly News

Hello I've launched the « Common Lisp Weekly News » project and your help is needed: If you know something that you think would interest the rest of the community, If you would like to announce software release, Or anything else Common Lisp related, Then drop me a mail: (reverse '("com" ...
by vityok
Sat Dec 06, 2008 7:40 am
Forum: Common Lisp
Topic: Common Lisp Bloggers
Replies: 10
Views: 18961

Re: Common Lisp Bloggers

One other question is the "Common Lisp Weekly News" — other communities have such type of thing (TCL, OCaml, Haskell, etc.) and I never saw one dedicated to the Common Lisp. I think it would be nice to have one... Feel free to create such a posting here weekly. :D Yeah, I've thought abo...
by vityok
Fri Dec 05, 2008 8:40 am
Forum: Common Lisp
Topic: Common Lisp Bloggers
Replies: 10
Views: 18961

Re: Common Lisp Bloggers

One other question is the "Common Lisp Weekly News" — other communities have such type of thing (TCL, OCaml, Haskell, etc.) and I never saw one dedicated to the Common Lisp.

I think it would be nice to have one...
by vityok
Wed Dec 03, 2008 1:30 am
Forum: Common Lisp
Topic: Common Lisp Bloggers
Replies: 10
Views: 18961

Re: Common Lisp Bloggers

Planet Lisp has a good collection of links to Lisp blogs.
by vityok
Mon Nov 24, 2008 2:18 pm
Forum: Common Lisp
Topic: Common Lisp - not ANSI?
Replies: 3
Views: 8633

Common Lisp - not ANSI?

I've been looking for appropriate document to reference ANSI Common Lisp in a paper and discovered that It can not be found from the ANSI front page, and the document linked from the Wikipedia page does no longer exist. Does this mean that the Common Lisp is not ANSI any more? I'm just curious...
by vityok
Thu Oct 16, 2008 12:30 am
Forum: Common Lisp
Topic: Scieneer Common Lisp free for non-commercial use.
Replies: 2
Views: 8028

Re: Scieneer Common Lisp free for non-commercial use.

Did I get it right that the Scieneer Common Lisp does not have a "Global Interpreter Lock" or some other lock (like the garbage collector one) when running in multi-threaded mode on a multi-core CPU?

Does it feature some sort of a GUI library?
by vityok
Fri Oct 10, 2008 4:45 am
Forum: Common Lisp
Topic: The Future of Lisp
Replies: 25
Views: 41107

Re: The Future of Lisp

Whilst watching his talk, it seems to me that the LINQ implementation is described in detail in the famous book.