A pure functional dialect of Python, based on PurePy, with a dependency-tracking runtime for creating interactive outputs linked to data.
Requires Node.js >= 22. In a new project directory:
curl -fsSL https://raw.githubusercontent.com/explorable-viz/fluid/release/script/setup/install.sh | bashTo get Python syntax highlighting for .fld files, add to settings.json:
"files.associations": {
"*.fld": "python"
}See CONTRIBUTING.md for developer setup, building, testing, and the development workflow.