CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 30 Aug 2025 11:58:11 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100614073219
location: https://web.archive.org/web/20100614073219/https://github.com/lua-alchemy/lua-alchemy
server-timing: captures_list;dur=0.647513, exclusion.robots;dur=0.021843, exclusion.robots.policy;dur=0.009574, esindex;dur=0.013929, cdx.remote;dur=7.164171, LoadShardBlock;dur=174.942002, PetaboxLoader3.datanode;dur=49.944406, PetaboxLoader3.resolve;dur=66.241240
x-app-server: wwwb-app215
x-ts: 302
x-tr: 211
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app215; 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, 30 Aug 2025 11:58:12 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 14 Jun 2010 07:32:18 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "009eb7f87e568e6849cea9f08286d5ab"
x-archive-orig-x-runtime: 63ms
x-archive-orig-content-length: 29539
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 14 Jun 2010 07:32:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 14 Jun 2010 07:32:19 GMT", ; rel="memento"; datetime="Mon, 14 Jun 2010 07:32:19 GMT", ; rel="next memento"; datetime="Thu, 25 Oct 2012 16:18:37 GMT", ; rel="last memento"; datetime="Sun, 24 Aug 2025 02:20:35 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_16_20100614004424_crawl103_IndexOnly-c/51_16_20100614073141_crawl101.arc.gz
server-timing: captures_list;dur=1.305832, exclusion.robots;dur=0.045959, exclusion.robots.policy;dur=0.022337, esindex;dur=0.028135, cdx.remote;dur=12.153100, LoadShardBlock;dur=301.470771, PetaboxLoader3.datanode;dur=146.161554, PetaboxLoader3.resolve;dur=250.315962, load_resource;dur=255.026799
x-app-server: wwwb-app215
x-ts: 200
x-tr: 635
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
lua-alchemy / lua-alchemy
- Source
- Commits
- Network (5)
- Issues (1)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
README
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