Archive for the ‘Languages’ Category
Fun with Monad?
Remember command.com and .bat files? Still using them? I recently downloaded Microsoft’s new command shell (available here). The key idea seems to be to make 99% of the internals of a MS Windows based computer accessible to a command shell. Whereas the Unix tradition of shells have commands linked together by consuming and producing text - in Monad commands consume and produce objects. Read the rest of this entry »