add link to intro in readme

closes #119
This commit is contained in:
Andrew Kelley 2016-02-09 22:31:49 -07:00
parent aa504275f0
commit b988017547

View File

@ -13,6 +13,8 @@ Zig is not afraid to roll the major version number of the language if it
improves simplicity, fixes poor design decisions, or adds a new feature which improves simplicity, fixes poor design decisions, or adds a new feature which
compromises backward compatibility. compromises backward compatibility.
[Introduction to the Zig Programming Language](http://andrewkelley.me/post/intro-to-zig.html)
## Existing Features ## Existing Features
* Compatible with C libraries with no wrapper necessary. Directly include * Compatible with C libraries with no wrapper necessary. Directly include