X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=kSmc45+QgNmr6CC3WABx1OA256+GW0f31u2iOFFeMUk=; b=ID+UUA9U7AL9EDzgUxQu1T269xhfIh+mljaFi/op/Y2v39Dx84yTaPeKk1c1cT5s1M 2FSA7AokYwR6YU7hpnxAuu2fPeJTKkYkFURmKTi9gcE45HGm7GYIONJzOwwTGi8rzgGu K17BhHm4snIo+s0Ze0ZXZVFE9zJtXXEBLC5OkCQZGbg2MFwlMc41g8ir5xUMwC0pY/6q Cw9Qyne4cU08F98TG8pCxKzPceGpiit+hpkRDr27x2bRlsyTPBr7xCnvB0+VHLuNdlvu V9X6nS0+neScmnnVuvV8MGHhtUrYUfF1Y173ZllEkDikRAeB1uDLpnaUqU2cGeMjbWA0 dGrQ== X-Received: by 10.28.86.196 with SMTP id k187mr390902wmb.61.1451941799748; Mon, 04 Jan 2016 13:09:59 -0800 (PST) Date: Mon, 4 Jan 2016 22:09:54 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] A fileformat library (Parser?) Message-Id: <20160104220954.9560ec585a6e18ba3ed82b6b@gmail.com> In-Reply-To: References: <1512221837 DOT AA25291 AT ivan DOT Harhan DOT ORG> <0F6F1D0F-4F07-48EA-90FE-836EAD4E2354 AT noqsi DOT com> <0FCF3774-F93C-4BFF-BB61-636F75DCCACB AT noqsi DOT com> <20160103173859.ce123a8957899e5c3e! 496d9b AT gmail DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Although these are good measures, once you adopt them you may start asking yourself why you aren't just using a binary format. The argument for text is that you can glance at a chunk of it and easily tell what's going on. > > A stronger argument for text is that you can process it with text-oriented tools. Process it with text orientied tools is a strong argument. If there are a good parser a format it might actually be a good candidate? Nicklas Karlsson