From cc73d3f82fba57e0a3a9bbc0ea7d0362de131681 Mon Sep 17 00:00:00 2001 From: Christopher Meiklejohn Date: Sat, 23 Jul 2016 20:10:40 +0200 Subject: [PATCH] Remove outdated examples. --- index.html | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index 267792703..bf77dd32b 100644 --- a/index.html +++ b/index.html @@ -89,21 +89,21 @@

Learn about Lasp!

-
- -

Run Lasp with Docker!

-

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.)

-

-        
- - -
- -

Erlang Code Sample

-

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.

-

-        
+ + + + + + + + + + + + + + +