Skip to content

Commit 4a49a56

Browse files
lex00claude
andcommitted
Site: say where chant deploys
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EFsqVDRNABeAMP8zhQawtz
1 parent b480ff2 commit 4a49a56

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ problems:
2323
</div>
2424
<div class="tool">
2525
<div class="name">chant</div>
26-
<p>A type system for operations. Typed source folded to the platform's own spec before anything runs. <a href="https://intentius.io/chant/">Docs</a> · <a href="/compare/chant-cdk-and-pulumi/">Compare</a></p>
26+
<p>A type system for operations. Typed source folded to the platform's own spec before anything runs, then deployed to AWS, Azure, GCP and Kubernetes from one project. <a href="https://intentius.io/chant/">Docs</a> · <a href="/compare/chant-cdk-and-pulumi/">Compare</a></p>
2727
</div>
2828
<div class="tool">
2929
<div class="name">the standard</div>

content/compare/chant-cdk-and-pulumi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: "All three take TypeScript. Only one refuses to run it."
44
weight: 20
55
---
66

7-
CDK and Pulumi execute your program, and the output depends on what ran. [chant](https://intentius.io/chant/) accepts only the subset of TypeScript whose value is fixed by literals and references, and folds it to the platform's own spec with no execution. The [subset is a spec](https://github.com/INTENTIUS/typescript-as-data) with a conformance suite.
7+
CDK and Pulumi execute your program, and the output depends on what ran. [chant](https://intentius.io/chant/) accepts only the subset of TypeScript whose value is fixed by literals and references, and folds it to the platform's own spec with no execution. It deploys to AWS, Azure, GCP and Kubernetes from one project. The [subset is a spec](https://github.com/INTENTIUS/typescript-as-data) with a conformance suite.
88

99
| Property | chant | CDK | Pulumi |
1010
|---|---|---|---|

content/tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OpenTofu plus identity hooks. Each AWS resource carries its identity as two tags
1111

1212
## chant
1313

14-
A type system for operations. Infrastructure in a statically evaluable subset of TypeScript, folded to the platform's own spec with no execution. Seventeen lexicons, generated pipelines, gates that are commits, under Apache 2.0.
14+
A type system for operations. Infrastructure in a statically evaluable subset of TypeScript, folded to the platform's own spec with no execution. It deploys to AWS, Azure, GCP and Kubernetes, with Helm, Docker, the forges and Fly covered by the same seventeen lexicons. Generated pipelines and gates that are commits, under Apache 2.0.
1515

1616
[Docs](https://intentius.io/chant/) · [Source](https://github.com/INTENTIUS/chant) · [The subset as a spec](https://github.com/INTENTIUS/typescript-as-data) · [Compare](/compare/chant-cdk-and-pulumi/)
1717

0 commit comments

Comments
 (0)