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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Compiled and Interpreted Languages: Two Ways of Saying Tomato

2 点作者 fniephaus超过 2 年前

1 comment

DemocracyFTW2超过 2 年前
I have no idea why this is getting re-posted in such short order:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34330966" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34330966</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34336223" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=34336223</a><p>Anyhoo here are two related discussions:<p>* <a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;ProgrammingLanguages&#x2F;comments&#x2F;108gsh4&#x2F;compiled_and_interpreted_languages_two_ways_of&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;ProgrammingLanguages&#x2F;comments&#x2F;108gs...</a><p>* <a href="https:&#x2F;&#x2F;lobste.rs&#x2F;s&#x2F;evkxyk&#x2F;compiled_interpreted_languages_two_ways" rel="nofollow">https:&#x2F;&#x2F;lobste.rs&#x2F;s&#x2F;evkxyk&#x2F;compiled_interpreted_languages_tw...</a><p>Personally, I think there is and should be such a distinction, but it looks to me as though it was rather an intentional rather than an extensional one, like you can&#x27;t tell when adding grain of sand adds up enough to call it a &#x27;heap&#x27;, or you can perfectly sit on a couch table and put your coffee cup on the bar stool. The latter turns the place-things-on-me thing into a piece of sitting furniture, and the sitting furniture acts as a table.<p>Once upon a time I was challenged to write some smallish piece of software in Java and I immediately got annoyed by that extra compilation step. I &#x27;solved&#x27; that by putting compilation and execution into a single command line incantation.<p>Sure, if you look at it that way, there &#x27;are no heaps&#x27;, &#x27;no chairs no tables&#x27;, &#x27;no compilation no interpretation just computation&#x27; but when you come back from the trip, a hammer&#x27;s still a hammer and a screw won&#x27;t nail it.