From 85454fda79ee6c433ed736cd1051300e76e05b97 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Wed, 22 Mar 2023 00:27:22 -0400 Subject: [PATCH] unneeded anchors --- website/index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/index.html b/website/index.html index be7516a..2d5aa68 100644 --- a/website/index.html +++ b/website/index.html @@ -100,7 +100,6 @@
-

Concept:

-

About:

This is my 3rd run at this Lisp concept, with Partial Evaluation to make fexprs fast forming the core of my current PhD research. (tiny personal PhD website here)

Vau/Kernel as simple core:

By constructing our core language on a very simple Vau/Kernel base, we can keep the base truely tiny, and build up normal Lisp functions and programming language features in the language itself. This should help implement other programming languages concisely, and will hopefully make optimization easier and more broadly applicable.
-

Next Steps