Skip to content

Instantly share code, notes, and snippets.

@leppie
Created June 24, 2013 20:09
Show Gist options
  • Save leppie/5853161 to your computer and use it in GitHub Desktop.
Save leppie/5853161 to your computer and use it in GitHub Desktop.
Nuget PRIFIT
1. Create C# app
2. Install-Package IronScheme.Code
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