From 449da3d0fbf78bb9f45bfaf2549195dc9c6b763e Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Thu, 22 Aug 2024 06:56:31 +0000 Subject: [PATCH] Update Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 1f13111..cfb2785 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ ### Husht -This project aims to fill a niche for Rust broadly along the lines of CoffeeScript for JavaScript or Civet for TypeScript: provide all the resources and power of the Rust language via a clean, non-redundant, significant-whitespace syntax. Husht will be just Rust, but quieter. As such, the project is not looking to gratuitously alter syntax, but instead, to do things in a Rust-y way, while allowing less typing and less "line noise" in a source file. +This project aims to fill a niche for Rust broadly along the lines of CoffeeScript for JavaScript or Civet for TypeScript: provide all the resources and power of the Rust language via a clean, non-redundant, significant-whitespace syntax. Husht will be just Rust, but quieter. As such, the project is not looking to gratuitously alter syntax, but instead, to do things in a Rust-y way, while allowing less typing and less "line noise" in a source file. As a point of guidance, where the Civet decision on how to handle a language construct is "Rust-compatible," that will be taken as one item in favor of making a similar decision for Husht syntax, as a significant amount of thought has gone into construction of the Civet syntax. #### Implementation plan Here are some key ideas of how the plan will be accomplished.