jsonnet icon indicating copy to clipboard operation
jsonnet copied to clipboard

stdlib should be extracted into its own repo

Open redbaron opened this issue 7 years ago • 2 comments

with multiple jsonnet implementations available, shuldn't stdlib reside in a dedicated repo, where it is then pulled in by implementations?

redbaron avatar Mar 29 '18 09:03 redbaron

I think @sparkprime proposed this when I started contributing to go-jsonnet, if not earlier...

Related: https://github.com/google/go-jsonnet/issues/205 Related: https://github.com/google/go-jsonnet/issues/207

sbarzowski avatar Mar 29 '18 10:03 sbarzowski

Realistically, we would move the C++ implementation out of this one into some google/cpp-jsonnet or whatever

sparkprime avatar Mar 30 '18 16:03 sparkprime