From 1ed85021f147ef82f70ca863dbc06a519a2370d1 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sun, 11 Jul 2021 20:27:03 +1200 Subject: Changed /cgit to /cgi-bin, revised spacing --- project/templates/grasp.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'project/templates/grasp.html') diff --git a/project/templates/grasp.html b/project/templates/grasp.html index 7eddc3c..03a328d 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -11,13 +11,13 @@

Grasp Interpreter

-

Git repository: Link

+

Git repository: Link

1/1/2017
-

Like Lisp, the esoteric programming language -Grasp is a homoiconic language that exclusively uses a single datatype. Except instead of lists, -it uses directed graphs.

+

Like Lisp, the esoteric programming language Grasp is a homoiconic language that exclusively uses a single datatype. Except +instead of lists, it uses directed graphs.

A Grasp program is initialised with instruction pointers to those nodes in the graph that have a "name" edge to a node with the value "grasp:main". The nodes at each instruction pointer are -- cgit