mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Stefan Eßer](/assets/img/avatar_default.png)
Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
14 lines
566 B
Plaintext
14 lines
566 B
Plaintext
Gleam is a fast, friendly, and functional language for building
|
|
type-safe, scalable systems.
|
|
|
|
The Gleam compiler itself is written in rust.
|
|
|
|
Gleam uses the BEAM runtime, and using the same actor-based multi-core
|
|
concurrency, with zero runtime overhead and full inter-operability with
|
|
Erlang, Elixir, and LFE.
|
|
|
|
It has all the features you'd expect from an ML derived language,
|
|
including algebraic data-types, immutable data structures, full type
|
|
inference, fast compilation, generics, no nulls nor exceptions, and a
|
|
few bonus features such as helpful error messages.
|