Skip to content
Avatar

Achievements

Achievements

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 discord, coolreader18#8124, and I'm on the RustPython gitter page as well.

Pinned

  1. A Python Interpreter written in Rust

    Python 8.7k 573

  2. Logic backend implementation for Robot Rumble

    Rust 29 1

  3. Serialize enums into numbers.

    Rust 2 2

  4. A JavaScript runtime for the TI Nspire CX

    C 1 1

  5. 1
    class E(BaseException):
    2
        def __new__(cls, *args, **kwargs):
    3
            return cls
    4
    def a(): yield
    5
    a().throw(E)
  6. 🥜 A simple vanilla JS dependency manager.

    TypeScript 2

Contribution activity

August 2021

Created 4 repositories

Created a pull request in rust-lang/libc that received 6 comments

Fix termios constants on redox

The termios constants on redox were just completely wrong, so I got the correct values from https://gitlab.redox-os.org/redox-os/relibc/-/blob/mast…

+61 −68 6 comments

Created an issue in nix-rust/nix that received 3 comments

Unsoundness in UnixPath

println!("{}", UnixAddr(sockaddr_un { sun_family: AF_UNIX as _, sun_path: [0; 108] }, 10000)); Output; "@<\u{0} x 108><9892 bytes of garbage>" Als…

3 comments
5 contributions in private repositories Aug 25

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