Purebasic: keeping alive the spirit of C?

Everything else that doesn't fall into one of the other PB categories.
User avatar
GedB
Addict
Addict
Posts: 1313
Joined: Fri May 16, 2003 3:47 pm
Location: England
Contact:

Purebasic: keeping alive the spirit of C?

Post by GedB »

There's an interesting article here talking about the spirit of early C.
http://www.artima.com/cppsource/spiritofc.html

# Trust the programmer.
# Don't prevent the programmer from doing what needs to be done.
# Keep the language small and simple.
# Provide only one way to do an operation.
# Make it fast, even if it is not guaranteed to be portable.

It strikes me that nowadays PureBasic fits this spirit far better than any of C's descendants.
Fred
Administrator
Administrator
Posts: 18350
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Interesting article :wink:
Post Reply