
                    Simple Seed7 development environment


An example project is provided at /tmp/example/. To give it a try:

* Change to the project directory via 'cd /tmp/example'.

* Open the source code in Vim via 'vim hid.sd7'.

* In Vim:

  Press 'F1' to open the Seed7 manual.
  Press 'F2' to run 'make' and present the result in a scratch window.
  Press 'F3' to close the scratch window.

You can find the Seed7 libraries and examples at /share/seed7/, and use the
interpreter 's7' to execute an example. E.g.,

! /share/seed7/prg$ s7 dirx.sd7

Note that this port of the interpreter is incomplete. E.g., examples waiting
from keyboard input or graphical applications are not supposed to work.

You can interactively tweak the font renderer and colors to your liking by
editing /config/terminal. The behavior of Vim can be tweaked at /config/vim.
