README 1.0 KB

1234567891011121314151617
  1. August 26, 2012
  2. This project is essentially an investigation of some off-beat ideas about functional
  3. programming through the design and implementation of a novel language called Ursala
  4. (a pseudo-acronym for universal applicative language). Its main preoccupations are
  5. brevity and flexibility for rapid prototyping, with a bias toward applications involving
  6. text processing/compilation, trees, graphs, and number crunching (via built-in API's
  7. for some good numerical libraries such as lapack, gsl, mpfr, and others). It's probably
  8. best suited to individual projects because it enforces no particular coding standards or
  9. practices and makes unreadable code easier to write than most non-esoteric languages.
  10. Ursala is mainly an individual effort that has been around for some years but
  11. neglected lately due my day job. I'm now looking to revive it and address some issues,
  12. such as improving the web presence and on-line documentation. Comments and feedback
  13. are welcome on the mailing list, [email protected].
  14. Dennis Furey