Name: Anonymous 2014-11-09 16:47
Jonathan Blow is back, and now he has a working compiler.
https://www.youtube.com/watch?v=UTqZNujQOlA
https://www.youtube.com/watch?v=wWTon5J2uhs
Sample code snippet (doesn't really show anything interesting; I'll find a better one later):
https://www.youtube.com/watch?v=UTqZNujQOlA
https://www.youtube.com/watch?v=wWTon5J2uhs
Sample code snippet (doesn't really show anything interesting; I'll find a better one later):
#import "Basic";
main :: () {
rezrov: int;
frotz: float;
printf("rezrov is: %d\n", rezrov);
printf("frotz is: %f\n", frotz);
}