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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What happened to code generation tools?

2 点作者 pawanpe超过 8 年前
I understand many organizations are running for including Machine/Deep learning intelligence into their products(which is good) for service, productivity and other reasons, but I do not find much updates on improving the code generation tools/products for improving productivity of an engineer. Do you know any of them that are useful?

2 条评论

informatimago超过 8 年前
Lisp!<p>In particular lisp macros are the generic code generation tool that you can use all the time to improve your productivity.<p>Notice also, that you have lisp available in emacs, and that you can also use it in emacs to generate any source code. The only downside of emacs source code generation is that in general, you don&#x27;t or are not allowed to keep the original emacs lisp source code (or to keep it in git), so that the level of abstraction allowed by code generation is lost. Too bad for the cow-orkers and maintainers, but at least you could generate all that code quickly and flawelessly.
评论 #12444058 未加载
jpalomaki超过 8 年前
When the languages get more flexible (think for example Java 1.3 vs Java 8) you can in many cases use the language features to build class libraries etc that replace the need for code generation.
评论 #12442516 未加载