From 58def65d064f83ea9b7439becc549dde9e23ec07 Mon Sep 17 00:00:00 2001 From: Bryan Johnson Date: Fri, 12 Feb 2016 10:09:35 -0500 Subject: [PATCH] Update reference to The Witness to indicate that it has been released --- JaiPrimer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JaiPrimer.md b/JaiPrimer.md index 9bbe56e..e9ff86c 100644 --- a/JaiPrimer.md +++ b/JaiPrimer.md @@ -1,7 +1,7 @@ Introduction = -Jai is a high-level programming language developed by [Jonathan Blow](https://twitter.com/Jonathan_Blow), creator of indie games Braid and any-time-now-to-be-released The Witness. It is an imperative static/strongly typed C-style language, but with a variety of modern language features that C lacks. Blow began work on Jai in late September 2014. It is still in development and as of yet is unavailable to the general public. Blow developed it with an eye towards video games, but in fact it’s a general purpose programming language that could be used for any task. +Jai is a high-level programming language developed by [Jonathan Blow](https://twitter.com/Jonathan_Blow), creator of indie games Braid and, most recently, The Witness. It is an imperative static/strongly typed C-style language, but with a variety of modern language features that C lacks. Blow began work on Jai in late September 2014. It is still in development and as of yet is unavailable to the general public. Blow developed it with an eye towards video games, but in fact it’s a general purpose programming language that could be used for any task. DISCLAIMER: I have no association with Jon Blow. As of this writing there are no public compilers for Jai, so all information in this text is collated from [Jon Blow's YouTube videos](https://www.youtube.com/playlist?list=PLmV5I2fxaiCKfxMBrNsU1kgKJXD3PkyxO). Therefore nothing in this post is official. There may be information more up to date than what is available on this page. That said, I believe everything in this post to be up to date as of this writing. (If you are Jon Blow and want me to correct anything in this post, [I would be happy to.](http://twitter.com/VinoBS))