-
Thanks for this it's really great. I've wanted something like Observable in Julia land for a while now.
Do you have any plans for extensions/plugins of some kind? I'm addicted to using Vim bindin…
-
This is on the latest `master` of Symbolics.jl:
```Julia
(Symbolics) pkg> st
Project Symbolics v4.3.1
Status `~/.julia/dev/Symbolics/Project.toml`
[4fba245c] ArrayInterface v5.0.5
[18…
-
Can you consider different language bindings along with python version?
-
Hi everyone, I'm starting to work around the use of ScikitLearn in Julia.
In my understanding, there are a few models and tools curently implemented in Julia and the rest of the code are bindings t…
-
The following MWE fails:
```julia
using Symbolics: Symbolics
x = Symbolics.scalarize(only(Symbolics.@variables(x[1:2])))
y = Symbolics.scalarize(only(Symbolics.@variables(y[1:2])))
z = (x[1] …
-
I suggest that work should be started on making a built in physics system.
There are several bindings for things like chipmunk that could be used, but I propose that we could build one for GameZero. …
-
We need to make sure we have enough tests to test MMTk with assertions. We have two levels of assertions: 1. assertions that will be enabled as `debug_assertions` in Rust, that is for any Rust dev/deb…
-
The semantics of variable capture in `@closure` were originally intended to be the same as julia, but I got this wrong because at the time I didn't understand the intended semantics of the core langua…
-
### Describe the feature request
Hi, wondering if there could be any consideration for supporting a Fortran wrapper API? if such initiative would be of interest maybe one way to kick-start it would…
-
I am trying to use the RoadRunner binary file (libroadrunner_c_api.dylib) for Julia binding in the Mac system, there are errors showing as below. I am afraid it is from the LLVM of RoadRunner. I have …