descriptionProto, the world's premier language for spatial computing!
homepage URLhttp://stpg.csail.mit.edu/proto.html
ownerdustin@v.igoro.us
last changeMon, 8 Dec 2008 22:16:39 +0000 (8 22:16 +0000)
content tags
add:
readme
Welcome to Proto, the world's premier language for spatial computing!

In this release of MIT Proto, you will find the following files and 
directories:

AUTHORS      Authorship and a brief history for MIT Proto
LICENSE      Explains that MIT Proto is free software, but that it
         can be used to create non-free projects.
README       This document
README.developer Additional info for developers
demos/       Demos
lib/         Proto libraries and core code
man/         Manuals
platforms/   Proto support for various hardware platforms
src/         Proto compiler and simulator

The installation guide is resrc/README.txt
shortlog
2008-12-08 dustingenerate platform_ops.h from platform_ops.proto, and... mastersvn-HEAD
2008-12-08 dustinadd correct documentation of default proto path
2008-12-06 dustininclude the current directory in the search path, too...
2008-12-02 jakebealfixed MacOSX libtoolize/glibtoolize problemlibtool-fixes
2008-12-02 dustinfix opengl includes for mac
2008-12-01 dustinapparently the m4_ifdef([LT_INIT]..) wasn't necessary...
2008-12-01 jakebeala couple demo files and some other small changes
2008-11-30 dustinPreliminary, but functional, autotoolsification
2008-11-30 nelhageAdd a line to KNOWN_BUGS about `let' inconsistently...
2008-11-26 nelhageClean up load_def and lookup.
2008-11-26 nelhageRemove some unused variables.
2008-11-26 nelhageRewrite lisp.h to be C++
2008-11-26 nelhageFirst pass at removing some simple cruft from lisp...
2008-11-24 nelhageRemove one more abuse of List* from the compiler.
2008-11-24 nelhageMake the variable and init lists in AST_LET std::list's
2008-11-22 nelhageMake the 'symbols' obarray a std::map
...
heads
15 years ago svn-HEAD
15 years ago master
15 years ago platform-ops
15 years ago fixpaths
15 years ago libtool-fixes
15 years ago libtool22