lpython icon indicating copy to clipboard operation
lpython copied to clipboard

Python compiler

Results 162 lpython issues
Sort by recently updated
recently updated
newest added

It looks like Keras 3 is looking for some alternative backends and they even consider using Mojo for an alternative. I would love to see Keras 3 backend written in...

As the above image shows, am I using by the wrong way?

I have a question regarding the compilation of a Python program using LPython. If a Python program contains any class or a class like the following: ``` class student: def...

I have added instructions on how to install using the conda package manager to the README. (I had tried to build from source code without realizing there was a conda...

os - windows 10 after executing (lp) E:\My_Projects\lpython\lpython>call build1.bat (lp) E:\My_Projects\lpython\lpython>cmake --build . --config Release -j8 --target install ninja: error: loading 'build.ninja': The system cannot find the file specified.

Just a question. Is Multithreading/multiprocessing supported?

When clicking CPP tab on top left of the browser tab output is code generation error: Type number '19' not supported --> input.txt:4:1 | 4 | h = TypeVar("h") |...

Only uncommented the LLVM test. The C test requires a physical cast implementation in the C backend. CPython has issues with size, likely due to it still using pointer strings,...