Programming language that looks like Python but behaves like C

beginner-friendly c compiler language llvm low-level low-level-programming programming-language python
2 Open Issues Need Help Last updated: Jun 17, 2025

Open Issues Need Help

View All on GitHub
Programming Languages Language Design

AI Summary: Implement C's `rand()` and `srand()` functions, along with `RAND_MAX`, within the Jou standard library, ensuring cross-platform compatibility and including comprehensive tests to verify `RAND_MAX`'s accuracy.

Complexity: 3/5
good first issue feature

Programming language that looks like Python but behaves like C

Python
#beginner-friendly#c#compiler#language#llvm#low-level#low-level-programming#programming-language#python
Programming Languages Language Design

AI Summary: Implement a "no warnings allowed" compilation mode for the Jou compiler, similar to the `-Werror` flag in C compilers. This mode should cause the compiler to exit with an error code if any warnings are generated, enforcing stricter code quality checks, especially useful in CI/CD pipelines.

Complexity: 4/5
help wanted good first issue errors and warnings feature

Programming language that looks like Python but behaves like C

Python
#beginner-friendly#c#compiler#language#llvm#low-level#low-level-programming#programming-language#python