-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Before the basics
The big question I have is "who's the audience". I recommend literally write down who your target audience is in an intro section so folks know what their getting into.
A decent reference might be the LLVM Frontend Tutorial
Getting setup
I recommend the tutorial have a "Getting Setup" landing page.
This shouldn't be a duplicate of the installation instructions found on the Github, but a pointer to those plus communicate a rough idea of how to run code. For example "Let get setup! here's the link to the installation instructions you should follow... make sure to have the binary available on your command line". Then some other specifics worth addressing:
- What version does the tutorial expect users to have installed?
- built from
mainor a particular release?
- built from
- How should we write and run files?
- written using the
.eggextension or a.scm? - run via the web demo,
cargo run, or an installedegglog? Perhaps with specific flags--no-messages?
- written using the
Metadata
Metadata
Assignees
Labels
No labels