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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Programming as Translation

41 点作者 old_sound超过 6 年前

4 条评论

adamnemecek超过 6 年前
This is true. Almost all algorithms that you might realistically need have been implemented, maybe not for your language, platform or architecture. Programming then boils down to taking it from one context and translating it to another.
m0ther超过 6 年前
In my mind Technicians translate. Programmers spend memory, organize abstractions and choreograph changes. I think the difference between the nature of programmer and technician work is not discussed often enough; where programming is a super-set of technician tasks with other, different, tasks specific to programming. One can get by as a technician, but the real magic of programming exists outside of technician work.
deeplearninganf超过 6 年前
I'm somewhat curious how far we could take machine learning translation techniques to code, not just transpiling but perhaps to LLVM IR, beyond that, maybe in the backend? I want to write in any language with all my spelling errors and have it just work.
agumonkey超过 6 年前
semantic mapping is neat