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

GUI programming

Name: Anonymous 2011-06-26 11:36

CS student here. Almost everything we've learned so far has been data structures and theoretical algorithms stuff. I want to actually make something with a user interface instead of a terminal.
What books would give a nice introduction to GUI programming?

Name: Anonymous 2011-06-27 12:48

>>47
you are missing the point so far that it's funny.

Infix operators and easy-to-use arrays are only attractive if you're a C-programmer and NEVER abstract anything off of doing pointer arithmetic.

In Lisp you slather layers of abstraction on everything you do, including things that are 'primitive operators' in lesser languages like arithmetic.

here's dot product in Scheme:

(define (dot a b) (apply + (map * a b)))

or would you rather a loop or lots of infix math operators?

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