From 2953dd2b7bebfdd5accc6e73734fa12defd5c8f6 Mon Sep 17 00:00:00 2001 From: standenboy Date: Tue, 30 Apr 2024 14:40:12 +0100 Subject: added questions --- comp/lucas-standen-NEA/writeup/coverpage.html | 2 +- comp/lucas-standen-NEA/writeup/coverpage.pdf | Bin 17509 -> 0 bytes .../writeup/questions-for-amy.html | 108 +++++++++++++++++++++ .../lucas-standen-NEA/writeup/questions-for-amy.ms | 42 ++++++++ 4 files changed, 151 insertions(+), 1 deletion(-) delete mode 100644 comp/lucas-standen-NEA/writeup/coverpage.pdf create mode 100644 comp/lucas-standen-NEA/writeup/questions-for-amy.html create mode 100644 comp/lucas-standen-NEA/writeup/questions-for-amy.ms 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 @@ - + 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 Binary files a/comp/lucas-standen-NEA/writeup/coverpage.pdf and /dev/null 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 @@ + + + + + + + + + +Questions for the end user (amy C) + + + + +

Questions for the end user (amy C)

+ +1. What do you find the most important in a languge? (eg: speed,readablity)
+2. What tools are important for a languge to have? (eg:pkg-manger, ide intergration)
+3. What features do you like from other languages (eg: zigsmemory managment, haskells terse syntax)
+4. What do you want to program in this language (eg: websites,low level systems)
+5. Do you intend to use graphics in the programs you write?
+6. Would you prefer a languge that focus’s on ease of use, orpower of the code?
+7. What were your last 3 projects? (could they have been writenin zippy?)
+8. How many languages would you use on a single project? (couldzippy be used in your codebase?)
+9. Do you care for low level control, or would you prefer highlevel abstractions?
+10. Would you be happy to develope libarys for things thataren’t already implemented (eg: a sql lib)
+ +
+ + +

1. What do you find the most important in a languge? (eg: speed,readablity) + +

+ + +

<ans 1>

+ +

2. What tools are important for a languge to have? (eg:pkg-manger, ide intergration) + +

+ + +

<ans 2>

+ +

3. What features do you like from other languages (eg: zigsmemory managment, haskells terse syntax) + +

+ + +

<ans 3>

+ +

4. What do you want to program in this language (eg: websites,low level systems) + +

+ + +

<ans 4>

+ +

5. Do you intend to use graphics in the programs you write? + +

+ + +

<ans 5>

+ +

6. Would you prefer a languge that focus’s on ease of use, orpower of the code? + +

+ + +

<ans 6>

+ +

7. What were your last 3 projects? (could they have been writenin zippy?) + +

+ + +

<ans 7>

+ +

8. How many languages would you use on a single project? (couldzippy be used in your codebase?) + +

+ + +

<ans 8>

+ +

9. Do you care for low level control, or would you prefer highlevel abstractions? + +

+ + +

<ans 9>

+ +

10. Would you be happy to develope libarys for things thataren’t already implemented (eg: a sql lib) + +

+ + +

<ans 10>

+
+ + 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 + +.NH 1 +What tools are important for a languge to have? (eg: pkg-manger, ide intergration) +.PP + +.NH 1 +What features do you like from other languages (eg: zigs memory managment, haskells terse syntax) +.PP + +.NH 1 +What do you want to program in this language (eg: websites, low level systems) +.PP + +.NH 1 +Do you intend to use graphics in the programs you write? +.PP + +.NH 1 +Would you prefer a languge that focus's on ease of use, or power of the code? +.PP + +.NH 1 +What were your last 3 projects? (could they have been writen in zippy?) +.PP + +.NH 1 +How many languages would you use on a single project? (could zippy be used in your codebase?) +.PP + +.NH +Do you care for low level control, or would you prefer high level abstractions? +.PP + +.NH 1 +Would you be happy to develope libarys for things that aren't already implemented (eg: a sql lib) +.PP + -- cgit v1.2.3