RoyalIcing / Orb

Write WebAssembly with Elixir
https://useorb.dev
BSD 3-Clause "New" or "Revised" License
215 stars 4 forks source link

Remove `Orb.I32.attr_writer` #16

Closed RoyalIcing closed 7 months ago

RoyalIcing commented 9 months ago

While Ruby might have some niceties and conveniences like attr_writer, I want to reduce the surface area of Orb. A library could easily add these conveniences on top of Orb.

And let’s see what patterns people end up using all the time before including them in the core library.