-
I am looking to use Wren on a microcontroller. I have done a quick and dirty test to prove that it runs and that reasonable enough scripts can run within the limited memory, however since I want to l…
jockm updated
9 months ago
-
Figure out the general architecture of the site. What areas should exist and decide on pages that live in them. After that is decided, the front page content will be easier to plan.
## Pages
- F…
-
One very important problem is the analysis of JIT decision making and performance. RaptorJIT will take a different approach to LuaJIT.
LuaJIT approach can be summarized thus:
- Basic analysis tool…
-
What about if there is same API as with iterators there are predefiend symbols like `Symbol.operatorPlus` or `operator+` and all you need to do is to add method with this name:
```
class Decimal {…
-
> [!IMPORTANT]
> Build validation should be done without use of the "fast build" `-i`/`-I` flags!
> https://github.com/termux/termux-packages/blob/ed5c640b46197c5b1c36434938bfd68fcdba7536/build-pack…
-
The spec defines things like Number, String, etc but doesn't say how they come from or how you can extend their code, etc. In particular, the spec leaves open the question as to whether you can *inhe…
-
![flutter 官网](https://user-images.githubusercontent.com/18508817/44319591-550c6180-a46f-11e8-99f2-c348d3ff7139.png)
https://github.com/flutter/flutter/wiki/Using-Flutter-in-China
# 配置前置环境
- …
-
-
Hey Antlr/Golang people,
(@cyberfox, @pboyer, @parrt, @willfaught, @sharwell)
I'm posting this to propose and discussion a breaking change to Listener of the Go target.
It seems opportune, based…
-
Here is a general design issue about the trade off between pure object oriented semantics and performance optimizations.
Strictly speaking, it should be **always** the receiver of a message that de…