Skip to content

Instantly share code, notes, and snippets.

@markhepburn
markhepburn / Program.cs
Created January 5, 2016 11:57 — forked from cbilson/Program.cs
Migrating C# OWIN app to ClojureCLR
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using clojure.clr.api;
using clojure.lang;
using Microsoft.Ajax.Utilities;
using Microsoft.Owin.Hosting;
using Owin;