Daniel's Tumblog

  1. We applied concepts from modern functional programming languages, such as Scheme and ML, to shells, which typically are more concerned with UNIX features than language design. Our shell is both simple and highly programmable. By exposing many of the internals and adopting constructs from functional programming languages, we have created a shell which supports new paradigms for programmers.

    Looks very sexy.

    Tags: SHELL HIGHER-ORDER FUNCTIONAL-PROGRAMMING PROGRAMMING-LANGUAGES PROGRAMMING