-
## Summary
I propose to consider adding TypeScript-style union types to Mojo — instead of Rust-style nominal enums. This approach seems like it would work well given that Mojo plans to extend Pytho…
-
We need a chapter that outlines the object model the VM will use, what the trade-offs are, etc, etc.
-
From @syranide
> http://wiki.ecmascript.org/doku.php?id=harmony:array_comprehensions could this be something to consider for JSX? I.e. statement like syntax inside braces, more readable than ternary…
jimfb updated
7 years ago
-
Hello,
I've spent a bit of time implementing my own version of the QOI encode/decoder
using Rust. The intent was that the output would binary compatible with that of
the reference decoder. During…
-
Looks like there's a bug with the for iterator: it works with `for x in iter_struct do` but behaves strangely with `for x in func_returning_iter_struct() do` in that it sometimes calls `func_returning…
-
### Before You File a Proposal Please Confirm You Have Done The Following...
- [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+la…
-
In an `async function`, any thrown exceptions or returned rejected promise ends up rejecting the overarching invocation’s promise.
What happens to uncaught exceptions from awaited values in an asyn…
-
Jump to
- [**Syntax**](#syntax)
- [**Internals**](#internals)
## Overview
Lambda functions (or anonymous functions) are functions or methods that have no statically resolved name, they are usu…
-
**Is your feature request related to a problem? Please describe.**
very common thing that we need to do by hand, would be nice if it could be done automatically.
ideal would be a flag to set how man…
-
@MatthijsBlom suggested the following concept graph, which is a good starting point for building up to a basic understanding of proper pattern matching in Haskell.
```
|
Simple P…