Programming Language
Abap
ActionScript
Assembly
BASIC
C
C#
C++
Clojure
Cobol
CSS
Dart
Delphi
Elixir
Erlang
F#
Fortran
Go
Groovy
Haskell
Html
Java
Javascript
Julia
Kotlin
Lisp
Lua
Matlab
Objective-C
Pascal
Perl
PHP
Prolog
Python
R
Ruby
Rust
Scala
Scheme
Shell/Bash
SQL
Swift
TypeScript
VBA
Framework
AngularJS
Backbone
Bootstrap CSS
Bootstrap Javascript
Bulma
CakePHP
CodeIgniter
Django
Drupal
Ember
Express
Flask
Flutter
Foundation
Ionic
jQuery
Laravel
Materialize
Next.js
Node.js
Nuxt.js
React
Semantic UI
Spring
Symfony
Unity
Vaadin
Vue
Wordpress
Yii
Zend
Categories
Tags
Lua
New post in Lua
Compile lua code, store bytecode then load and execute it
November 18th, 2021
store
c++
compilation
bytecode
lua
interactive lua: command line arguments
December 28th, 2020
interactive
lua
command-line
Choose a random item from a table
January 24th, 2021
random
lua
How to quickly initialise an associative table in Lua?
August 1st, 2020
initialization
lua-table
lua
Creating standalone Lua executables
September 27th, 2020
windows
lua
Lua replacement for the % operator
July 27th, 2022
modulo
lua
math
How to read data from a file in Lua
July 25th, 2022
lua
Safely remove items from an array table while iterating
July 9th, 2022
lua
Lua multiline comments past ]]'s
July 9th, 2022
lua
multiline
comments
How to compile Lua scripts into a single executable, while still gaining the fast LuaJIT compiler?
July 9th, 2022
luajit
nginx
compilation
lua
How do I get the number of keys in a hash table in Lua?
April 11th, 2020
hashtable
lua
What does operator ~= mean in Lua?
July 9th, 2022
operators
lua
Lua: converting from float to int
July 9th, 2022
lua
floating-point
Concatenation of tables in Lua
July 9th, 2022
concatenation
lua
lua-table
How to exit a Lua script's execution?
July 9th, 2022
lua
How to format a lua string with a boolean variable?
July 9th, 2022
string-formatting
lua
lua: retrieve list of keys in a table
July 9th, 2022
lua-table
lua
keyset
Function/variable scope (pass by value or reference?)
January 11th, 2020
variables
lua
scope
Load Lua-files by relative path
July 9th, 2022
coronasdk
require
lua
Is LuaJIT really faster than every other JIT-ed dynamic languages?
April 2nd, 2020
luajit
lua
jit
Lua print on the same line
October 21st, 2021
lua
Get back the output of os.execute in Lua
July 9th, 2022
lua
What does # mean in Lua?
July 9th, 2022
lua
What is a good game engine that uses Lua?
July 9th, 2022
game-engine
lua
Lua os.execute return value
August 3rd, 2021
shellexecute
lua
Why is LuaJIT so good?
August 10th, 2020
lua
luajit
jit
Alternatives to Lua as an embedded language?
July 8th, 2022
scripting
embedded
lua
programming-languages
Lua operators, why isn't +=, -= and so on defined?
June 15th, 2020
compound-assignment
lua
language-design
assignment-operator
Search for an item in a Lua list
December 6th, 2021
lua
lua-table
list
How do you copy a Lua table by value?
October 3rd, 2020
lua
lua-table
←
1
2
3
4
5
6
7
8
9
10
11
12
13
→