A type safe, functional programming language that targets JavaScript and the [[BEAM]] VM with excellent FFI for [[Erlang]] and [[JavaScript]]
# Libraries
[Glove](https://hexdocs.pm/glove/) - A library for working with [[QBE]] IR
[Rad](https://hexdocs.pm/rad/) - a task runner and CLI tool
[Repeatedly](https://hexdocs.pm/repeatedly/) - call a function with a delay between each call
[chip](https://hexdocs.pm/chip/) - a process registry that plans along with erlang/OTP
[xmleam](https://hexdocs.pm/xmleam/) - a XML generator library
[radish](https://hexdocs.pm/radish/) - a [[Redis]] client for Gleam
[simplifile](https://hexdocs.pm/simplifile/) - file operations that work on all targets
# References
## Package single-file executable
Build the Gleam project with `gleam build --target=javascript`
```shell
bun build --compile --outfile=bundle build/dev/javascript/<project_name>/<project_name>.mjs --footer="main();"
```