Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Scrapers/spiders/archivers in common lisp?

Name: Anonymous 2013-08-30 6:18

yes

Name: Anonymous 2013-08-30 6:21

Definitely.
Lisp is like that, it allows you to do things that are impossible in other languages.
You just need to write some code and BAM, you have a scraper. Try doing that in Perl or C or some shitty pleb language.

Name: Anonymous 2013-08-30 11:35

I mean example programs.

Name: Anonymous 2013-08-30 11:36

>>3
Yes you want programs.
There's none. Fuck you.

Name: Anonymous 2013-08-30 11:40

Name: Anonymous 2013-08-30 11:40

>>3
(define (scraper url) (curl.scrape(url)))

Name: lisp and dot notation 2013-08-30 11:48

Can it mix?

symbol1.symbol2.symbol2...

(*dot* symbol1 symbol2 symbol3 ...)

Let's do it right now in common lisp. Implement it as a reader macro and give some meaning to the please-dont-use-this-package:*dot* symbol.

Name: >>7 2013-08-30 11:52

100 points if your solution uses dynamic hashmaps

10000 points if your solution uses vectors that evaluate the symbol keys at compilation time and use type inference to map them to constant indeces based upon the type of symbol1

Name: >>8 2013-08-30 11:59

Name: L. A. Calculus 2013-08-30 13:04

>>2
U FUCKIN SERIOUS? ONE LINE IN SHELL ...
curl -s $@ | tr '\"' '\n' | grep "images.4chan.org" | uniq | sed s/^/http:/g | xargs wget

Name: Anonymous 2013-08-30 20:15

bump

Name: Anonymous 2013-08-30 22:03

[sdfg

Don't change these.
Name: Email:
Entire Thread Thread List