Login
Ben
/
Nujel
Overview
Code
Talk
CI
Settings
develop
feature/new-benchmarks
master
new-stackless
stackless
value-types
wolkenwelten
7 branches
0 tags
SSH
HTTP
Ben (X13/Arch)
Removed [λ*] and [μ*] requiring bytecode for all macros/lambdas
a5eeec9
3 years ago
553 Commits
nujel
/
benchmark
/
for
/ lua.lua
Raw
text/x-lua
•
106 B
•
7 lines
#!/usr/bin/env lua ret = 0 for i = 1,(10000000-1) do ret = ret + i end print("The result is ",ret)