From 55981800373c84aa25bbe3523d7e0c97b94de8f7 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Tue, 21 May 2019 18:22:59 -0700 Subject: [PATCH] add link to TSTL --- content/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index c6757c9..d742caf 100644 --- a/content/_index.md +++ b/content/_index.md @@ -10,7 +10,9 @@ Object-oriented code is messy and rapidly becomes unmaintainable. encompass lets you write clean, de-coupled code so you can spend more time on your game design and less time fixing bugs. -encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and Lua. +encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and +[Lua](https://github.com/TypeScriptToLua/TypeScriptToLua). + A C# implementation is forthcoming. If you are here to learn how to use Encompass and don't care about the justifications for it, I recommend skipping ahead to [Chapter 2](getting_started).