Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/otobrglez/beyond-ruby

The code from my talk about going beyond Ruby into Scala and beyond.
https://github.com/otobrglez/beyond-ruby

functional-programming ruby scala

Last synced: 10 days ago
JSON representation

The code from my talk about going beyond Ruby into Scala and beyond.

Awesome Lists containing this project

README

        

# Beyond Ruby w/ Effect Systems

This is a sandbox and code for my talk on why I like Scala and Effect Systems.

## Development

This project uses `nix-shell` to make things more excellent and reproducible.

```bash
nix-shell ~/shell.nix
```

### Environment

The code depends on given environment variables:

- `POSITIONSTACK_API_KEY` - that can be obtained from [positionstack](https://positionstack.com).
- `OPENROUTE_API_KEY` - that can be obtained at [openroute service](https://openrouteservice.org).
- `PROMINFO_QUERY_ENDPOINT` that can be obtained upon request.

## Author
- [Oto Brglez](https://github.com/otobrglez)