Hacker News new | ask | show | jobs
by jefe78 5579 days ago
One application I spend a lot of time working on/modifying is my crawler. It uses Python's Beautiful Soup.

Other applications I use/work on are my master control application. It is written in C and handles configuration sharing between systems.

1 comments

Depending on complexity and future plans, Common Lisp might be a good choice to create the controller in.

I don't think I'd want to try to reimplement Beautiful Soup without a really good reason! :)