Live data from Hacker News

What is the outlook for Julia?

news.ycombinator.com

11–12 of 12 posts

Re: What is the outlook for Julia?

#11
post #9

I have been working with python for years. I tried Julia a few months back. The core language is well designed but the surrounding libraries are still far from mature. I found myself dipping into python through pycall for basic needs like URL downloading. That said, I will be going back again :-) The community is very responsive. It used to make me wonder whether the core team ever took a break. TLDR if you are willi…

Appreciate your input. Sounds like I am better off sticking with python for the time being.

Re: What is the outlook for Julia?

#12
post #6
post #3

I dont think they can yet interopt. I would try zeromq there is some example code for both. Julia is improving rapidly and it has lots of tools, but only for data analysis. If you want create a web service for exampe you are better off with Python.

PyCall has been used for a significant range of Python packages (from libraries like scikit and NLTK to PyQt). https://github.com/stevengj/PyCall.jl

I meant that the problem is calling Julia from Python. Thus the webservice example. Python makes it easier to have a frontend, in flask or django and it would be nice if you could call Julia background services easier.
Post reply on HN