This repository contains the work of Nick Thompson and Jake Hansen for Prof. Matthias Felleisen's section of CS4500 Software Development in the Fall 2020 term.
B – Command Line
xyes
will continuously print out the value of args as written, or hello world
if no args are provided, ignoring whitespaces and joining all values in args with a single space.
./xyes [OPTIONS] [optional args]
-limit
is the only supported flag for this program, and limits the output to 20 lines.
B/
├─ xyes
└─ Other/
└─ xyes.rkt
The executable file for this assignment
Contains auxiliary files for this assignment
The source code for xyes
Tests can be run using the command raco test B/
when you are in the root of the repository.
C – JSON
TODOD – GUI
TODOE – TCP
TODOsee Fish/README.md for now