TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hurmet: A Notebook for Calculations

25 pointsby froober7 months ago

6 comments

librasteve7 months ago
I love this very smooth design - nice!<p>In similar vein, I like to do literate coding in <a href="http:&#x2F;&#x2F;raku.org" rel="nofollow">http:&#x2F;&#x2F;raku.org</a> and jupyter notebooks like this <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;librasteve&#x2F;ac6308f3eb52dd56cb9092de6eddcb62" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;librasteve&#x2F;ac6308f3eb52dd56cb9092de6...</a> which is described at <a href="https:&#x2F;&#x2F;rakujourney.wordpress.com&#x2F;2023&#x2F;08&#x2F;31&#x2F;drax-on-jupyter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rakujourney.wordpress.com&#x2F;2023&#x2F;08&#x2F;31&#x2F;drax-on-jupyter...</a>
lifthrasiir7 months ago
Looks very complete! That said, one thing I immediately tried was `3^3^33 = ?`, which was somehow interpreted as (3^3)^33 even though it was clearly formatted as 3^(3^33). `3^(3^33) = ?` failed with a cryptic error message as well. Also `4 \bmod 3 = ?` nor `4 % 3 = ?` didn&#x27;t work---expected to evaluate to 1 (later learned that `mod(4, 3)` is required, but seems an unusual requirement to me).
评论 #42010543 未加载
20after47 months ago
Quick feedback from a couple of minutes of playing around:<p>The unit aware calculations generate error messages that aren&#x27;t very helpful. In addition to better error messages, i feel that the errors should be reported as you type instead of requiring the user to press enter, see the error, then go back and edit. It would also be nice if it could automatically pick a unit for the result.
AlbertoGP7 months ago
I&#x27;m impressed. Many years ago I worked on something like this but this one is a much better result. It even works well on mobile.<p>The documentation, linked at the top of the page, is excellent.
johannesrexx7 months ago
Has anybody worked out how to do a local install of Hurmet?
vladsanchez7 months ago
Brilliant! Testament of an Executable Specification.