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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Proposal of JavaScript becoming a compiled language: JS0 and JSSugar

6 点作者 qouteall7 个月前

2 条评论

qouteall7 个月前
Agenda: <a href="https:&#x2F;&#x2F;github.com&#x2F;tc39&#x2F;agendas&#x2F;blob&#x2F;main&#x2F;2024&#x2F;10.md">https:&#x2F;&#x2F;github.com&#x2F;tc39&#x2F;agendas&#x2F;blob&#x2F;main&#x2F;2024&#x2F;10.md</a><p>Slide: <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;presentation&#x2F;d&#x2F;1ylROTu3N6MyHzNzWJXQAc7Bo1O0FHO3lNKfQMfPOA4o&#x2F;edit?usp=sharing" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;presentation&#x2F;d&#x2F;1ylROTu3N6MyHzNzWJXQA...</a><p>@nullvoxpopuli &#x27;s relevant post on X: <a href="https:&#x2F;&#x2F;x.com&#x2F;nullvoxpopuli&#x2F;status&#x2F;1842389133810913338" rel="nofollow">https:&#x2F;&#x2F;x.com&#x2F;nullvoxpopuli&#x2F;status&#x2F;1842389133810913338</a>
raxxorraxor7 个月前
I do write JavaScript by hand directly for the browser to consume. I am no web developer though and I dislike the toolchain that webpacks my imaginary TypeScript project.<p>To me a scripting language immediately loses its best features. I understand why large JS projects get implemented in TypeScript. I do visualization for the browser and don&#x27;t need it and frankly, most sites I see wouldn&#x27;t need it either.<p>The most complicated JS code is some shitty advertiser tracking anyway.<p>But with a toolchain like that, I don&#x27;t see why you wouldn&#x27;t want to compile a program if you have all the drawbacks anyway.