Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
m0meni
on April 6, 2018
|
parent
|
context
|
favorite
| on:
Immutable.rs: immutable data structures for Rust
The other immer[0] of note is a JS library that gives you immutability with a mutable API i.e. you mutate your code as normal, but all changes are proxied to a copy, which is then returned as a result of your mutations.
[0]:
https://github.com/mweststrate/immer
cryptonector
on April 6, 2018
[–]
Sounds a lot like jq's jv API:
https://github.com/stedolan/jq/wiki/C-API:-jv
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0]: https://github.com/mweststrate/immer