Created
June 24, 2013 20:09
-
-
Save leppie/5853161 to your computer and use it in GitHub Desktop.
Nuget PRIFIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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