Viewing profile — KonkeyDong69
KonkeyDong69
HN member- Joined
- Wed, Dec 27, 2017, 12:07 AM UTC
- HN karma
- 3
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About KonkeyDong69
No profile information was provided.
Recent public activity
-
comment
Comment #21557668
In addition to what the other replies said, feel free to eyeball the code required to embed SpiderMonkey in Firefox at https://github.com/mozilla/gecko-dev/tree/master/dom/binding.…
-
comment
Comment #19884958
Hey. Clicked the link. Watched the video. It appears, that you were not laughed at.
-
comment
Comment #16011909
I would caution against using this pattern. In particular, this does not scale to: class A {}; class B : public A {}; class C : public B {}; Using the convention of defining `base_…