Programming language developer, ex-game developer, UI nerd, author of "Game Programming Patterns" and "Crafting Interpreters".
-
@google, on @dart-lang
- Seattle, WA
- http://journal.stuffwithstuff.com
Block or Report
Block or report munificent
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
wren-lang/wren Public
The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.
-
dart-lang/sdk Public
The Dart SDK, including the VM, dart2js, core libraries, and more.
819 contributions in the last year
Contribution activity
May 2022
Created 8 commits in 4 repositories
Created a pull request in dart-lang/language that received 13 comments
[patterns] Remove some of the less baked parts of the proposal.
Get rid of declaration matcher patterns. They're syntactic sugar (on top of syntactic sugar) and seem to be confusing and error-prone. Taking the…
+114
−195
•
13
comments
Reviewed 4 pull requests in 3 repositories
dart-lang/language
2 pull requests
dart-lang/path
1 pull request
dart-lang/site-www
1 pull request
Created an issue in dart-lang/language that received 4 comments
Should we extend the named field shorthand syntax to handle null-check ("?") patterns?
When destructuring a named field from an object, it's common to want to capture the resulting value in a variable with the same name: var point = P…
4
comments