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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Against The Use Of Programming Languages in Configuration Files

2 点作者 micktwomey超过 14 年前

2 条评论

timrobinson超过 14 年前
<i>If a configuration language is Turing-incomplete, configuration files written in it can be validated “offline”, ie. without executing the program it configures</i><p>This is exactly what I've been advocating recently. Less power is good, if it means you can validate your config files without first solving the halting problem.
micktwomey超过 14 年前
Reddit also has a discussion going: <a href="http://www.reddit.com/r/programming/comments/fnorp/against_the_use_of_programming_languages_in/" rel="nofollow">http://www.reddit.com/r/programming/comments/fnorp/against_t...</a>