Think Julia: How to Think Like a Computer Scientist
benlauwens.github.io
Think Julia: How to Think Like a Computer Scientist
1–10 of 74 posts
Re: Think Julia: How to Think Like a Computer Scientist
#2That said:
$ aurman -S julia
(rolls up sleeves)
Re: Think Julia: How to Think Like a Computer Scientist
#3Re: Think Julia: How to Think Like a Computer Scientist
#4If I don't care about parallelism nor speed, is there a reason to learn Julia?
Re: Think Julia: How to Think Like a Computer Scientist
#5If I don't care about parallelism nor speed, is there a reason to learn Julia?
Re: Think Julia: How to Think Like a Computer Scientist
#6Re: Think Julia: How to Think Like a Computer Scientist
#7If I don't care about parallelism nor speed, is there a reason to learn Julia?
Disclaimer: I recently started contributing to Julia (but I wouldn't have bothered in the first place if I didn't think it was so cool ;) )
Re: Think Julia: How to Think Like a Computer Scientist
#8If I don't care about parallelism nor speed, is there a reason to learn Julia?
A couple of my previous HN comments on Julia's indexing: https://news.ycombinator.com/item?id=15472933 and https://news.ycombinator.com/item?id=15473169
Plus, I found it exciting to read community discussions for a language growing towards 1.0, to understand the different approaches that were considered, and why certain choices were made. From what I've seen, the whole development process was quite transparent, and the developers have always indulged sincere questions/suggestions from participants, dealing in concrete examples instead of sweeping generalizations and polemic. I don't know what standard to compare this to, but I've enjoyed the experience.
Re: Think Julia: How to Think Like a Computer Scientist
#9Re: Think Julia: How to Think Like a Computer Scientist
#10You might contrast the approach here with say an Engineering textbook. This manual on a particular tool (Julia) seems to imply that it is the one way to engage with an entire discipline. An Engineering textbook might mention various tools for a particular job and even endorse one over the others but in general it will start with the problem and not the solution. That said: $ aurman -S julia (rolls up sleeves)