https://github.com/nabinno/red-elixir
Elixir in Red
https://github.com/nabinno/red-elixir
elixir red red-lang
Last synced: 4 months ago
JSON representation
Elixir in Red
- Host: GitHub
- URL: https://github.com/nabinno/red-elixir
- Owner: nabinno
- License: bsl-1.0
- Created: 2019-02-07T15:18:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T13:20:19.000Z (almost 7 years ago)
- Last Synced: 2025-09-01T06:41:06.824Z (5 months ago)
- Topics: elixir, red, red-lang
- Language: Red
- Homepage: https://github.com/nabinno/red-elixir
- Size: 295 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Red Elixir --- Elixir in Red
[[1]](#f1)
## Installation
Configure `hots.red` file:
```sh
> cat hots.red
Red []
hots: context [
mods: [
red-elixir #(init: %init.red git: https://github.com/nabinno/red-elixir)
]
]
> hot mods/get
```
## Getting Started
Execute a script:
```red
>> do/args %require [red-elixir]
>> 1 .. 10 .[
|> Series/map i [i * 2]
|> Series/map i [i + 1]
]
== [3 5 7 9 11 13 15 17 19 21]
```
---
## Contributing
1. Fork it
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create new Pull Request
## EPILOGUE
> A whale!
> Down it goes, and more, and more
> Up goes its tail!
>
> -Buson Yosa
---
[1] "Alchemy: a furnace with some parts removed" (1933, V. Kaliba) credited in Wellcome Collection is licensed by [CC 4.0 BY](https://creativecommons.org/licenses/by/4.0/) [↩](#a1)