|
|
|
|
|
by ummonk
2853 days ago
|
|
Drawbacks: * A lot of packages are incompatible with the latest versions of Julia. Though because it has stabilized, this is likely to stop being an issue soon. * There isn’t any major organization that has adopted it yet, which may impact its long term success in contrast to other new languages like go swift rust etc that have a major sponsor.
Garbage collector makes it unsuitable for certain real time uses, which is unfortunate given its otherwise predictable performance characteristics. * Although there are web frameworks for it, I’m not sure whether they are mature enough for production use. * Personal pet peeve: no infix operator for integer division. I haven’t looked recently whether there is a package for this. I should probably make my own if not. |
|
Sure there is
type as``` 10 \div<tab> 3 ```
in any decent julia-capable environment (REPL, editors, notebooks, etc)