metalua.blogspot.com metalua.blogspot.com

METALUA.BLOGSPOT.COM

metalua

News about the development of metalua

http://metalua.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR METALUA.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.3 out of 5 with 10 reviews
5 star
2
4 star
3
3 star
3
2 star
0
1 star
2

Hey there! Start your review of metalua.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • metalua.blogspot.com

    16x16

  • metalua.blogspot.com

    32x32

CONTACTS AT METALUA.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
metalua | metalua.blogspot.com Reviews
<META>
DESCRIPTION
News about the development of metalua
<META>
KEYWORDS
1 metalua
2 my previous post
3 source code
4 metalua treequery
5 queries
6 treequery
7 local x=1
8 print x i
9 would be written
10 ast = {
CONTENT
Page content here
KEYWORDS ON
PAGE
metalua,my previous post,source code,metalua treequery,queries,treequery,local x=1,print x i,would be written,ast = {,foo{bar},tag='foo' bar},q ast,filter,print x i },mathcos x },testing the parents,qparent,qis block,qparent q is block,ast = {block,end}
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

metalua | metalua.blogspot.com Reviews

https://metalua.blogspot.com

News about the development of metalua

INTERNAL PAGES

metalua.blogspot.com metalua.blogspot.com
1

metalua: Refactoring Lua code with Metalua

http://metalua.blogspot.com/2008/12/refactoring-lua-code-with-metalua.html

News about the development of metalua. Monday, December 1, 2008. Refactoring Lua code with Metalua. Metalua is primarily designed as a self-extensible language, close to Scheme through Lua's heritage, but with a more opinionated syntax than lisps (I've written something about the importance of opinionated syntax over there. For i=1,10 do print(i) end" `For{ `Id "i", `Number 1, `Number 10, { `Call{ `Id "print", `Id "i" } } }. Node will have a lineinfo range 1-27; the first. Will have 5-5, the second 21-21;.

2

metalua: Syntax experiments

http://metalua.blogspot.com/2008/02/syntax-experiments.html

News about the development of metalua. Thursday, February 21, 2008. Now that metalua 0.4 has been released, I took a bit of time to play with syntax. I'm usually reluctant to superficial syntax tweaking: 90% of the time, it breaks source compatibility for a marginal or even negative increase in readability. However, it's impossible to identify the remaining 10% interesting cases unless you give them a fair shot. Hence I introduced two experimental extensions:. The extended loop syntax;. Operators, as alt...

3

metalua: Refactoring Lua with Metalua: source generation

http://metalua.blogspot.com/2008/12/refactoring-lua-with-metalua-source.html

News about the development of metalua. Tuesday, December 2, 2008. Refactoring Lua with Metalua: source generation. In a previous post. First, I won't bother to use the walk library. Class: this class will:. Keep a generated source code accumulator;. Keep track of the current indentation level;. Support some basic code creation methods: adding strings (. Properly indented newlines (. Handling indentation level (. And actually walk the AST nodes (. Synth:Foo(ast, .). The association. So. Should be printed ".

4

metalua: July 2008

http://metalua.blogspot.com/2008_07_01_archive.html

News about the development of metalua. Tuesday, July 22, 2008. Stat{ block, expr }. Is an expression node, which evaluates the block, then evaluates the expression in the block's context. Therefore having access to its local variables; that's also how ". Repeat foo until bar. Works in Lua, where condition ". Has access to ". S local variables). The node's expression value is the second child's value. For instance, the following AST, when executed, prints 42:. Print(stat local x=21; return 2*x end). In ca...

5

metalua: A 'simple' extension with a catch

http://metalua.blogspot.com/2008/01/simple-extension-with-catch.html

News about the development of metalua. Tuesday, January 22, 2008. A 'simple' extension with a catch. At first, it really seems trivial. We want the following transformation:. Try to expand the following:. Function f() try return 42 catch x - print("An error occured: ".x) end end. Either to detect the presence of some return statements in the try-block, and refuse to compile if we find one;. Or, if we want the macro to be usable, to catch them and change them into something smarter. January 24, 2009 at 10...

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

LINKS TO THIS WEBSITE

weaverengine.com weaverengine.com

User code execution platforms - Weaver engine

http://weaverengine.com/platforms

Platforms for exec user code. Source code editors (HTML5). Wiki syntaxes (output syntax). What is a Wiki Site? How to edit pages? How to join this site? It seems you have no tags attached to pages. To attach a tag simply click on the. Button at the bottom of any page. Add a new page. User code execution platforms. At the moment, the only platforms known to support serializeable continuations and sandboxing. At the same time. Are Lua/Pluto and the java Rhino interpreter for Javascript. Which implements co...

metalua.luaforge.net metalua.luaforge.net

Metalua Manual

http://metalua.luaforge.net/manual000.html

Static meta-programming for Lua. Command line options parsing. Separate universes for Lua. Digging in the sources. Abstract Syntax Tree grammar. This document was translated from L.

metalua.luaforge.net metalua.luaforge.net

Metalua

http://metalua.luaforge.net/index.html

Static meta-programming for Lua. Metalua is a language and a compiler which provide:. Full compatibility with Lua 5.1 sources and bytecode: clean, elegant semantics and syntax, amazing expressive power, good performances, near-universal portability. A complete macro system, similar in power to what's offfered by Lisp dialects or Template Haskell; manipulated programs can be seen as source code, as abstract syntax trees, or as an arbitrary mix thereof, whichever suits your task better. Yet provide all the...

metalua.luaforge.net metalua.luaforge.net

Metalua: downloads

http://metalua.luaforge.net/download.html

Static meta-programming for Lua. The current version of metalua is 0.4 alpha. Although API tend to become more stable as versions are released, theres no guarantee for stability nor backward compatibility until version 1.0 is reach, except that compatibility with Lua 5.1 will be kept. A note about alpha, beta etc. I'm sometimes surprized by the sense people attach to the alpha and beta qualifiers for software. Definition, applicable to metalua, is that:. Metalua 0.4.1 RC1 sources.

metalua.luaforge.net metalua.luaforge.net

Mailing list

http://metalua.luaforge.net/mailinglist.html

Static meta-programming for Lua. Lua has its own, very active mailing list, to which you can subscribe here. For announces and questions specific to Metalua, I've setup a separate Metalua mailing list. You're welcome to post there anything related to Metalua: requests for help, rants, bugs reports, testimonials, feature wishes etc.

metalua.luaforge.net metalua.luaforge.net

Quick tour

http://metalua.luaforge.net/quicktour.html

Static meta-programming for Lua. What it looks like: Lua code. Here are a couple of lines of plain Lua, just to give a quick taste. Hopefully code is self-explanatory to most programmers:. Print primes (limit) local. J = i*i, limit, i do. Sieve[j] = true end. For some name-dropping, or there. For open source projects. What it looks like: Metalua code. Metalua looks quite the same as Lua, except for {.}. This is taken from ML. It lets you analyze the structure of some data, bind sub-parts of it to loc...

weaverengine.com weaverengine.com

Plan B - Weaver engine

http://weaverengine.com/plan-b

Platforms for exec user code. Source code editors (HTML5). Wiki syntaxes (output syntax). What is a Wiki Site? How to edit pages? How to join this site? It seems you have no tags attached to pages. To attach a tag simply click on the. Button at the bottom of any page. Add a new page. It should beat javascript handily at startup and execution speed. Is a multi-paradigm language. Designed to allow flexible semantics. Which implements coroutines nicely. Although not RAM/CPU limiting. Has the Pluto Library.

weaverengine.com weaverengine.com

Lua - Weaver engine

http://weaverengine.com/lua

Platforms for exec user code. Source code editors (HTML5). Wiki syntaxes (output syntax). What is a Wiki Site? How to edit pages? How to join this site? It seems you have no tags attached to pages. To attach a tag simply click on the. Button at the bottom of any page. Add a new page. Is a multi-paradigm language. Designed to allow flexible semantics. Which implements coroutines nicely. Although not RAM/CPU limiting. Has the Pluto Library. For serialization of coroutines/threads. Has the Orbit MVC. Someth...

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL LINKS TO THIS WEBSITE

12

OTHER SITES

metalu.deviantart.com metalu.deviantart.com

metalu (Metalu) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 6 Years. This deviant's full pageview. Last Visit: 43 weeks ago. This is the place where you can personalize your profile! Avatar, ...

metalu.net metalu.net

Metalu.net – Chantier créatif numérique

Metalu.net est un collectif d’artistes et techniciens pluridisciplinaires, un lieu dédié à l’expérimentation des nouvelles technologies dans l’art, et une plate-forme de ressources au service d’artistes numériques. 161 rue Roger Salengro. Tél : 03 28 07 32 27.

metalu.ru metalu.ru

Metalu - Проектирование и строительство яхтенных портов

Проектирование и строительство яхтенных портов с 1974 года. Metalu - система причалов для яхт. Ведущая европейская компания в области проектирования и строительства объектов яхтенной инфраструктуры. Яхтенные порты, частные пристани, плавучие платформы, вертолетные площадки, мосты и прочие объекты. Полный спектр аксессуаров и услуг. Представитель METALU в России. 107031, Москва, Рождественка, 6/9/20, стр.1. Тел: 7 (495) 624 1796, 7 (916) 685 2433.

metalu19.fr metalu19.fr

Metalu menuiseries corrèze

Aller au contenu principal. Les professionnels de la menuiserie. À votre service depuis plus de 15 ans. Située à Malemort-sur-Corrèze, la société artisanale MET-ALU 19. Intervient pour tous vos projets de menuiserie intérieure et extérieure. Bois et PVC, et de métallerie, que ce soit pour les particuliers, professionnels, administrations et syndicats dans le département de la Corrèze et les départements limitrophes. MET-ALU 19 c'est une équipe de professionnels qualifiés et expérimentés. Ouvrages métalli...

metalu82.com metalu82.com

accueil metalu fabriquant de menuiserie aluminium, métallerie et volets roulants

Le logiciel de gestion de collection! 149; Créé avec Web Acappella. Version gratuite •. Venez découvrir la nouvelle gamme innovante de chez REYNAERS avec de tout nouveaux profilés en fine structure, qui donnera à vos nouvelles menuiseries un côté très moderne et contemporain. A été fondée en 1993 par. Artisan métallier depuis 1975. Fort de plus de 36 années d'expériences professionnelles. Soutenu aujourd'hui par son fils. Pour vous satisfaire et répondre à vos exigences, nous vous proposons un ...132 Rue...

metalua.blogspot.com metalua.blogspot.com

metalua

News about the development of metalua. Thursday, October 20, 2011. TreeQuery: a DSL for syntax tree exploration. Teased about IDE support through Metalua, and among others, about a robust and readable DSL to describe AST visitors. I have hacked together a prototype of this library. This post will start describing what it can do. This post will showcase TreeQuery's API, the interfaces which allow to deal with trees. Methods and functions fall in two categories:. The implementation is also cut in two parts:.

metalua.luaforge.net metalua.luaforge.net

Metalua

Static meta-programming for Lua. Metalua is a language and a compiler which provide:. Full compatibility with Lua 5.1 sources and bytecode: clean, elegant semantics and syntax, amazing expressive power, good performances, near-universal portability. A complete macro system, similar in power to what's offfered by Lisp dialects or Template Haskell; manipulated programs can be seen as source code, as abstract syntax trees, or as an arbitrary mix thereof, whichever suits your task better. Yet provide all the...

metaluachahuter.com metaluachahuter.com

Métalu A Chahuter

metalub-2.com metalub-2.com

Metalu b-2 - METALUB-2.COM - ASCENSORES ACUATICOS

Manufacturas Metalicas Luisianeras, s.l. Polg. Ind. Los Motillos, C/ Madrid, 11 C y D 41430 La Luisiana (Sevilla) Tfn.: 34 955 907 784. Desarrollado por Ekko Dominios.

metalub.com metalub.com

Metalub

Industrial Cleaners and Degreasers. Oil And Gas Drilling. METALUB is at the forefront of particle surface chemistry. Upon which successful flotation depends. This has been achieved by over 15 years of research and. Development in molecular and surface chemistry,. Along with feedback from our clients. Metalub offers a varity of additives to improve pigment. Wetting and stabilization, prevent surface defects and bactriological. Growth, and consequently create compatible colorants in. April 17, 2017 aeropec...

metalubchina.com metalubchina.com

美特润(苏州)特种润滑剂有限公司0512-66181900

高温润滑脂,低温润滑脂,高速润滑脂,阀门密封脂,阀门清洗剂,开式齿轮润滑脂,螺纹防卡膏,复合钡润滑脂,二硫化钼润滑脂,复合磺酸钙润滑脂. 美特润METALUB 工业润滑油 高温润滑脂 低温润滑脂 螺纹防卡膏 阀门密封脂 特种润滑剂. CERAMIC GREASE MC2200 陶瓷高温润滑脂MC2200. Low Temperature Aerospace grease 低温航空润滑脂CR60. VALVE CLEANER VC15 阀门清洗剂VC15. HIGH TEMPERATURE VALVE SEALANT MRS12高温阀门密封脂MRS12. Rust Preventative Coating ARP330 防锈涂层ARP330. 气动工具油AIR TOOL OIL CLP. Low Temperature Aerospace grease 低温航空润滑脂CR60. WIRE ROPE LUBRICANT WRG3650 钢丝绳润滑油WRG3650. HIGH TEMPERATURE VALVE SEALANT MRS12高温阀门密封脂MRS12.