Skip to content

Instantly share code, notes, and snippets.

@leppie
Created June 24, 2013 20:11
Show Gist options
  • Save leppie/5853177 to your computer and use it in GitHub Desktop.
Save leppie/5853177 to your computer and use it in GitHub Desktop.
Nuget, PROFIT!
// 1. Create C# app
// 2. Install-Package IronScheme.Core
// 3. Add code:
using System;
using IronScheme;
public class Program
{
static void Main()
{
Console.WriteLine(@"'hello-world".Eval());
}
}
// 4. PROFIT!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment