Info
Version: | 0.14.0-alpha |
Author(s): | David Lurton |
Last Update: | Sunday, February 17, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/dlurton/Happy |
NuGet Url: | https://www.nuget.org/packages/Happy |
Install
Install-Package Happy
dotnet add package Happy
paket add Happy
Happy Download (Unzip the "nupkg" after downloading)
Dependencies
- YamlSerializer(1.0)
- DynamicLanguageRuntime.Net40.Unofficial(2.6.1003.1)
Tags
If it's text-based you can write a program in Happy to generate it. It's also based on the DLR, so you can consume any .Net type and easly interact with it using any .Net language supporting dynamic types (C#, VB.Net, F#, IronRuby, IronPython, etc).
This package includes the script engine library.