Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aemoncannon/las3r
A lisp compiler for the AVM2.
https://github.com/aemoncannon/las3r
Last synced: 3 months ago
JSON representation
A lisp compiler for the AVM2.
- Host: GitHub
- URL: https://github.com/aemoncannon/las3r
- Owner: aemoncannon
- License: other
- Created: 2008-09-14T19:59:49.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2011-01-29T21:33:18.000Z (about 14 years ago)
- Last Synced: 2024-08-04T05:04:22.265Z (6 months ago)
- Language: ActionScript
- Homepage:
- Size: 8.92 MB
- Stars: 94
- Watchers: 7
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - las3r - A lisp compiler for the AVM2. (Apps & Tools / Interpreters)
README
Las3r - A lisp for the AVM2
-------------
Las3r is a dynamic compiler that translates lisp expressions into AVM2 bytecodes.Features:
- Easily embeddable. Includes a Repl that you can easily drop into a Flex or Flash project.
- Seamless interoperation with AS3 code. Call methods, set properties etc.
- Syntax based on Clojure, including literal vectors, maps and sets.[Quick start guide][quick-start]
[Play with a Las3r repl][faq]
[faq]: http://github.com/aemoncannon/las3r/wikis
[quick-start]: http://github.com/aemoncannon/las3r/wikis/quick-start