kast 0.1.0

kast programming language
Documentation
1
2
3
4
5
6
7
use std;

use import "js.ks";

let canvas = document.getElementById "canvas";

print "hello, this is going to be a game of asteroids"