Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REBOL time is cool

From: sterling:rebol at: 15-Jun-2001 15:47

Wow. Rough crowd out there today. Everybody's a critic... hehe. You end up with the same conversion/comparison issues of daylight savings in any language. The difference is that in REBOL when you look at your code six months later when time switches again and there's a little bug there... you still understand all 5 lines. Yay! I like the REBOL solution over: struct date_time { int year; int month; int day; ... } struct date_time* add_date (...) {...} AAAAAAARRRRGGGHH!!! Run for the hills! Chalk up another point for the good guys. ;) But I guess I'm preaching to the choir, eh? Sterling