1
1
mirror of https://github.com/mcuadros/ascode synced 2024-11-23 01:11:59 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Máximo Cuadros
2387307c90
README.md: add logo and update text 2020-03-27 01:32:04 +01:00
Máximo Cuadros
b1d50635de
*: removed provider global in favor of tf 2020-03-21 00:10:22 +01:00
Toni Cárdenas
1b1df9607a
Starlark is not really Turing-complete
Starlark is very expressive, but, if we're being pedantic, it [isn't quite Turing-complete](https://github.com/google/skylark/blob/master/doc/spec.md#functions). This is desirable because you can't prove that an arbitrary program in a Turing-complete language will finish, so running such programs in a config language implies that maybe the build won't ever finish.

This is a proposal for alternative wording of what we really get from Starlark: expresiveness.

(By the way, very interesting project!)
2019-10-31 11:28:43 +01:00
Máximo Cuadros
eb859babae
README.md, fix typo in an example 2019-08-01 16:39:55 +02:00
Máximo Cuadros
a7f4720776
Update README.md 2019-07-29 18:35:32 +02:00
Máximo Cuadros
d3d153ba25 examples and documentation 2019-07-12 03:32:28 +02:00