-
-
The question here is of which import syntax is easiest to read, write, and understand.
Current, Haskell-like syntax (H):
```haskell
use namespace.x -- wildcard import of everything under `namespa…
-
For example, the current data for the `label` attribute is:
https://github.com/raquo/scala-dom-types/blob/6900584aea4e3ae85c5349e4e57ada925a849d4b/shared/src/main/scala/com/raquo/domtypes/defs/refl…
-
Thread to discuss anything and everything about Chapter 3. Important topics will be folded into the issue description.
-
We need those bones in the tar to study! :)
Post any and all ideas here---some of you are thinking very broadly, and be optimistic! What will you need in terms of data to answer you question about …
-
Hello @genkami,
Thank you for you detailed response and a great example. I also noticed you've updated the repo and added the FizzBuzz example:
```go
func main() {
monoid := option.DeriveMono…
-
I was also posting this in the do proposal:
https://github.com/tc39/proposal-do-expressions/issues/9
To me, it sounds most logical that if any of the `if`, `switch`, `for`, `while`, `try` keywords…
-
Once the reference implementation is at a point where the match statement is actually usable, I have been trying to think of an example program that I could write to use it. It would have to be short,…
-
I try load file in scala REPL (scala console tool)
by command
```bash
:load src/main/scala/Main.scala
```
and have error with loading (see below)
## Compiler version
Scala version 3.1.3 and r…
-
Consider:
```
circuit Top :
extmodule Foo :
input reset : Reset @[FizzBuzz.scala 123:10]
input in : UInt
output out : UInt
module Top:
input in : UInt
output out : U…