Y
Hacker News
new
|
ask
|
show
|
jobs
by
gmartres
3756 days ago
Some other languages have a central repository where everyone publishes their packages like
https://hackage.haskell.org/
,
https://crates.io/
or the venerable
http://www.cpan.org/
. Scala has no such things: people publish to various repositories like
http://bintray.com/
or
https://oss.sonatype.org/
, so a central place to get information about existing libraries would be very useful.
2 comments
lmm
3756 days ago
Doesn't everything go into maven central? I can't remember ever not finding a library there.
link
jinst8gmi
3756 days ago
That doesn't seem to cover the "develop" and "evaluate" parts.
link
geodel
3756 days ago
ok, I guess I just misunderstood the meaning of scaffolding.
link