|
|
|
|
|
by banach
1564 days ago
|
|
If we focus only on the benefits, her are two basic but distinguishing features that make it a very pleasant and productive language in my experience:
- knowing through the type systems that a function’s result depends only on its parameters makes testing more reliable
- the syntax and type inference makes it possible to write down many algorithms extremely tersely, which is also helpful in getting the implementation right |
|