Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

The Blow programming language [part II]

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):

#import "Basic";

main :: () {
rezrov: int;
frotz: float;

printf("rezrov is: %d\n", rezrov);
printf("frotz is: %f\n", frotz);
}

Name: Anonymous 2014-11-09 16:59

wow it's like C++ but a bit simpler or something, amazing

Name: Anonymous 2014-11-09 17:29

working compiler
jewtube
Waste my time on videos? Fuck you. Give me text. Videos are shit.

Name: Anonymous 2014-11-09 18:00

printf("rezrov is: %d\n", rezrov);
printf("frotz is: %f\n", frotz);
Could as well used C. There is no reason to have to specify type to printf in modern languages.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List