-
# The Problem
You cannot create a `constant` array or hash with the `is Type` trait.
## Expected Behavior
It should be possible to do so.
## Actual Behavior
It isn't.
## Steps to Rep…
-
Since its coronation in 2007, R6RS has remained a viable dialect for Scheme, both in research and for doing practical programming. The Scheme standardization process has moved on in the form of R7RS-s…
-
Dear OpenGrok Developers,
Could you please add support for yocto project files, such as .bb, .bbapend, .bbclass etc. Nowadays yocto project is getting more and more popular for embedded linux. Cu…
-
I think the P4light semantics isn't implementing lexical scoping for actions and it's breaking type safety. For instance, in `stf-test/custom-stf-tests/dynamic.p4` this code actually assigns the boole…
-
## 0. Paper
@article{arora-etal-2020-learning,
title = "Learning Lexical Subspaces in a Distributional Vector Space",
author = "Arora, Kushal and
Chakraborty, Aishik and
Che…
a1da4 updated
3 years ago
-
What if we used syntax like this for extended numeric literals?
```mjs
import { BigDecimal, bigDecimalLiteral } from "./bigdecimal.mjs";
with literal 0d from bigDecimalLiteral;
.1d + .2d === .…
-
Doc comments are the only tokens that cannot be passed to macros precisely, they are converted into a `#[doc = "text"]` form instead, which is a pretty big hack.
This conversion may change escaping i…
-
In a module, of course. :wink: (Added to #401.)
```
import syntax.stmt.goto;
RETRY:
my name = prompt("Enter your name: ");
if !isValid(name) {
goto RETRY;
}
```
The extent of `got…
masak updated
3 years ago
-
# REVISION 3 - Friday 2021-02-12
##### note: changelog is at bottom of document
##### note: co-author @marler8997
---
The primary goal of this proposal is to lexically distinguish error contro…
-
From @fosler
"Re-write plcc.py and the files in the Std directory so that it builds an interpreter with Python3 as the implementation language. We could then call it plccp, with the Java version c…