The Wayback Machine - https://web.archive.org/web/20210728114838/https://github.com/munificent
Skip to content
Avatar

Achievements

Achievements

Organizations

@dart-lang @wren-lang
Block or Report

Block or report munificent

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Source repo for the book

    HTML 3k 434

  2. The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.

    C 5k 425

  3. Vigil, the eternal morally vigilant programming language

    Python 2.4k 60

  4. A web-based roguelike written in Dart.

    Dart 1.5k 171

  5. Repository for the book "Crafting Interpreters"

    HTML 3.6k 443

  6. The Dart SDK, including the VM, dart2js, core libraries, and more.

    Dart 7.1k 1.1k

821 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2021

Created 1 repository

Created a pull request in dart-lang/dart_style that received 1 comment

Bump version to publish 2.0.2.

Thanks for all the code reviews!

+37 −30 1 comment
Opened 4 other pull requests in 2 repositories

Created an issue in dart-lang/sdk that received 5 comments

False positive on "unnecessary cast"

If I write: void main() { int? i = null; var j = 1 as int?; // 1 j = i; // 2 } I get "Unnecessary cast" on the line 1. But that cast is necessary i…

5 comments