frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Does your DSL little language need operator precedence?

https://utcc.utoronto.ca/~cks/space/blog/programming/LittleLanguagesVsOpPrecedence
10•ingve•1d ago

Comments

bitwize•1h ago
Not if it's s-expression-based! (laughs in smug lisp weenie)
aleph_minus_one•1h ago
Or, if the programming language uses infix binary operators:

Not if the programming language has evaluation order from left to right, e.g.

2+3*4

is evaluated as

(2+3)*4.

For example J uses this kind of evaluation.

recursivedoubts•48m ago
hyperscript has some operator precedence, but within a given general precedence level you have to explicitly parenthesize if you use different operators:

https://github.com/bigskysoftware/_hyperscript/blob/06f9078a...

https://github.com/bigskysoftware/_hyperscript/blob/06f9078a...

this eliminates most practical precendence questions

NB: one thing that may strike people as strange is that the parse methods are on the parse elements themselves, I like to localize everything about a parse element in one place

NIST scientists create 'any wavelength' lasers

https://www.nist.gov/news-events/news/2026/04/any-color-you-nist-scientists-create-any-wavelength...
180•rbanffy•5h ago•79 comments

Anonymous request-token comparisons from Opus 4.6 and Opus 4.7

https://tokens.billchambers.me/leaderboard
434•anabranch•10h ago•437 comments

College instructor turns to typewriters to curb AI-written work

https://sentinelcolorado.com/uncategorized/a-college-instructor-turns-to-typewriters-to-curb-ai-w...
151•gnabgib•7h ago•151 comments

The electromechanical angle computer inside the B-52 bomber's star tracker

https://www.righto.com/2026/04/B-52-star-tracker-angle-computer.html
281•NelsonMinar•10h ago•80 comments

Updating Gun Rocket through 10 years of Unity Engine

https://jackpritz.com/blog/updating-gun-rocket-through-10-years-of-unity-engine
17•tyleo•2d ago•0 comments

Why Japan has such good railways

https://worksinprogress.co/issue/why-japan-has-such-good-railways/
319•RickJWagner•14h ago•318 comments

Optimizing Ruby Path Methods

https://byroot.github.io/ruby/performance/2026/04/18/faster-paths.html
56•weaksauce•5h ago•20 comments

Modern Common Lisp with FSet

https://fset.common-lisp.dev/Modern-CL/Top_html/index.html
94•larve•3d ago•8 comments

Migrating from DigitalOcean to Hetzner

https://isayeter.com/posts/digitalocean-to-hetzner-migration/
688•yusufusta•13h ago•360 comments

State of Kdenlive

https://kdenlive.org/news/2026/state-2026/
340•f_r_d•14h ago•114 comments

Thoughts and feelings around Claude Design

https://samhenri.gold/blog/20260418-claude-design/
242•cdrnsf•7h ago•159 comments

Zero-Copy GPU Inference from WebAssembly on Apple Silicon

https://abacusnoir.com/2026/04/18/zero-copy-gpu-inference-from-webassembly-on-apple-silicon/
23•agambrahma•3h ago•9 comments

Dad brains: How fatherhood rewires the male mind

https://www.bbc.com/future/article/20260417-fatherhood-how-the-male-brain-and-body-prepare-for-ch...
86•tchalla•4h ago•37 comments

NASA Shuts Off Instrument on Voyager 1 to Keep Spacecraft Operating

https://science.nasa.gov/blogs/voyager/2026/04/17/nasa-shuts-off-instrument-on-voyager-1-to-keep-...
74•sohkamyung•2h ago•27 comments

Michael Rabin has died

https://en.wikipedia.org/wiki/Michael_O._Rabin
394•tkhattra•3d ago•82 comments

My first impressions on ROCm and Strix Halo

https://blog.marcoinacio.com/posts/my-first-impressions-rocm-strix-halo/
20•random_•4h ago•1 comments

Show HN: MDV – a Markdown superset for docs, dashboards, and slides with data

https://github.com/drasimwagan/mdv
97•drasim•11h ago•35 comments

Sumida Aquarium Posts 2026 Penguin Relationship Chart, with Drama and Breakups

https://www.sumida-aquarium.com/special/sokanzu/en/2026/
169•Lwrless•3d ago•5 comments

Floating Point Fun on Cortex-M Processors

https://danielmangum.com/posts/floating-point-cortex-m/
43•hasheddan•1d ago•1 comments

Scientists discover “cleaner ants” that groom giant ants in Arizona desert

https://www.sciencedaily.com/releases/2026/04/260414075641.htm
81•t-3•3d ago•29 comments

A story about how I dug into the PostgreSQL sources to write my own WAL receiver

https://medium.com/@mailbox.sq7/a-long-story-about-how-i-dug-into-the-postgresql-source-code-to-w...
23•alzhi7•22h ago•2 comments

PgQue: Zero-Bloat Postgres Queue

https://github.com/NikolayS/pgque
87•gmcabrita•9h ago•13 comments

Understanding the FFT Algorithm (2013)

https://jakevdp.github.io/blog/2013/08/28/understanding-the-fft/
66•peter_d_sherman•4d ago•6 comments

80386 Memory Pipeline

https://nand2mario.github.io/posts/2026/80386_memory_pipeline/
92•wicket•4d ago•12 comments

UpCodes (YC S17) is hiring SDRs to help make construction more productive

https://up.codes/careers?utm_source=HN
1•Old_Thrashbarg•9h ago

Amiga Graphics Archive

https://amiga.lychesis.net/
235•sph•20h ago•75 comments

Show HN: SmallDocs – Markdown without the frustrations

57•FailMore•3d ago•25 comments

Fuzix OS

https://www.fuzix.org/
77•DeathArrow•11h ago•25 comments

Brunost: The Nynorsk Programming Language

https://lindbakk.com/blog/introducing-brunost
136•atomfinger•5d ago•72 comments

Category Theory Illustrated – Orders

https://abuseofnotation.github.io/category-theory-illustrated/04_order/
233•boris_m•19h ago•59 comments