Update README

This commit is contained in:
Cheer Xiao 2013-06-25 11:31:09 +08:00
parent 77c187cff4
commit cfed34c418

View File

@ -1,7 +1,9 @@
This is `das`, an experimental Unix shell.
`das` consists of two parts - pipeline building, forking, etc. are written in
C; the rest in [golang](http://golang.org/). The two parts communicate using
two pipes.
`das` consists of two parts. Things related to `fork`ing are written in C
(the server); the rest in [golang](http://golang.org/). The two parts
communicate using an unnamed UNIX socket, in JSON.
`das` uses [tup](http://gittup.org/tup/) as the build system.
The license is not yet determined. Before that, all rights are reserved.