Dongbei is a programming language that lets you write and run code using the vocabulary of the Northeastern Chinese dialect, translating those colloquial keywords into executable Python. It provides both a script execution mode for running saved .dongbei files and an interactive REPL for testing expressions line by line.
The project distinguishes itself by making programming accessible and humorous through its dialect-based syntax, while also offering a debugging aid that prints the equivalent Python source alongside execution. Users can run complete programs from text files or experiment with code in a conversational prompt that remembers variables across interactions.