Skip to content
Avatar

Highlights

  • Pro

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.

Report abuse

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

Report abuse
coolreader18/README.md

Heyo

I'm Noa, aka coolreader. I use they/them 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. I also work 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.

You can reach me through my email, discord coolreader18#8124, and I'm on the RustPython gitter page as well.

Pinned

  1. A Python Interpreter written in Rust

    Rust 12.9k 884

  2. Logic backend implementation for Robot Rumble

    Rust 56 2

  3. joykbd Public

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

    Rust

  4. flamescope Public

    Export flame data to speedscope's format

    Rust 22 3

  5. 1
    class E(BaseException):
    2
        def __new__(cls, *args, **kwargs):
    3
            return cls
    4
    def a(): yield
    5
    a().throw(E)
  6. Check who's online before you open up your minecraft client

    Rust

Contribution activity

December 2022

Created 1 repository

Created a pull request in cargo-bins/cargo-binstall that received 2 comments

Build -gnu targets on ubuntu-20.04

In a dockerfile I have rust_target=$(rustc -vV | awk '/^host:/{ print $2 }') && curl https://github.com/cargo-bins/cargo-binstall/releases/latest/d…

+2 −2 2 comments
Reviewed 1 pull request in 1 repository
2 contributions in private repositories Dec 2

Seeing something unexpected? Take a look at the GitHub profile guide.