avram.lsm.in 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. Begin3
  2. Title: avram
  3. Version: @VERSION@
  4. Entered-date: @ISODATE@
  5. Description: An acronym for "Applicative ViRtuAl Machine", avram
  6. is a virtual machine code interpreter. It reads an input file
  7. containing a user-supplied application expressed in virtual machine
  8. code, and executes it on the host machine. Notable features are strong
  9. support for functional programming operations (e.g., list processing),
  10. interoperability of virtual code applications with other console
  11. applications or shells through libexpect, the ability to package
  12. virtual code applications conveniently as self contained shell
  13. scripts, and a choice of operating modes providing for either a simple
  14. high-level interface to files, environment variables and command line
  15. arguments, or various styles of stateless or persistent stream
  16. processors (a.k.a. filters). The intended audience is writers of
  17. compilers for programming, scripting, or special purpose languages,
  18. whose projects stand to gain portability and ease of implementation.
  19. The package includes a toy compiler for a simple lisp-like language
  20. as a proof of concept.
  21. @configure_input@
  22. Keywords: [virtual machine functional programming interpreter]
  23. Author: [email protected] (Dennis Furey)
  24. Maintained-by: [email protected] (Dennis Furey)
  25. Primary-site: http://www.lsbu.ac.uk/~fureyd/avram
  26. 1.8M avram-@[email protected]
  27. 1449 avram.lsm
  28. Alternate-site:
  29. Original-site:
  30. Platforms: GNU/Linux
  31. Copying-policy: GNU copyleft
  32. End