Gabriel Wu

Results 61 issues of Gabriel Wu

Currently, only top-level macros are supported.

Feature

Python lambdas are very limited, compared to Julia lambdas. Maybe we should consider converting Julia lambdas to Python functions (with a randomly generated name) instead of lambdas.

help wanted

- Use `NameTuple` for immutable struct - Use `dataclass` for mutable struct Resources: - [StackOverflow: C-like structures in Python](https://stackoverflow.com/questions/35988/c-like-structures-in-python)

enhancement

enhancement

Uninitialized f0 caused the program to hang on specific architectures. It is fixed with this PR, which means we can re-enable the compile options for those affected architectures.