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

Pages: 1-

Jonathan Blow's Programming Language

Name: Anonymous 2019-01-12 21:01

Name: Anonymous 2019-01-12 21:03

counter: int = 0;

Ugly Pascal shit straight out of Russian universities.

Name: Anonymous 2019-01-12 21:11

a: [50] int; // An array of 50 integers

uninitialized arrays breeding heisenbugs? way to go!

Name: Anonymous 2019-01-12 21:18

for i : 0..n-1

using same for keyword for unrelated loops will definitely improve readability.

Also, I can implement that even in C99:
#define GENSYM2(N,L) __##N##L
#define GENSYM1(N,L) GENSYM2(N,L)
#define GENSYM(N) GENSYM1(N,__LINE__)
#define times(I,N) for(int I=0, GENSYM(C)=(N); I<GENSYM(C); I++)

Name: Anonymous 2019-01-12 22:03

He's still doing streams about adding features to the compiler every now and then, but apparently he doesn't want to release it until it's production ready and has been beta tested by some select few people of his choosing.

Name: Anonymous 2019-01-13 2:41

>>5
tell him about Haskell.

Name: Anonymous 2019-01-13 5:44

the last thing the world needs is another C descendant language

Name: Anonymous 2019-01-13 6:16

>>4
Thats cute, but debugging 3+ layers of this is worse than Lisp and it slows down compilation more than C++ meta-templates

Name: Anonymous 2019-01-13 10:03

>>7
it is Pascal descendant.

Name: Anonymous 2019-01-13 17:59

>>7
the world needs a better c.
a modern and more comfy programming language with blazing compile times made by a great programmer for his own (successful) company.
and it can be debugged in visual studio.

you know the language is a joke when the answer to how do i debug is haha just use printf, debuggers are bad anyway.
or they point you to some so shitty command line debugger like man you can kinda use gdb haha i use it when printf doesn't works lol.
or hey it kinda works with windbg even tho that's a c++ debugger meaning anyone using it will have to learn c++ and windows idiocy anyways.

the best way to boost programmer productivity is to minimize compile and debug time and make data structure changes doable.

Name: Anonymous 2019-01-13 21:33

Int

Name: Anonymous 2019-01-14 4:03

>>10
you know the language is a joke when the answer to how do i debug is haha just use printf, debuggers are bad anyway.
lol, are you referring to Rust?

Name: Anonymous 2019-01-14 6:58

>>4
freeze my anus

Name: Anonymous 2019-01-14 8:11

>>4
It's a wizard

Name: Anonymous 2019-01-14 8:18

>>12
yes, among others. Edited on 14/01/2019 08:19.

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