Quinlan Pfiffer

Results 50 issues of Quinlan Pfiffer

To repro, execute a program like this: ``` loop iter ? = iter 1000000000 : true loop ! + 1 iter ! loop 0 ``` Watch it crash. Fix this....

This has a few objectives: - Start using [Simple-Sparsehash](https://github.com/qpfiffer/Simple-Sparsehash) for all scopes/envs/things-that-require-hashmaps-right-now - Switch the TST implementation to be purely for string internment.

38-Moths needs to be able to handle form parsing, or other general user input. This should be attached to the `http_request` object somehow, and should be available to views.

In general this should probably come after #12, because file upload would be handled via forms. Uploaded files need to be available to views. I kind of like how `bottle.py`...

You should be able to include a sub template from another template.

You should be able to inherit blocks from a parent template.

Could improve I/O performance for static media. Benchmark it, try it out, scream about it on IRC. This'll probably require some kind of static view thing that is seperate from...