http://www.typescriptlang.org/play/index.html
curl -LOk https://github.com/denoland/deno/releases/download/v0.1.2/deno_linux_x64.gz gzip -d deno_linux_x64.gz chmod +x deno_linux_x64
curl -O http://ftp.gnu.org/gnu/glibc/glibc-2.18.tar.gz
tar zxf glibc-2.18.tar.gz
cd glibc-2.18/
mkdir build
cd build/
../configure --prefix=/usr
make -j2
make install