Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

Still trying to wrap my head around what is Julia exactly.

Sidenote - MIT's Introduction to Computational Thinking is a pretty decent course.



sort by: page size:

There's a current MIT course call Introduction to Computational Thinking that's using Julia. I've watch a handful of videos so far. Good introduction to Julia.

https://computationalthinking.mit.edu/Fall20/


There’s a current Fall 2020 class at MIT that uses Julia.

https://computationalthinking.mit.edu/Fall20/

There’s a live video on ray tracing starting in about 20 minutes

https://youtu.be/MkkZb5V6HqM


Julia is for when you have to compute things.

I've just started learning Julia and I'm also loving it so far.

It's really well designed with loads of great features (and decent libraries) for scientific computing.


Looks like I need to start learning julia

What does Julia Computing do?

Yeah Julia is really easy to pick up if you're a computer science person. I came across Julia when searching for a language with good linear algebra support, then I learned it over a week while implementing a paper I was reading. Two weeks later I implemented an improvement to that paper, which turned out to be very publishable. I basically owe a whole paper to Julia, which almost felt like a free paper lol.

Do you have any recommendations wrt getting started with Julia? It's a language I've wanted to explore a bit, but I haven't been able to find any good community resources or jumping-off points.

Learning Julia and high performance scientific computing opened up a ton of opportunities for me. I would definitely recommend the same (and am now looking for students who know Julia!)

I'm not very familiar with Julia, could you provide an example of what you're taking about in the last paragraph?

I disagree with sibling comment. No prior exposure to Julia or even programming is required for this course.

I've been meaning to invest some time into learning Julia. I'll definitely try my hand soon

Since you mentioned Julia - are you using it for math or math-related programming, or doing something else? It looks interesting to me, but I'm a web dev (Python on the backend) and don't have much use for most of the math stuff, so I don't know if it's suitable.

I had no idea that Julia was good for metaprogramming. I'm so glad I asked. Thanks for the links-added to my reading list.

try out the julia language

I've been meaning to learn Julia. Is there a recommended text for doing so?

This seems to be a very neat intro into Julia and a practical use case. I’ve been postponing to learn the language for a while now, but from what I heard/seen it seems to be extremely well designed.

Yes, I am currently learning Julia. My issue with it is that the documentation is rather sparse or lacking, but I am getting the hang of it. On the positive side, it appears that the jitter works quite well and fast arrays as first class citizens make me happy.

Julia is pretty nice for less common things like neural ODEs or neuro-symbolic models.
next

Legal | privacy