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

https://github.com/47degrees/freestyle-intro

An introduction to Freestyle and what's in the 0.1.0 release
https://github.com/47degrees/freestyle-intro

Last synced: 10 months ago
JSON representation

An introduction to Freestyle and what's in the 0.1.0 release

Awesome Lists containing this project

README

          

# Freestyle http://frees.io

This presentation shows the current Features available as of Freestyle 0.1.0

Freestyle is a library that empowers stack-safe purely functional applications and libraries that support parallel and sequential computations where declaration is decoupled from interpretation.
Freestyle encourages programs built atop Free algebras that are interpreted at the edge of your application ensuring effects are localized and performed in a controlled environment.
Applications built with Freestyle can be interpreted to any runtime semantics supported by the interpreter target type.

- [PDF and slides on speakerdeck](https://speakerdeck.com/raulraja/freestyle-intro)
- [Deck Markdown sources](deck/README.md)

If you wish to run this in a local environment on reveal.js at http://localhost:8000/ :

```bash
git clone git@github.com:47deg/freestyle-intro.git
cd deck
npm install
npm start
```