summaryrefslogtreecommitdiff
path: root/comp
diff options
context:
space:
mode:
authorstandenboy <standenboy@seacrossedlovers.xyz>2024-04-30 14:40:12 +0100
committerstandenboy <standenboy@seacrossedlovers.xyz>2024-04-30 14:40:12 +0100
commit2953dd2b7bebfdd5accc6e73734fa12defd5c8f6 (patch)
tree359277716b9474cf25b1beaac7894cc5a556739e /comp
parentc460a26850eca5ded047d0eb0d183b861087aa53 (diff)
added questions
Diffstat (limited to 'comp')
-rw-r--r--comp/lucas-standen-NEA/writeup/coverpage.html2
-rw-r--r--comp/lucas-standen-NEA/writeup/coverpage.pdfbin17509 -> 0 bytes
-rw-r--r--comp/lucas-standen-NEA/writeup/questions-for-amy.html108
-rw-r--r--comp/lucas-standen-NEA/writeup/questions-for-amy.ms42
4 files changed, 151 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/writeup/coverpage.html b/comp/lucas-standen-NEA/writeup/coverpage.html
index a8338b4..8ef3ae7 100644
--- a/comp/lucas-standen-NEA/writeup/coverpage.html
+++ b/comp/lucas-standen-NEA/writeup/coverpage.html
@@ -1,5 +1,5 @@
<!-- Creator : groff version 1.23.0 -->
-<!-- CreationDate: Tue Apr 30 14:21:39 2024 -->
+<!-- CreationDate: Tue Apr 30 14:40:01 2024 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
diff --git a/comp/lucas-standen-NEA/writeup/coverpage.pdf b/comp/lucas-standen-NEA/writeup/coverpage.pdf
deleted file mode 100644
index 92abc11..0000000
--- a/comp/lucas-standen-NEA/writeup/coverpage.pdf
+++ /dev/null
Binary files differ
diff --git a/comp/lucas-standen-NEA/writeup/questions-for-amy.html b/comp/lucas-standen-NEA/writeup/questions-for-amy.html
new file mode 100644
index 0000000..5b37c41
--- /dev/null
+++ b/comp/lucas-standen-NEA/writeup/questions-for-amy.html
@@ -0,0 +1,108 @@
+<!-- Creator : groff version 1.23.0 -->
+<!-- CreationDate: Tue Apr 30 14:40:01 2024 -->
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<meta name="generator" content="groff -Thtml, see www.gnu.org">
+<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
+<meta name="Content-Style" content="text/css">
+<style type="text/css">
+ p { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ table { margin-top: 0; margin-bottom: 0; vertical-align: top }
+ h1 { text-align: center }
+</style>
+<title>Questions for the end user (amy C)</title>
+
+</head>
+<body>
+
+<h1 align="center">Questions for the end user (amy C)</h1>
+
+<a href="#1. What do you find the most important in a languge? (eg: speed,readablity)">1. What do you find the most important in a languge? (eg: speed,readablity)</a><br>
+<a href="#2. What tools are important for a languge to have? (eg:pkg-manger, ide intergration)">2. What tools are important for a languge to have? (eg:pkg-manger, ide intergration)</a><br>
+<a href="#3. What features do you like from other languages (eg: zigsmemory managment, haskells terse syntax)">3. What features do you like from other languages (eg: zigsmemory managment, haskells terse syntax)</a><br>
+<a href="#4. What do you want to program in this language (eg: websites,low level systems)">4. What do you want to program in this language (eg: websites,low level systems)</a><br>
+<a href="#5. Do you intend to use graphics in the programs you write?">5. Do you intend to use graphics in the programs you write?</a><br>
+<a href="#6. Would you prefer a languge that focus&rsquo;s on ease of use, orpower of the code?">6. Would you prefer a languge that focus&rsquo;s on ease of use, orpower of the code?</a><br>
+<a href="#7. What were your last 3 projects? (could they have been writenin zippy?)">7. What were your last 3 projects? (could they have been writenin zippy?)</a><br>
+<a href="#8. How many languages would you use on a single project? (couldzippy be used in your codebase?)">8. How many languages would you use on a single project? (couldzippy be used in your codebase?)</a><br>
+<a href="#9. Do you care for low level control, or would you prefer highlevel abstractions?">9. Do you care for low level control, or would you prefer highlevel abstractions?</a><br>
+<a href="#10. Would you be happy to develope libarys for things thataren&rsquo;t already implemented (eg: a sql lib)">10. Would you be happy to develope libarys for things thataren&rsquo;t already implemented (eg: a sql lib)</a><br>
+
+<hr>
+
+
+<h2>1. What do you find the most important in a languge? (eg: speed,readablity)
+<a name="1. What do you find the most important in a languge? (eg: speed,readablity)"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 1&gt;</p>
+
+<h2>2. What tools are important for a languge to have? (eg:pkg-manger, ide intergration)
+<a name="2. What tools are important for a languge to have? (eg:pkg-manger, ide intergration)"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 2&gt;</p>
+
+<h2>3. What features do you like from other languages (eg: zigsmemory managment, haskells terse syntax)
+<a name="3. What features do you like from other languages (eg: zigsmemory managment, haskells terse syntax)"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 3&gt;</p>
+
+<h2>4. What do you want to program in this language (eg: websites,low level systems)
+<a name="4. What do you want to program in this language (eg: websites,low level systems)"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 4&gt;</p>
+
+<h2>5. Do you intend to use graphics in the programs you write?
+<a name="5. Do you intend to use graphics in the programs you write?"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 5&gt;</p>
+
+<h2>6. Would you prefer a languge that focus&rsquo;s on ease of use, orpower of the code?
+<a name="6. Would you prefer a languge that focus&rsquo;s on ease of use, orpower of the code?"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 6&gt;</p>
+
+<h2>7. What were your last 3 projects? (could they have been writenin zippy?)
+<a name="7. What were your last 3 projects? (could they have been writenin zippy?)"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 7&gt;</p>
+
+<h2>8. How many languages would you use on a single project? (couldzippy be used in your codebase?)
+<a name="8. How many languages would you use on a single project? (couldzippy be used in your codebase?)"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 8&gt;</p>
+
+<h2>9. Do you care for low level control, or would you prefer highlevel abstractions?
+<a name="9. Do you care for low level control, or would you prefer highlevel abstractions?"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 9&gt;</p>
+
+<h2>10. Would you be happy to develope libarys for things thataren&rsquo;t already implemented (eg: a sql lib)
+<a name="10. Would you be happy to develope libarys for things thataren&rsquo;t already implemented (eg: a sql lib)"></a>
+</h2>
+
+
+<p style="margin-top: 1em">&lt;ans 10&gt;</p>
+<hr>
+</body>
+</html>
diff --git a/comp/lucas-standen-NEA/writeup/questions-for-amy.ms b/comp/lucas-standen-NEA/writeup/questions-for-amy.ms
new file mode 100644
index 0000000..71b6df2
--- /dev/null
+++ b/comp/lucas-standen-NEA/writeup/questions-for-amy.ms
@@ -0,0 +1,42 @@
+.TL
+Questions for the end user (amy C)
+.NH 1
+What do you find the most important in a languge? (eg: speed, readablity)
+.PP
+<ans 1>
+.NH 1
+What tools are important for a languge to have? (eg: pkg-manger, ide intergration)
+.PP
+<ans 2>
+.NH 1
+What features do you like from other languages (eg: zigs memory managment, haskells terse syntax)
+.PP
+<ans 3>
+.NH 1
+What do you want to program in this language (eg: websites, low level systems)
+.PP
+<ans 4>
+.NH 1
+Do you intend to use graphics in the programs you write?
+.PP
+<ans 5>
+.NH 1
+Would you prefer a languge that focus's on ease of use, or power of the code?
+.PP
+<ans 6>
+.NH 1
+What were your last 3 projects? (could they have been writen in zippy?)
+.PP
+<ans 7>
+.NH 1
+How many languages would you use on a single project? (could zippy be used in your codebase?)
+.PP
+<ans 8>
+.NH
+Do you care for low level control, or would you prefer high level abstractions?
+.PP
+<ans 9>
+.NH 1
+Would you be happy to develope libarys for things that aren't already implemented (eg: a sql lib)
+.PP
+<ans 10>