Skip to content
View coolreader18's full-sized avatar

Organizations

@RustPython
Block or Report

Block or report coolreader18

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
coolreader18/README.md

Heya

I'm Noa, aka coolreader. I use they/them or she/her pronouns, and I'm interested in programming languages and compilers, Rust, and systems programming. I'm a core contributor and maintainer to RustPython, a python interpreter written in Rust. In the past, I've worked on robot-rumble with a friend, which is a spiritual successor to robotgame that lets you code up robot AIs and run them in the browser, on your computer, or on our servers, using WebAssembly and wasmer.

Currently, I'm a software engineer at clockwork labs.

You can reach me through my email or discord (coolreader18#8124).

Pinned

  1. RustPython/RustPython RustPython/RustPython Public

    A Python Interpreter written in Rust

    Rust 17.6k 1.2k

  2. robot-rumble/logic robot-rumble/logic Public

    Logic backend implementation for Robot Rumble

    Rust 82 1

  3. joykbd joykbd Public

    Userspace "driver" that translates Joy-Con inputs to mouse inputs

    Rust 1

  4. flamescope flamescope Public

    Export flame data to speedscope's format

    Rust 34 3

  5. CPython segfault in 5 lines of code CPython segfault in 5 lines of code
    1
    class E(BaseException):
    2
        def __new__(cls, *args, **kwargs):
    3
            return cls
    4
    def a(): yield
    5
    a().throw(E)
  6. mcserverstatus mcserverstatus Public

    Check who's online before you open up your minecraft client

    Rust