Please see the following directories for examples of the listed Julienne uses:
- Assertions: runtime assertion checking using idioms that evaluate to
test_diagnosis_tresult objects, - Command-line parsing: checking a command-line flag's presence and getting an associated value using the
command_line_ttype, - Printing in procedures: producing automatically-formatted or user-formatted text in
pureprocedures via thestop_and_printsubroutine, - String operations: operating on strings using the
string_ttype and defined operations, and - Testing: a demonstration unit test suite using the
test_ttype.