The Road to CoreObject Part 1: EtoileSerialise

CoreObject is intended to be one of the foundation pieces of Etoile. The current roadmap calls for an experimental version in 0.3, a stable interface in 0.4, and a completely stable version in 0.5. “What is CoreObject? Basically, it’s a replacement for a filesystem as a programmer and user interface. Files (in the UNIX sense of the word) never were a good abstraction; an untyped series of bytes is no use to anyone. The operating system needs to deal with things like this, but programmers shouldn’t have to. We already have a much nicer abstraction than a file; the object. Unlike files, objects have all of the structure and introspection that we want in order to be able to interact with them programatically. In EtoilE, we want to treat everything as an object, and objects as first-class citizens.”

14 Comments

  1. 2007-07-22 5:47 pm
    • 2007-07-22 6:03 pm
  2. 2007-07-22 6:00 pm
    • 2007-07-22 7:11 pm
      • 2007-07-22 8:12 pm
      • 2007-07-23 12:18 am
        • 2007-07-23 5:37 am
  3. 2007-07-22 8:25 pm
  4. 2007-07-22 8:39 pm
    • 2007-07-22 9:05 pm
  5. 2007-07-22 9:54 pm
  6. 2007-07-23 4:48 am
  7. 2007-07-23 3:20 pm
    • 2007-07-23 3:46 pm