# WebQL
[](https://hex.pm/packages/webql)
[](https://hexdocs.pm/webql/)
A dataflow language designed for building queries and representing directed graphs.
**WebQL is currently extremely experimental, and is subject to much change. Stay tuned!**
```webql
-> out: Int {
m = Math
1 -> m.lhs
1 -> m.rhs
m.value -> .out
}
```
WebQL was built in Gleam but can target Elixir and (hopefully) JS soon.