-
name: Arup Bhowmick
github_user_name: 0xStryK3R
-
It would require to add a `switch` keyword. But `case` and `default` can be replaced with other available symbols like `|` and `else`. It has implicit return.
Other alternatives to `else` as sugges…
-
I can understand why making types nullable by default might be a reasonable decision for growing systems adding new features but I think there are reasons why this might not be ideal:
1) This conflat…
-
Observable has been at stage 1 in the TC-39 for over a year now. Under the circumstances we are considering standardizing Observable in the WHATWG. We believe that standardizing Observable in the …
-
## Motivation
* Make using floating point values in game development less cumbersome. It should be low friction to convert a float to an int. A chained builtin is too much friction.
* Make the poi…
-
This is issue for discussion of the proposal to introduce [Kotlin Contracts](https://github.com/Kotlin/KEEP/blob/3490e847fe51aa6deb869654029a5a514638700e/proposals/kotlin-contracts.md) in language
…
-
In Flutter, we pass lists around but it is a convention that once you have passed a list to an object, you no longer "own" the list and are not allowed to modify it.
Unfortunately, nothing in the l…
Hixie updated
2 years ago
-
# What is a generator?
Generators are well known and provided out of the box in many programming languages. Per Wikipedia:
“In [computer science](https://en.wikipedia.org/wiki/Computer_scien…
-
This issue is basically a compilation of stuff said in the [Gitter](https://gitter.im/cyclejs/core). Shoutout to @laszlokorte and @whitecolor for discussing these things with me. There are a lot of de…
alkhe updated
8 years ago
-
The first goal is to have the compiler written in Haxe and generating the corresponding OCaml code, allowing for a more familiar syntax for potential contributors and compiler team. At longer term, th…