@Rob Miracle:
Because I’m lazy 
Seriously, though, it just makes a slightly jarring “jump” - I prefer navigating through the terminal to get projects ready, run them, or Git-commit them, and, like I said, when I can do it with “big” things like JavaScript, C, C++, website build scripts, or raw Lua, “small” things like LESS, Stylus, shell scripts, and Git, but not with Corona, it just doesn’t seem quite “right”.
That is:
[lua]
node main.js
clang main.c
ruby main.rb
python main.py
lua main.lua
lessc file.less
stylus file.styl
./script.sh
git commit -m “Git commit”
Corona icon > open project > drag terminal to tabs
vs
corona main.lua
[/lua]
The new console is a terminal, but it requires graphical interaction - slight, but “flow breaking” - to get it set up. For someone (like me) who uses a LOT of keyboard - cmd+space > term > enter > cd project > corona main.lua > cmd+tab > text editor - a program that used to be able to work just like all the others but now requires extra clicking and dragging makes a break in my routine.
You could even just embed the Corona Terminal executable in the Corona Simulator.app package, and I’d be fine with it, if you don’t want it in the CoronaSDK folder. I’d just like some way to have access to the old way.