Arc Forumnew | comments | leaders | submitlogin
3 points by treef 6064 days ago | link | parent

gzipped? python uses lots of its libraries to do it's stuff. I think arc can be lots shorter then python even at this point.


2 points by zmei_goryn 6064 days ago | link

In this particular case libraries don't matter much as the tasks in benchmarks are mostly algorithmical, e.g. like finding spectral norm of matrix, summing numbers or solving n-body problem. Maybe for development of language it would be great if somebody could write some benchmarks to test arc brevity.

-----