CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 10:51:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090205171305
location: https://web.archive.org/web/20090205171305/https://github.com/lua-alchemy/lua-alchemy/tree/master
server-timing: captures_list;dur=0.835417, exclusion.robots;dur=0.027096, exclusion.robots.policy;dur=0.012645, esindex;dur=0.018289, cdx.remote;dur=25.228763, LoadShardBlock;dur=401.900202, PetaboxLoader3.datanode;dur=78.938376, PetaboxLoader3.resolve;dur=256.473979
x-app-server: wwwb-app219
x-ts: 302
x-tr: 534
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 10:51:09 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Thu, 05 Feb 2009 17:13:05 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 340ms
x-archive-orig-etag: "65003ba6eda64599f76cad916c47bd70"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23555
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 05 Feb 2009 17:13:05 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 05 Feb 2009 17:13:05 GMT", ; rel="memento"; datetime="Thu, 05 Feb 2009 17:13:05 GMT", ; rel="next memento"; datetime="Sun, 08 Mar 2009 08:51:06 GMT", ; rel="last memento"; datetime="Wed, 15 Apr 2009 06:08:29 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_8_20090205150833_crawl102-c/51_8_20090205171158_crawl101.arc.gz
server-timing: captures_list;dur=0.484068, exclusion.robots;dur=0.018548, exclusion.robots.policy;dur=0.009406, esindex;dur=0.010476, cdx.remote;dur=6.604148, LoadShardBlock;dur=289.844085, PetaboxLoader3.datanode;dur=318.556683, PetaboxLoader3.resolve;dur=219.142709, load_resource;dur=253.998764
x-app-server: wwwb-app219
x-ts: 200
x-tr: 605
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
lua-alchemy's lua-alchemy at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Port of the Lua programming language for ActionScript using Alchemy |
Homepage: | https://code.google.com/p/lua-alchemy/ |
Clone URL: |
git://github.com/lua-alchemy/lua-alchemy.git
Give this clone URL to anyone.
git clone git://github.com/lua-alchemy/lua-alchemy.git
|
Background ---------- Lua is a great dynamic programming language, Adobe Flash is a great universal platform for applications and Adobe Alchemy is the tool to bind them together. The main webpage can be found here: https://code.google.com/p/lua-alchemy/ Lua --- Lua is a powerful, fast, light-weight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. -- https://lua.org/about.html Adobe Flash ----------- Adobe Flash (previously called "Macromedia Flash"') is a set of multimedia software created by Macromedia and currently developed and distributed by Adobe Systems. Since its introduction in 1996, Flash has become a popular method for adding animation and interactivity to web pages; Flash is commonly used to create animation, advertisements, and various web page components, to integrate video into web pages, and more recently, to develop rich Internet applications. -- https://en.wikipedia.com/wiki/Flash Adobe Alchemy ------------- With Alchemy, Web application developers can now reuse hundreds of millions of lines of existing open source C and C++ client or server-side code on the Flash Platform. Alchemy brings the power of high performance C and C++ libraries to Web applications with minimal degradation on AVM2. The C/C++ code is compiled to ActionScript 3.0 as a SWF or SWC that runs on Adobe Flash Player 10 or Adobe AIR 1.5. -- https://labs.adobe.com/technologies/alchemy/ Motivation ---------- We need Lua Alchemy to... * ...To use *run-time dynamic* programming language (Lua) within the Flash framework. * ...To *reuse* existing Lua code for the Flash-based utilities * ...To get a *great cross-platform back-end* (Flash) for (simpler) Lua-based games * ...To have fun with *awesome* new technology :-) File Manifest ------------- AUTHORS - Contact information for the authors of lua-alchemy COPYRIGHT - Copyright for the lua-alchemy project HISTORY - Project history log README - This file describing the project alchemy/ - Builds lua-alchemy.swc benchmark/ - Lua benchmarks build/ - Build utility tools demo/ - Flash and Flex demos etc/ - Odds and ends of various usefulness test/ - Lua and ActionScript tests
This feature is coming soon. Sit tight!