From 06283e800a81f632037f4930008434dc41cef081 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 22 Jan 2023 11:30:04 -0800 Subject: music and other stuff --- website/about/source/resume.ms | 9 +++++++++ website/about/source/resume.pdf | Bin 21144 -> 21996 bytes 2 files changed, 9 insertions(+) (limited to 'website/about') diff --git a/website/about/source/resume.ms b/website/about/source/resume.ms index c8465e0..fbee43f 100644 --- a/website/about/source/resume.ms +++ b/website/about/source/resume.ms @@ -80,6 +80,15 @@ the website with a primitive templating language/static site generator in pure POSIX shell script which generates the website from simpler template and data files. .BL +.B "NoExcess" +\(en +NoExcess is a fully featured turing complete programming language that I have written. +It is heavily inspired by scheme, and like scheme, it is a functional programming +language. It was made to have a simple set of built-in functions, and a builtin +way to declare variables and functions. Float, integer, boolean, and string datatypes +are also supported along with the list, function and symbol datatypes, just like +in other lisp-like languages. +.BL .B "COMAS" \(en Short for the computer operated math assistance program. It will do extremely diff --git a/website/about/source/resume.pdf b/website/about/source/resume.pdf index 6367854..2f5e462 100644 Binary files a/website/about/source/resume.pdf and b/website/about/source/resume.pdf differ -- cgit