Earlier quoted context omitted.
Doesn't work on iPhone which is annoying.
It works fine on an iPhone. Tap the left or right side of the slide to go back or forward, respectively.
Horrible.
101–110 of 156 posts
Earlier quoted context omitted.
Doesn't work on iPhone which is annoying.
It works fine on an iPhone. Tap the left or right side of the slide to go back or forward, respectively.
Horrible.
I really like the slide software. Does anyone know where I can find it?
Earlier quoted context omitted.
Bjarne Stroustrup Wasn't CFront written in C++?[1] (Of course, the initial version of C with classes was probably written in C.) [1] https://en.wikipedia.org/wiki/Cfront
Probably the only C++ program he ever wrote.
Fun fact: what's common between Rob Pike, Bjarne Stroustrup, Larry Wall, Guido van Rossum, and so many other language inventors? They're all C programmers!
Unless I missed it, it is surprising the lack of benchmarks or mentioning how compile speed compares with the previous iteration. I'm not saying it would be necessary slower than a compiler written in C, if they wrote the more critical parts in assembler, but you would think compiling speed would be one of the outstanding discussion points, after a major rewrite.
https://groups.google.com/forum/#!msg/golang-dev/6obxRcm-rqc...
How do you write a GC in a GC'd language?
There is no slide about writing the GC in Go. How do you write a GC in a GC'd language?
Fun fact: what's common between Rob Pike, Bjarne Stroustrup, Larry Wall, Guido van Rossum, and so many other language inventors? They're all C programmers!
Fun fact: what's common between Rob Pike, Bjarne Stroustrup, Larry Wall, Guido van Rossum, and so many other language inventors? They're all C programmers!
Well, C is essentially "portable assembly", so it's to be expected...
In what possible sense can it be described as an assembler?
Earlier quoted context omitted.
Well, C is essentially "portable assembly", so it's to be expected...
I never understood this sentiment. C isn't assembly exactly because there isn't necessarily a direct correlation between the instructions the programmer writes and the resulting machine code. To me, this is as contrived as the idea that Javascript is "LISP in Java's clothing" In what possible sense can it be described as an assembler?
If there was, then it wouldn't be "portable"