graphix-stdlib 0.3.1

A dataflow language for UIs and network programming, standard library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Modules

Graphix has a module system for organizing code into projects and controlling
what parts of a module are publicly accessible.

Current features include:

- module hierarchies
- implementation files (`.gx`) for module code
- interface files (`.gxi`) for defining module APIs and controlling visibility
- modules stored in files or netidx
- modules dynamically loadable at runtime

Note: module renaming on `use` is not yet supported but may be added in a future
release.