javascript

Eliza, your affordable shrink

This is my implementation of Eliza, the affordable computer shrink. I wrote this as an exercise in Test Driven Design(TDD). I will write about my experience with TTD later. I can say that it was very positive, and that I learned a lot working through this exercise than I would have by spending the same amount of time reading about it.

To use it, you must click on the web form button. Don't type the Enter button on your keyboard; it will reload the page. I got to fix that.

Type 'Hello' to start, talk, and then type 'Bye' to end.

Eliza



Behold the command line!

When working on javascript, have you ever wanted a command line where you could test your little pieces of javascript? No? Oh well. I already wrote, so I am posting it :) As it stands, if you type echo {put your string here} it will return it on the output textarea. With this widget we can re-implement an entire unix shell! Isn't that something?

Console



Syndicate content