Barb: How I built a simple dynamic programming language in F#
Details
Barb was born out of necessity. After extensive investigation I found no good solution to simple hosted scripting over data records in my application. While still a bit rough when it comes to error messages, Barb is currently featureful and well tested enough that I believe it's ready for use. In fact, we're using it right now.
In this talk you'll see how I went about designing and building Barb. This will not be a F# beginner friendly talk, but those unfamiliar with language design are welcome.
Full Source for the project can be found here: https://github.com/Rickasaurus/Barb
