You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Luau Luau (lowercase u, /Ëlu.aÊ/) is a fast, small, safe, gradually typed embeddable scripting language derived from Lua. Around 2006, Roblox started using Lua 5.1 as a scripting language for games. Over the years we ended up substantially evolving the implementation and the language; to support growing sophistication of games on the Roblox platform, growing team sizes and large internal teams wri
Nelua Programming Language Minimal, simple, efficient, statically typed, compiled, metaprogrammable, safe, and extensible systems programming language with a Lua flavor. Overview Download What is Nelua? Nelua is a systems programming language for performance sensitive applications, like real-time applications and game engines. Its syntax and semantics are similar to Lua, but its garbage collection
// Give points to all friends around the target position function onAbilityCast(caster: Unit, targetPos: Vector) { const units = findUnitsInRadius(targetPos, 500); const friends = units.filter(unit => caster.isFriend(unit)); for (const friend of friends) { friend.givePoints(50); } } -- Give points to all friends around the target position function onAbilityCast(caster, targetPos) local units = fin
Luakit is a highly configurable browser framework based on the WebKit web content engine and the GTK+ toolkit. It is very fast, extensible with Lua, and licensed under the GNU GPLv3 license. It is primarily targeted at power users, developers and anyone who wants to have fine-grained control over their web browserâs behaviour and interface.
Hammerspoon What is Hammerspoon? This is a tool for powerful automation of macOS. At its core, Hammerspoon is just a bridge between the operating system and a Lua scripting engine. What gives Hammerspoon its power is a set of extensions that expose specific pieces of system functionality, to the user. What can it do for me? You can write Lua code that interacts with macOS APIs for applications, wi
Ramblings of an old-school software developer, father, and woodworker. Sat, May 28, 2016 As of May 19th, I've unsubscribed from the Lua mailing list. Thus ends an era. For years I have been a strong proponent of Lua. I've used it in my games, and I've used it in servers with Nginx. I've used Lua to write command line tools, and I've used it to write extensions for existing games. Lua is a great la
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 並è¡å¦çã®ã¿ã¤ããå ¨ãéãã®ã§ãæ©ã¾ããããã©ããéã£ã¦é¢ç½ããææ§ã ãèªåã¨ãã¦ã¯ãã£ããããæåã¯ãåè¨èªãæ¸ãæãä½ã主役ã ã¨æãããï¼ãã¨ããå°è±¡ã ãããããåé ã«ãã®ã¤ã¡ã¼ã¸ãæ¸ãããã®å¾ã«ã¡ãã£ã¨ããç¹æ§ãéè¨ããã golangï¼ goã®ã³ã¼ãèªèº«ã主役ãªæãããã£ã³ãã«ã§ã®å¾ ã¡åããæã«åæ¢ããå¯è½æ§ããããã³ã³ãã¯ã¹ãåãæ¿ãã¯ãããªã¨ã³ããã£ãã«åæã«è¡ããããã¡ãã»ã¼ã¸ã¯éä¿¡è ãåä¿¡è ããåæã®å ã§ãã£ã³ãã«ãä»ãã¦è¡ãã Erlangï¼ ã¡ãã»ã¼ã¸å¦çã®å¨ãã«ã³ã¼ãããã£ã¤ãæããã¡ã¼ã«ããã¯ã¹ã§ã®å¾ ã¡åããæã«
Ravi is a dialect of Lua with limited optional static typing and features a JIT compiler powered by MIR as well as support for AOT compilation to native code. The name Ravi comes from the Sanskrit word for the Sun. Interestingly a precursor to Lua was Sol which had support for static types; Sol means the Sun in Portugese. Lua is perfect as a small embeddable dynamic language so why a derivative? R
åè http://wiki.nginx.org/Phases ï¼2016.3追è¨ï¼ä¸è¨ã®URL㯠ãã¼ã¸ããªããªã£ã¦ãã¾ãããæ®å¿µãªãããªãã£ã·ã£ã«ãã¼ã¸ã§ä¼¼ãè¨è¼ãè¦å½ããã¾ãããä¸è¨ããããåç §ãã¦ãã ããã http://www.aosabook.org/en/nginx.html#sec.nginx.internals http://www.nginxguts.com/2011/01/phases/ http://www.programering.com/a/MzN4MzMwATY.html http://www.slideshare.net/joshzhu/nginx-internals/37 lua-nginx-module ãããã¯ããå¦ç lua-nginx-module ã¯ãä¸è¨ã® nginx ã® Phase ã®ãã¡ãRewrite, Access, Content,
nginx.org Popular high performance HTTP server. Event based (asynchronous) architecture. Low and predictable memory footprint. Declarative configuration language. Extendable with modules written in C. OpenResty = Nginx + a collection of modules. In production for large e-commerce sites in China (Alibaba Group). Non-blocking I/O using Nginx modules, including: Memcached Redis MySQL / Drizzle Postgr
ãããã¯ãã§Webãµã¼ãä¸ã®ç¾å¨æå»åºãããè¦ä»¶ãããã¾ããã ãããããã®å¦çãªãã¢ããªã±ã¼ã·ã§ã³ä»ããã¨ãnginxã ãã§ããããã§ããã ç¾å¨æå»ãããã¼ã«ã¤ãããªãnginxæ¨æºæ©è½ã§åºæ¥ãããªãã§ããã 深淵ãªãçç±ããã³ã³ãã³ãã¨ãã¦æ¬²ããã¨ã®ãã¨ã ä»å¾ãNginx+Lua試ãã¦ã¿ãããªã¼ã¨ããè¦ä»¶ãããã¾ãããã ãã£ãããªã®ã§ãã®æ©è½ãLuaã¹ã¯ãªããã§æ¸ãã¦ã¿ããã¨ã«ãã¾ããã Nginxã§Luaãåããç°å¢ ã¾ãç°å¢æ´ããã®ãè¥å¹²å¤§å¤ã§ããã*1 以ä¸ã®ãããªæé ã§ã¤ã³ã¹ãã¼ã«ããããã§ãã LuaJITã¤ã³ã¹ãã¼ã« ngx_devel_kitã¤ã³ã¹ãã¼ã« lua-nginx-moduleã¤ã³ã¹ãã¼ã« ã©ã¤ãã©ãªã®ãã¹ãªã©æ°ãã¤ããªãã¨ãããããããã¾ãããã nginxã¬ã·ã opscodeã®nginxã¯ãã¯ããã¯ã«ã¯luaãã¤ã³ã¹ãã¼ã«ããã¬ã·ããããã¾ããã ã
4. Luaã¨ã¯ ãã©ã¸ã«ã® Pontiï¬cal Catholic University of Rio ã§éçºããã¦ããããã°ã©ãã³ã°è¨èª åãè¾¼ã¿åã®ããã°ã©ãã³ã°è¨èªã¨ãã¦éçºããã ã²ã¼ã æ¥çãä¸å¿ã«æµ¸éãç¾å¨ã¯æ±ç¨çãªããã°ã© ãã³ã°è¨èªã¨ãã¦ä¸å®ã®å°ä½ãå¾ã¦ãã ã¬ã¼ãã¸ã³ã¬ã¯ã·ã§ã³ãã³ã«ã¼ãã³ 6. OpenResty nginx-lua ã®ç¾å¨ã®ã¡ã³ããã® agentzh (ç« äº¦æ¥ã ã) ãæä¾ãã¦ãããã³ãã« ã¤ãã®ã¢ã¸ã¥ã¼ã«ãå ¨é¨å ¥ã array-var / auth-request / coolkit / echo / encrypted-session / forminput / headers-more / iconv-nginx / lua / memc / postgres / redis / redis2 / set-misc / srcache / xss
So... this is an experiment with making a full-blown Javascript to Lua translator, preserving semantics and so on. It's a single-pass transpiler that directly generates Lua code from the Esprima AST, without any kind of IR. Quick-and-dirty, cutting corners, etc etc - don't expect much of this code :) For example, each ternary expression (?:) generates 4 function calls and a closure - too lazy to i
TESSEL COMMUNITY IS BACK BairesDev brings Tessel back for the community. Tesselâs Comeback: Fueled by Community and InnovationWelcome to the new Tessel era, reimagined by BairesDev for innovators and creators everywhere. Tessel 2 is your fast track to IoT and robotics, making device creation quick and accessible through the power of Node.JS. From sensors and actuators to cameras and dongles, our p
ãç¥ãã
ã©ã³ãã³ã°
ã©ã³ãã³ã°
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}