Juno for Pulsar #289
Replies: 3 comments 3 replies
-
EDIT: I thought you might've meant that. julia-client fails to build, but I think it might be as simple as updating a dependency. Let me take a look. |
Beta Was this translation helpful? Give feedback.
-
I don't have a great answer for you here, but I want to make sure it's actionable. I played around with First, on
These instructions worked for me with The other packages installed by
and those should be sorted. When I did these things, I wound up with what seems like a functional Julia environment, but I'm no expert. The REPL seems to work, as does autocompletion. I don't love packages that install a toolbar (as though you're only going to be using Pulsar for Julia and not for other things as well!) but I bet that can be disabled without much ill effect. @mjrodgers has been working on a new Julia language grammar (for updated syntax highlighting) and I'm curious whether he's got suggestions about a good Julia workflow inside of Pulsar. @stefaniecg, tell us what features you're looking for out of a Julia IDE and we may be able to figure out alternative packages that would do the same things. |
Beta Was this translation helpful? Give feedback.
-
I need to update some things with my tree sitter package, they made a big update to the parser so I want to incorporate those changes. But as far as getting Juno to work, I had to make my own version of I'm able to use a lot of the features including the REPL and the debugger even. But I would avoid using the automatic code formatting, it uses a very very old version of |
Beta Was this translation helpful? Give feedback.
-
I have been unsuccessful on installing Juno [1] for Pulsar.
Does anyone know if this is somehow possible?
i really do not want to use Visual Studio Code.
Thank you for the help you can provide.
Ref.
[1] https://junolab.org
Beta Was this translation helpful? Give feedback.
All reactions