What you describe is basically where we want to take this, hopefully sooner rather than later.
There is a trick you can use today though that may help. You'll notice when you visit
www.lastcalc.com that you are immediately redirected to a URL like
www.lastcalc.com/abc123. This is your "worksheet", and anything you do on this page will still be there if you bookmark this URL and come back to it later.
You can also share this URL with other people, but then they'll be able to modify your worksheet and screw it up. There's a way around this though...
If you do a "View source" you'll see near the top something like:
<body ... data-worksheet-ro-id="bdujMMZm" ...>
You can take the
bdujMMZm and append it to a LastCalc URL like
http://lastcalc.com/bdujMMZm. Now you can share this new URL with other people, and when they visit they'll get a copy of your original worksheet that they can modify, but without affecting the original.
Obviously this is messy, but we're working on a proper way to do this. Hopefully going open source will help!
Ian.