Gabriel Wu

Results 61 issues of Gabriel Wu

**Concisely describe the proposed feature** Using Taichi from Julia will be a very nice-to-have feature. **Describe the solution you'd like (if any)** Currently, there is the [PythonCall.jl](https://github.com/cjdoris/PythonCall.jl) package, which solves...

feature request
welcome contribution

Related to #2797. The API can be called but does not really work yet. Since I am not yet familiar with the whole project, I would like to hear more...

It seems that the server-side code has not been exposed by the C API. Is this on the roadmap? Or are there any known obstacles? I am trying to write...

A-server
S-feature
E-hard
A-ffi

I think enabling `cargo install juliaup` is a good option from cross platforms, by using a single tool for various operating systems.

enhancement

This package and the previous VDT package are needed for [ROOT](https://github.com/root-project/root) to be built.

MSTM3 is the previous version of MSTM; however, it provides some unique features that discontinue in the newer version. So it might be of use to someone who need those...

**Concisely describe the proposed feature** Currently, `print()` works differently in Python and Taichi scopes. In Taichi scopes, the format part is merely discarded. **Describe the solution you'd like (if any)**...

feature request

A first step of #725: - add `FindJulia.cmake` to set up Julia related variables - add `asr_to_julia.h` and `asr_to_julia.cpp`. Since Julia has a native C-API, I think it is better...

Currently, the CLI can run even when the specified file does not exist. I think it is better to report an error in that case, in order not to mislead...

easy to fix