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: 12 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T11:43:15.000Z (almost 9 years ago)
- Last Synced: 2025-03-26T02:28:13.508Z (12 months ago)
- Topics: elixir-lang, experiment, functional-programming, javascript, language
- Language: Elixir
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- 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
```