Coral icon indicating copy to clipboard operation
Coral copied to clipboard

The Coral Programming Language: a blazingly-fast, gradually-typed Python compiler with optional static typing for optimization and safety.

Results 2 Coral issues
Sort by recently updated
recently updated
newest added

Hi, > This program runs correctly in Python, but takes ten minutes to run. When compiled to machine code using the Coral compiler, it takes less than a second -...

If a variable is defined in a for, while, or range loop which does not run because (a) the list is empty (b) the condition is initial false, or (c)...