Skip to content
Avatar

Achievements

Achievements

Highlights

  • Pro
  • 1 discussion answered

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 10.7k 724

  2. Logic backend implementation for Robot Rumble

    Rust 35 2

  3. e_num Public

    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

March 2022

Created a pull request in RustPython/RustPython that received 1 comment

Switch to bincode 2 beta and make serde optional

I think this'll be a draft til bincode 2 releases (which should hopefully be soonish?) but this is exactly what I wanted from it 😊 related to #2362

+342 −126 1 comment

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