Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
  • Pro

Organizations

@RustPython
coolreader18/README.md

Heyo

I'm Noah, 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

    Rust 6.7k 477

  2. Logic backend implementation for Robot Rumble

    Rust 3

  3. Serialize enums into numbers.

    Rust 1

  4. A JavaScript runtime for the TI Nspire CX

    C 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