Carl Mäsak

Results 649 comments of Carl Mäsak

Might be better just to remove the `README`. We don't really need two of them.

This issue seems to be the closest issue where I can drop [this suggestion](https://news.ycombinator.com/item?id=30366859): > [_Visual Basic 3.0 Language Reference manual_ (1993)](http://win16.info/files/vb/3/Reference.pdf) > > Every entry in the Language Reference...

Checked out the (linked-above) PDF: * It _is_ nice. * Not all the entries in the list are used in each chapter. Only the ones that add value. * There...

This issue is well underway, and was addressed by #95, but I wouldn't consider it closed yet, as there are still globals that could be implemented in Perl. (This is...

Well, this is kind of a race between adding slow definitions of new globals, and speeding them up, isn't it?

I think in terms of bringing test suite durations down, this is currently the highest-prioritized issue. We're very close to having All The Globals, and then we should also have...

I found a nice test case to run: ``` > (do (set g globe) t) t > (set L 0) 0 > (while g (do (prn (car (car g))) (++...

Suggest doing this one right after #198.

Old link has bitrotted; new one is [here](https://firefox-source-docs.mozilla.org/contributing/contributing_to_mozilla.html).

> Oh! The JavaScript backend would need its own setting, of course. Oh oh! And because in 007 there's no indirect access, we can implement [tree shaking](https://medium.com/@roman01la/dead-code-elimination-and-tree-shaking-in-javascript-build-systems-fb8512c86edf) without any adverse...