-
Hello, I found in last [ruby version (2.3.0) ](https://www.ruby-lang.org/en/news/2015/12/25/ruby-2-3-0-released/) "lonely operator" implementation. I found it very useful.
Can it be implemented in C…
-
Hi,
I tried to follow the link on the readme to the instructions how to build the project but it does not work.
Can you fix it or give instructions how to run it?
Im maybe interested to colla…
-
Input:
``` js
alert("falseundefined"["10"]);
```
Output:
``` js
alert("falseundefined"["10"]);
```
Expected:
``` js
alert("i");
```
-
I propose we implement generic arithmetic by allowing the arithmetic operators, (+, -, \*, /, %), and comparison operators to operate on mixed number types, and expand their use to operate on functi…
-
See https://github.com/lampepfl/dotty/issues/12811
# Minimized example
Follow the official document Scala 3 Book, run the simple "Hello, world" example through scala3-repl.
In the file `hello…
-
I was reading on StackOverflow [this question on identifying a start rule](https://stackoverflow.com/questions/70171495/antlr4-python-binding-for-java8-missing-start-rule) for a grammar. The [answer](…
-
Hi! Thank you for releasing this project. I'm often looking for a language that is powerful and fast to compile that helps with experimentation :)
This issue may sound like a joke but it's not. I f…
-
## Proposal
Add the `|>` pipe operator to the `Data.Function` module, similar to the already existing `&`:
```haskell
infixl 0 |>
(|>) :: forall r a (b :: TYPE r). a -> (a -> b) -> b
x |> f =…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
# Bug Report
### 🔎 Search Terms
union types
### 🕗 Version & Regression Information
version 3.3.3333 from the playground works, all the other ones do not.
- This changed between versions 3…