Y
Hacker News
new
|
ask
|
show
|
jobs
by
morcus
574 days ago
I believe Starlark was renamed Skylark, even internally. Bazel is a build system that uses Starlark as a configuration language, not a fork of Starlark.
1 comments
westurner
574 days ago
Bazel is an open source rewrite of Blaze (which introduced Skylark)
link
adonovan
572 days ago
Less a rewrite, more a variant: a majority of the source is common to both.
link