diff --git a/.gitignore b/.gitignore index 2affa1ad7..8b1cbe643 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .vscode .idea /target -/docs site/dist /uiua-modules diff --git a/Cargo.toml b/Cargo.toml index 0bd28197e..bba41c55f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,3 +139,6 @@ members = ["site", "tests_ffi"] [profile.dev] incremental = true + +[profile.release] +opt-level = 's' diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 000000000..d28c08aa7 --- /dev/null +++ b/docs/404.html @@ -0,0 +1,43 @@ + + + +
+ +Uiua (wee-wuh) is a general purpose, stack-based, + array-oriented programming language with a focus on simplicity, beauty, and tacit code.
+Uiua lets you write code that is as short as possible while remaining readable, so you can + focus on problems rather than ceremony.
+The language is not yet stable, as its design space is still being explored. However, it is + already quite powerful and fun to use!
+ +