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 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.3k 462

  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

Contribution activity

January 2021

Created 5 repositories

Created a pull request in RustPython/RustPython that received 4 comments

Generate rustpython-ast based off of Python.asdl

cc @isidentical, I think you had mentioned being interested in this Closes #2395, closes #2388

+8,288 −3,118 4 comments
Opened 10 other pull requests in 7 repositories
RustPython/RustPython
3 merged
ihrwein/backoff
2 merged
nikomatsakis/ascii-canvas
1 open
dirs-dev/dirs-sys-rs
1 merged
abonander/multipart
1 open
awslabs/aws-lambda-rust-runtime
1 open
zonyitoo/mqtt-rs
1 merged
Reviewed 5 pull requests in 2 repositories

Created an issue in quark-zju/gcmodule that received 2 comments

Weak ref support

I'm looking at how feasible this would be to use in RustPython in order to get cyclic gc support. Overall I'm really impressed with this implementa…

2 comments
Opened 2 other issues in 2 repositories
hyperium/headers
1 closed
zesterer/flume
1 closed
4 contributions in private repositories Jan 4 – Jan 5

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

You can’t perform that action at this time.