Comment Re:That's because there wasn't (Score 1) 266
Comment Re:I've been waiting since 1998... (Score 1) 159
Comment DaggerXL (Score 1) 80
Well on the way to being a usable replacement engine, built with modern tools, instead of some 10+ year old codebase.
Comment Re:A trivial backtracking algorithm and... (Score 1) 311
Python has tremendous advantages... Advantages that have nothing to do with libraries, and can be traced back to the combination of (a) functional programming and (b) the perfect syntax that Python offers. I would truly be amazed to see anyone writing the same sorting logic in C++ in anything less than 3 times the lines of code I wrote for in Python.
Perfect syntax? I mean, come on, besides the fact that perfect means flawless and this being a subjective issue, Python's syntax is far from perfect. It's just better than C/C++. Each to their own. I tried using Python, and (as somebody who uses Java/JavaScript/XML regularly) it just wasn't fun. The submitter needs to learn to speak in relative terms i.e. "It's perfect for me."