Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Amadio authored Jul 30, 2021
1 parent 73ca523 commit 4384fa5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ An excellent introduction can be found both in the original research, [Designing
# So what is this ?
This is an interpreter that provides the basic functionality for running [PlanOut](http://github.com/facebook/planout) interpreter code, allowing for integrating experiments into GoLang applications.

This is not a full implementation of a complete [PlanOut](http://github.com/facebook/planout) stack, as such it lacks the compiler needed to turn [PlanOut](http://github.com/facebook/planout) DSL into the interpreter code, as well as the general test management tooling needed.
There is also a compiler to turn PlanOut DSL into the code understood by the compiler.

Much of the additional tooling for [PlanOut](http://github.com/facebook/planout) can be found the in original project.

This code will however run [PlanOut](http://github.com/facebook/planout) programs in an idiomatic Golang fashion.

# How to run a basic experiment ?
Here's an example program that consumes compiled [PlanOut](http://github.com/facebook/planout) code and executes the associated experiment using the Golang interpreter.

Expand Down

0 comments on commit 4384fa5

Please sign in to comment.