TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Regex Golf Part 2: Infinite Problems

107 点作者 z0a超过 11 年前

8 条评论

yen223超过 11 年前
Whether it's a testament to Python's clean syntax or Norvig's immense coding experience, I always find his code to be good examples of readable code. He even managed to make code about regexes look nice!
zaptheimpaler超过 11 年前
This is what happens when Randall Munroe nerd-snipes Norvig. Its a beautiful thing, very interesting!
holyjaw超过 11 年前
Holy shit. That article was an intense read. Well worth it, in the end, though.
warrenmar超过 11 年前
Norvig teaches a Design of Computer Programs course on Udacity, which helps you think about solving problems.<p><a href="https://www.udacity.com/course/cs212" rel="nofollow">https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;cs212</a>
TazeTSchnitzel超过 11 年前
Those un-wrapped lines of text are really annoying to read.
评论 #7288917 未加载
anaphor超过 11 年前
It&#x27;s quite amazing that he manages to do this sort of thing in his spare time, for fun. I guess he has decades of experience that most people don&#x27;t though :)
mrcactu5超过 11 年前
Peter Norvig of spell-checker fame explains us regexes.<p>I always get confused when I have to do NLP stuff and use the re library.
TophWells超过 11 年前
I wish I&#x27;d known about Branch And Bound when I was a student - it would have probably come in handy a few times.