-
I've found minimal documentation how to do the export - but is there a programmer's documentation how to add a new programming language to the export?
It looks like the import feature is currently …
-
I want to be able to add an alias in my `~/.bash_profile` or `~/.bashrc` files that points to the `pointless` binary and then run `pointless` files across my machine. However, when running from a diff…
-
Hi,
While I've been rewriting Linux kernel in Free, I noticed a slight miscompilation regarding pointer arithmetic:
```ruby
fn start() {
def buf = alloc(16);
def ptr = buf;
*ptr = 100;…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https:/…
-
+[>,]+[
-
### Terraform Version
```
→ terraform version
Terraform v0.11.10
```
### Expected Behavior
```
→ terraform console
> 0.10 * 1.5
0.15
```
### Actual Behavior
```
→ terraform console
…
-
https://www.nayuki.io/res/optimizing-brainfuck-compiler/mandelbrot.b.txt
-
I've asked around on the mailing list a couple weeks ago about tracking down a space leak in simulation, and I think now I have managed to show that there is some inherent problem with the simulation …
-
After seeing the [Go1.8 new plugin feature](https://golang.org/pkg/plugin/) I though that this could help a lot o people to add specific functionalities to Traefik.
Instead of building/compiling/sh…
-
The various non-`N` family of `simulate` functions are supposed to be applied on infinite lists, and in response return infinite lists. Would it make sense to change their type to consume and return […