README 1.0 KB

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