I'm currently using julia to write automated continuous testing for a computer chip. My only beef is that it isn't zero indexed.
I probably could have done it with python, but IMO the language just is cleaner and easier to read. The macro system helps, a lot. The typesystem also gives me confidence in the correctness of some of the stranger code I'm emitting.
It's a really great prototyping language for mathematical concepts.
I probably could have done it with python, but IMO the language just is cleaner and easier to read. The macro system helps, a lot. The typesystem also gives me confidence in the correctness of some of the stranger code I'm emitting.
It's a really great prototyping language for mathematical concepts.