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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Stop writing Excel like it's assembly

5 点作者 evandwight超过 2 年前
I suck at excel - <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0nbkaYsR94c" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=0nbkaYsR94c</a><p>I would write the equivalent of:<p><pre><code> &#x2F;* Tax rate *&#x2F; var b1 = 50%; &#x2F;* Salary *&#x2F; var b2 = 120000; var b3 = b1 * b2; </code></pre> When excel lets you write:<p><pre><code> var tax_rate = 50%; var salary = 120000; var b3 = tax_rate * salary; </code></pre> I just didn&#x27;t know any better. This class of problem can be solved by a linter and auto-formatter to automatically detect and use excel best practices. Which also helps you learn best practices.<p>Stop reading and writing excel like it&#x27;s assembly. Upgrade your excel to the modern era.<p>If you have suggestions or recommendations I&#x27;d love to hear them. I just saw the above video linked on HN and thought I can solve this! The current version is extremely simple&#x2F;naïve&#x2F;ugly.

2 条评论

sargstuff超过 2 年前
&quot;Does it support &#x2F; work with &#x2F; used with&quot; concepts:<p>* a) VR &quot;excel&quot; version<p><pre><code> https:&#x2F;&#x2F;www.dailydot.com&#x2F;parsec&#x2F;minecraft-in-microsoft-excel&#x2F; </code></pre> * b) Turing machines &#x2F; autonoma are assembly?<p><pre><code> https:&#x2F;&#x2F;www.felienne.com&#x2F;archives&#x2F;2974 https:&#x2F;&#x2F;verdagon.dev&#x2F;blog&#x2F;yak-shave-language-engine-game </code></pre> * c) Way to make the files generated in bit more readable!<p><pre><code> https:&#x2F;&#x2F;www.media.mit.edu&#x2F;projects&#x2F;2d-an-exploration-of-drawing-as-programming-language-featuring-ideas-from-lambda-calculus&#x2F;overview or perhaps convert to a 3d version of &#x27;block&#x2F;cell programming&quot;-&gt; https:&#x2F;&#x2F;www.julian-h.de&#x2F;sketch&#x2F;cuboino-extending-physical-games-an-example&#x2F; </code></pre> * d) Convert lambda functions to &quot;normal, named functions&quot;??<p><pre><code> https:&#x2F;&#x2F;www.microsoft.com&#x2F;en-us&#x2F;research&#x2F;blog&#x2F;lambda-the-ultimatae-excel-worksheet-function&#x2F; </code></pre> * e) colors to text?<p><pre><code> https:&#x2F;&#x2F;direct.mit.edu&#x2F;leon&#x2F;article-abstract&#x2F;48&#x2F;4&#x2F;375&#x2F;45993&#x2F;Light-Pattern-Writing-Code-with-Photographs?redirectedFrom=fulltext#.VsXePvkrKUk http:&#x2F;&#x2F;lightpattern.info&#x2F; </code></pre> * f) objectart to text?<p><pre><code> objectart : https:&#x2F;&#x2F;esolangs.org&#x2F;wiki&#x2F;ObjectArt piet &quot;normal&quot; text? (https:&#x2F;&#x2F;www.dangermouse.net&#x2F;esoteric&#x2F;piet.html </code></pre> * g) Naming pixels?<p><pre><code> https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=UBX2QQHlQ_I </code></pre> * h) Naming blocks?<p><pre><code> https:&#x2F;&#x2F;www.julian-h.de&#x2F;sketch&#x2F;cuboino-extending-physical-games-an-example&#x2F; </code></pre> *i) midi code linter ??<p><pre><code> https:&#x2F;&#x2F;www.techspot.com&#x2F;news&#x2F;83912-microsoft-excel-spreadsheet-allows-you-create-play-own.html</code></pre>
评论 #32703454 未加载
japborst超过 2 年前
For an avid Excel&#x2F;GSheets user and programmer, this is amazing! When is a GSheets version coming ;-)
评论 #32846943 未加载