Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baransu/sugar

Experimental, fuctional language for creating webapps
https://github.com/baransu/sugar

elixir-lang experiment functional-programming javascript language

Last synced: 5 days ago
JSON representation

Experimental, fuctional language for creating webapps

Awesome Lists containing this project

README

        

# Sugar

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `sugar` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:sugar, "~> 0.1.0"}]
end
```

2. Ensure `sugar` is started before your application:

```elixir
def application do
[applications: [:sugar]]
end
```