authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-05-13 10:59:43-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2016-05-13 10:59:43-07:00
logb68aee4f34dffe60c099cba0a4ca56580e7a9cf5
treeb0b4b16d52a81ef6030a05580ba98e099ee2bec9
parent5d2f86116fe6c43d772e444d4519c64f33f9969d

we have generics now


1 files changed, 2 insertions(+), 2 deletions(-)

README.md+2-2
......@@ -33,6 +33,8 @@ compromises backward compatibility.
3333 * Powerful constant expression evaluator. Generally, anything that *can* be
3434 figured out at compile time *is* figured out at compile time.
3535 * Tagged union enum type. No more accidentally reading the wrong union field.
36 * Generics so that one can write efficient data structures that work for any
37 data type.
3638 * Easy to parse language so that humans and machines have no trouble with the
3739 syntax.
3840 * The binaries produced by Zig have complete debugging information so you can,
......@@ -55,8 +57,6 @@ compromises backward compatibility.
5557
5658 * In addition to creating executables, creating a C library is a primary use
5759 case. You can export an auto-generated .h file.
58 * Generics so that one can write efficient data structures that work for any
59 data type.
6060 * Eliminate the need for configure, make, cmake, etc.
6161 * Automatically provide test coverage.
6262 * Ability to declare dependencies as Git URLS with commit locking (can