hmdne

Results 58 issues of hmdne

Ref: #2144 This PR will explore ways to gradually move to new API that sets method keys using JavaScript symbols and make that API available before we do the full...

This aims to improve performance of math-heavy procedures. Before this commit, a code like `2 + 2` was compiled to `$rb_add(2,2)` Now, it's compiled to `(2+2)`. In addition, this supports...

**Is your feature request related to a problem? Please describe.** A problem we have currently is that we lack a good packaging system. The current approach is that we do...

feature

I believe this is needed for proper Delegator support and a couple more things. This patchset also includes a couple of other related improvements.

**Is your feature request related to a problem? Please describe.** I'm always frustrated when wanting to do a quick demo of Opal and have to construct an `index.html` file and...

feature

I split this from #2500, because this part needs further examination

Perhaps abstract some parts into a helper, with the new helper infrastructure (todo)?

This should be worked out by for example merging some identical codepaths Ref #2491