Vinil is a programming language, designed and written by myself (Piotr Mitros) and Dennis Quan. It's a bit different than most programming languages, both in the way it mixes code and data (inspired by a fairly poor understanding of Scheme) and in the overall structure of the code (mixture of functional and object paradigms). I lost a bunch of code in a disk crash a few years back. This is the most recent version of Vinil I could find. I don't know if it's the current; probably not, as a big chunk of the code's not finished for the application we were wrote in Vinil (a collaborative multiuser environment, where people could post and link articles). You're welcome to use it under the terms of the GNU General Public License. - Piotr