|
|
|
|
|
by Recurecur
2394 days ago
|
|
Yes, and I think Julia is a perfect starting point for an extremely productive general purpose language. The one major wart with Julia is reliance on GC, I'm interested to hear what workarounds exist. If no common usage patterns rely on the GC, it should be possible to write "recycling" code that doesn't incur GC pauses and hence, unpredictable latency. I really enjoy using Julia, it's a great balance of concision, expressiveness, and performance. |
|