]> Nishi Git Mirror - gwion.git/commitdiff
:art: Add link to (WIP) tour
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 31 Dec 2020 17:13:20 +0000 (18:13 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 31 Dec 2020 17:13:20 +0000 (18:13 +0100)
docs/README.mdr

index af30807b4d49eb40c1419954242d70ccc2126708..bdd9742b94c1f3d7db1814748a8dc3a606b56209 100644 (file)
@@ -24,9 +24,14 @@ Here is the piece of code you're waiting for :tada::
 
 * [single inheritance](https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)#Design_constraints)
 * typedef (function pointers and type aliases)
-* [enums](Reference/Types/Enums.html) and [unions](Reference/Types/Unions.html)
+* [enums](Reference/Types/Enums.html)
+* [tagged unions](Reference/Types/Unions.html)
 * templates (both class and functions)
 * easy concurrency/async
 * [lambdas](Reference/Functions/Lambdas.html)
 * [memoization](Reference/Preprocessor.md#Memoization)
 * [variadic](Reference/Functions/Variadic.html) functions
+
+## Try me
+
+There's a gwion [repl](repl.it) in the wild. You can try the language [there](https://gwiontour.fennecdjay.repl.co/)