Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baransu/sugar
- Owner: baransu
- Created: 2017-01-27T22:34:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T11:43:15.000Z (over 7 years ago)
- Last Synced: 2025-01-05T10:42:51.921Z (12 days ago)
- Topics: elixir-lang, experiment, functional-programming, javascript, language
- Language: Elixir
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```