Hacker News new | ask | show | jobs
by tanlermin 3658 days ago
I can't overplay the importance of a octave like DSL.

Julia is gaining marketshare and mindshare among grad student not just due to its speed, but because it is a more fun and intuitive environment in which to code mathy stuff.

These people will in turn filter into industry and if not them, then atleast their code.

Also macros. As Julia gains more utility for run of the mill data science, Its Dplyr like DSL abilities will be very attractive.

Do you see this type system and generic function library as useful for general purpose programming as well? How would that play with mypy and type hints?