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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Introducing AppMake: An AppEngine Makefile

30 点作者 mchadwick将近 15 年前

1 comment

benatkin将近 15 年前
It's nice to be able to type something short for such common actions as running a development server. I'd rather use Rake, or something similar in Python, though. I tried porting part of it to Rake, and found the syntax to be much clearer afterward to me. My guess is that more Python programmers would be comfortable modifying Ruby than would be comfortable editing Makefiles.<p><a href="http://gist.github.com/543235" rel="nofollow">http://gist.github.com/543235</a><p>There are also some Rake-like python tools, but I need to investigate more.<p><a href="http://stackoverflow.com/questions/1407837/is-there-an-rake-equivalent-in-python" rel="nofollow">http://stackoverflow.com/questions/1407837/is-there-an-rake-...</a>