Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
Remove outdated examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeiklejohn committed Jul 23, 2016
1 parent 8f06cb7 commit cc73d3f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions index.html
Expand Up @@ -89,21 +89,21 @@ <h4>Learn about Lasp!</h4>
</div>


<div class="col-lg-12">
<a class="heading-link" name="run-it"></a>
<h4>Run Lasp with Docker!</h4>
<p align="justify">Follow these two easy steps to get a Lasp instance running with Docker! (For this image to run correctly, the docker-machine needs to be configured with more than one processor.)</p>
<pre data-src="samples/docker.sh" class="language-bash"></pre>
</div>


<div class="col-lg-12">
<a class="heading-link" name="sample-code"></a>
<h4>Erlang Code Sample</h4>
<p align="justify">Lasp's prototype implementation is provided
as an Erlang library. Erlang is an excellent language for distribution and concurrency, and allows us to prototype new features for Lasp quickly. Below is a code sample for creating a distributed set and applying a map function to the set.</p>
<pre data-src="samples/map.erl" class="language-erlang"></pre>
</div>
<!-- <div class="col-lg-12"> -->
<!-- <a class="heading-link" name="run-it"></a> -->
<!-- <h4>Run Lasp with Docker!</h4> -->
<!-- <p align="justify">Follow these two easy steps to get a Lasp instance running with Docker! (For this image to run correctly, the docker-machine needs to be configured with more than one processor.)</p> -->
<!-- <pre data-src="samples/docker.sh" class="language-bash"></pre> -->
<!-- </div> -->


<!-- <div class="col-lg-12"> -->
<!-- <a class="heading-link" name="sample-code"></a> -->
<!-- <h4>Erlang Code Sample</h4> -->
<!-- <p align="justify">Lasp's prototype implementation is provided -->
<!-- as an Erlang library. Erlang is an excellent language for distribution and concurrency, and allows us to prototype new features for Lasp quickly. Below is a code sample for creating a distributed set and applying a map function to the set.</p> -->
<!-- <pre data-src="samples/map.erl" class="language-erlang"></pre> -->
<!-- </div> -->


<div class="col-lg-12">
Expand Down

0 comments on commit cc73d3f

Please sign in to comment.