Live data from Hacker News

Think Julia: How to Think Like a Computer Scientist

benlauwens.github.io

71–74 of 74 posts

Re: Think Julia: How to Think Like a Computer Scientist

#71
post #68

Earlier quoted context omitted.

I don’t know. My primary corporate experiences with this are all in Scala and Haskell (with teams that have very veteran programmers in each), and the results were terrible. I liken it to David Deutsch’s comments on good systems of government in his book The Beginning of Infinity where he advised that the trait you should use to evaluate a system of government is not whether it produces good policies, but rather how…

There are many things you say here that I can totally agree with. When speed of development is a concern and costs of runtime errors are moderate enough that one can absorb them, it would be a bad idea to use Haskell (haven't used Scala so not qualified enough to comment). Somewhere along the spectrum of increasing cost to business of runtime errors the needle switches in favor of static tyoes. This is more true when…

This is a thoughtful position, the idea of quantification of costs is useful. I wonder how to propagate that back into development budgets and team behaviour.

Re: Think Julia: How to Think Like a Computer Scientist

#72
post #11

Earlier quoted context omitted.

Can you explain that last part?

`aurman` is a (unofficial?) package manager for Arch Linux. The standard package manager is called `pacman`. Arch User Repository(AUR) is (IIRC) a repository of uncurated packages compatible with Arch. To put it simply: he is implying that he will check out the book.

Thank you for the explanation.

Re: Think Julia: How to Think Like a Computer Scientist

#74

Earlier quoted context omitted.

The only issue here is with input devices. The Greek alphabet is standard Unicode, so it's not more expensive to render or manipulate for your text editor compared to standard latin.

To be fair, input devices are a pretty serious issue here. Probably the single most common operation I do on code is search it. If I can't type what I'm searching for easily, that's pretty annoying.

> To be fair, input devices are a pretty serious issue here

That's true. I'm currently using an emacs extension that allows me to convert to greek unicode LaTeX-like string (\alpha, \Gamma, ...), butI understand that's more of a hack rather than an actual solution.

Post reply on HN