Skip to content

mpope9/krarup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krarup

krarup is an Erlang dialect for composing concurrent data processing flows.

For more details and examples, see the primer.

Install

% rebar.config

{deps, [krarup]}.
{plugins, [krarup]}.

This will search for .krp files in the src/ directory.

Example

% src/krarup_example.krp

-module(krarup_example).

async sum(List) ->
    lists:sum(List).

main() ->
    await linked sum([1, 2, 3]).

Build

$ rebar3 compile

About

The krarup language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages