Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/otobrglez/beyond-ruby
- Owner: otobrglez
- Created: 2023-12-04T12:41:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-14T08:59:11.000Z (about 1 year ago)
- Last Synced: 2024-04-14T18:47:03.747Z (9 months ago)
- Topics: functional-programming, ruby, scala
- Language: Scala
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)