Skip to content

Instantly share code, notes, and snippets.

@ddombrow
ddombrow / code.exs
Created October 8, 2016 19:37 — forked from elixirplayground/code.exs
elixirplayground.com code share
defmodule DeLists do
@moduledoc """
This is the Delists module, simple code for simple list operations
"""
@doc """
Sums a list recursively.
Returns the sum of the list.
<!DOCTYPE html>
<html>
<head>
<script src="http:////cdnjs.cloudflare.com/ajax/libs/d3/3.4.8/d3.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div>
<svg id="threat" height="200" width="200"></svg>
namespace tryfs
open System
open Owin
open Microsoft.AspNet.SignalR
open Microsoft.Owin.Hosting
// Use ImpromptuInterface for dynamic support in the TryFS.Send method.
// Could also use http://fssnip.net/2U or http://fssnip.net/2V
open ImpromptuInterface.FSharp