/fridge

Primary LanguageElixirApache License 2.0Apache-2.0

Fridge

TODO: Add description

Installation

If available in Hex, the package can be installed by adding fridge to your list of dependencies in mix.exs:

def deps do
  [
    {:fridge, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/fridge.

Swift Features

Swift has many other features to make your code more expressive:

Generics that are powerful and simple to use
Protocol extensions that make writing generic code even easier
First class functions and a lightweight closure syntax
Fast and concise iteration over a range or collection
Tuples and multiple return values
Structs that support methods, extensions, and protocols
Enums can have payloads and support pattern matching
Functional programming patterns, e.g., map and filter
Native error handling using try / catch / throw