Skip to content
View Demonstrandum's full-sized avatar

Organizations

@valhalla-lang

Block or report Demonstrandum

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Demonstrandum/README.md

Pinned Loading

  1. seam Public

    Symbolic Expressions As Markup

    Rust 5

  2. crepl Public

    An intuitive calculator Read-Eval-Print-Loop.

    C 6 1

  3. Acetone Public

    Haskell 2D Graphics

    Haskell

  4. BasicCanvas Public

    A friendlier way to interact with the canvas; simple library for canvas manipulation.

    JavaScript 10 1

  5. Zoids Public

    Boids in Zig (GLFW+NanoVG / WASM+WebGL).

    Zig 1

  6. Playground Public

    C++ Starting point for windowed applications using GLFW with BGFX including ImGui to get started. Builds cross-platform with Bazel.

    C++ 3

262 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Demonstrandum/seam, Demonstrandum/crepl, Demonstrandum/knutsen.co and 7 other repositories
Loading A graph representing Demonstrandum's contributions from March 17, 2024 to March 22, 2025. The contributions are 88% commits, 10% pull requests, 2% code review, 0% issues. 2% Code review   Issues 10% Pull requests 88% Commits

Contribution activity

March 2025

Created 1 repository

Created a pull request in python/cpython that received 21 comments

gh-131421: fix ASDL grammar for Dict to have an expr?* keys field

In the ast documentation for Python: https://docs.python.org/3/library/ast.html#ast.Dict it is made clear that: When doing dictionary unpacking …

+41 −30 lines changed 21 comments
Reviewed 1 pull request in 1 repository
python/cpython 1 pull request

Created an issue in python/cpython that received 4 comments

Wrong Python.asdl type for keys in Dict literals

In the Python.asdl syntax description, the file asserts that Dict literal keys have type expr*. This is false. keys can be optional. In the ast doc…

4 comments
44 contributions in private repositories Mar 3 – Mar 17
Loading