From e023fd8d06bc55389ab13db6c6d8d89903b5afca Mon Sep 17 00:00:00 2001
From: Preston Pan
Date: Fri, 6 Jan 2023 18:02:55 -0800
Subject: add noexcess
---
build/website/projects/index.html | 2 +-
build/website/projects/no_excess.html | 48 +++++++++++++++++++++++++++++++++++
website/projects/index.html | 2 +-
website/projects/no_excess.html | 26 +++++++++++++++++++
4 files changed, 76 insertions(+), 2 deletions(-)
create mode 100644 build/website/projects/no_excess.html
create mode 100644 website/projects/no_excess.html
diff --git a/build/website/projects/index.html b/build/website/projects/index.html
index 5562ea2..c97df09 100644
--- a/build/website/projects/index.html
+++ b/build/website/projects/index.html
@@ -29,7 +29,7 @@ Projects
+
NoExcess
+
+ NoExcess is a scheme-like programming language that is written in C. The goal of this project is to create
+ a stripped down version of scheme that with a minimal set of built-in functions that work with the built-in datatypes.
+ Users can make their own versions of NoExcess by writing macros that alter the way the language is written.
+ I wrote the bulk of this thing in a caffeine binge of three days. It's a pretty cool program!
+
+
+
+ The language is currently not ready for release, although you can play around with it and most things will work.
+
+
+
You can get the program here:
+
git clone git://prestonpan.tech/no_excess.git
+
+
+ If you still have problems getting the copies of the software, you can
+ browse my git frontend for the software
+ names.
+
+
+
+
diff --git a/website/projects/index.html b/website/projects/index.html
index 79750d7..f3ffa0a 100644
--- a/website/projects/index.html
+++ b/website/projects/index.html
@@ -9,7 +9,7 @@ $$START CONTENT
+ NoExcess is a scheme-like programming language that is written in C. The goal of this project is to create
+ a stripped down version of scheme that with a minimal set of built-in functions that work with the built-in datatypes.
+ Users can make their own versions of NoExcess by writing macros that alter the way the language is written.
+ I wrote the bulk of this thing in a caffeine binge of three days. It's a pretty cool program!
+
+
+
+ The language is currently not ready for release, although you can play around with it and most things will work.
+
+
+