Initial commit

This commit is contained in:
Ian Adam Naval 2014-08-28 16:35:57 -04:00
commit e274e2f03a

32
2014-08-28.txt Normal file
View File

@ -0,0 +1,32 @@
write paper as we do things
outline
defined standard of JSON in and out
- object type
- all outputs should have this
- some sort of protocol on top of JSON
2/3 system utilties for proof of concept
- focus on Unix
- ls, ps, free
- target Linux at first
what do we want the shell to be like?
- wrapper around a Ruby repl
- run all launchable command-line tools
- anything we add to it
- $, ~, path expansion
- interrupts; Ctrl+C
- tab completion
syntax for using on top of existing bash?
fred: maybe?
sam: ??
Ruby DSL?
Write shell in Ruby
side entrance?
testing