-
It would be nice to have some content on the wiki
-
I just realized that so far we haven't added `return` into the parser yet... It's not totally clear cut to me how this should be done, so I wanted to write down a few thoughts/propose some ideas here.…
j-hui updated
3 years ago
-
### Zig Version
0.11.0-dev.3298+5744ceedb
### Steps to Reproduce and Observed Behavior
```zig
const std = @import("std");
const bufPrint = std.fmt.bufPrint;
test "bufPrint arguments alias" {
…
-
Let `foo: a b -> x`, `bar: c d e -> y`. Then `foo ; bar` is the function of type `a b c d e -> x y`, such as `x = a b foo`, `y = c d e bar`.
Infix notation ``foo `F` bar`` can be defined as `(foo ;…
-
Not sure how doable this would be, but it'd be nice to have some way of converting a `fend` script to `bc` or `dc` syntax (chiefly for embedding within a portable shell-script designed to run on syste…
-
Introduced through #67
Problem: implementing words without subwords is difficult
Technically speaking, loaded words can define their own
words but they will leak into the remainder of the prog…
-
https://github.com/bablr-lang/
On particular axes it is:
- Intended for programmers
- Runs natively in a web browser (it's written in JS)
- Will be donation-driven
- Will eventually support ALL…
-
See https://groups.google.com/d/msg/gensim/8r0GOGif56U/KJ4mmQo6KQAJ
The creation of the null-word ignores whether there were any in the corpus, so seems to be clobbering necessary info for the case w…
-
# Goal
Allow users to use [destructuring assignment](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment).
# Overview
Destructuring assignment is …
-
This seems like a great idea. I tried it it though and the pkexec window wouldn't disappear, and the process didn't continue executing.
Is there a way of demoting the process to std user privileges…