-
カーネルビルド調査
-
We discussed the [Seer proposal](https://github.com/urbit/UIPs/blob/be859af68a56541387caea8c8b5708d1ba2adc91/UIPS/SEER.md), involving removing the Nock 12 opcode and the corresponding `.^` ("dotket") …
-
```
Contents
Foreword
Preface to the Second Edition
Preface to the First Edition
Acknowledgments
1 Building Abstractions with Procedures
1.1 The Elements of Programming
1.1.1 Expression…
-
Postulates would be convenient for rapid prototyping.
-
``` javascript
eval('1+1; 2+2;')
//=> 4
evel('1+1; 2+2;')
//=> SyntaxError: Unexpected token ;
```
https://github.com/natevw/evel/blob/gh-pages/evel.js#L3
-
We could provide a convenience option `--wrap` and it could be used as `jsonnet --wrap std.manifestYAML file.jsonnet` and it would pass whatever `file.jsonnet` evaluates to into `std.manifestYAML` (an…
-
While there will be a bunch of carefully worked out details that need to follow, I thought I would get the ball rolling with a quick summary / highlights of the Modula-3 approach. (See https://www.cs…
-
# Status quo
A Space allocates objects. A Space relies on a PageResource to allocates contiguous pages. Currently, a PageResource asks VMMap for "contiguous chunks" if needed.
`VMMap` has two …
-
# Problem
The only way for the current API to transfer an IR bundle from a client to a Mu micro VM is via the `load_bundle` API (for example, `microvm.load_bundle(""".typedef @i32 = int\n""")`, or us…
-
I'm just playing around with cosmopolitan, for that, one of the easiest ways for me to install any software is to use nix.
However, the latest supported version on nixpkgs seems quite old
https://…