Comment on Show HN: Ferrum.js – Rust features in JS: traits and advanced iterationparentComments−nicoburns7yBut not nearly as nice as: match x { 0 => 'zero', x if x > 0 => 'positive', x if x < 0 => 'negative', }−svrtknst7yI actually made a library for that!It's published on npm and everything. It's small, a bit unpolished, maybe needs more docs, but it works pretty damn well if you ask me!https://gitlab.com/svartkonst/match
Comments
But not nearly as nice as:
I actually made a library for that!
It's published on npm and everything. It's small, a bit unpolished, maybe needs more docs, but it works pretty damn well if you ask me!
https://gitlab.com/svartkonst/match