This commit is contained in:
parent
fdffc1015b
commit
f5b42d137f
3 changed files with 9 additions and 0 deletions
|
@ -1 +1,2 @@
|
||||||
- [Wren is a small, fast, class-based concurrent scripting language](https://wren.io/)
|
- [Wren is a small, fast, class-based concurrent scripting language](https://wren.io/)
|
||||||
|
- [[Lua]]
|
||||||
|
|
4
Lua funcional.md
Normal file
4
Lua funcional.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
- [luafun/luafun](https://github.com/luafun/luafun) (enfoque en performance dentro de LuaJIT)
|
||||||
|
- [lua-stdlib/functional](https://github.com/lua-stdlib/functional)
|
||||||
|
- [ezerfernandes/funkmoon](https://github.com/ezerfernandes/funkmoon)
|
||||||
|
- [jhoonb/functional-lua](https://github.com/jhoonb/functional-lua)
|
4
Lua.md
Normal file
4
Lua.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
- [[Lua funcional]]
|
||||||
|
- [lua-stdlib/lua-stdlib](https://github.com/lua-stdlib/lua-stdlib)
|
||||||
|
- [gvvaughan/typecheck](https://github.com/gvvaughan/typecheck)
|
||||||
|
- [lua-stdlib/strict](https://github.com/lua-stdlib/strict) chequea que hayas definido las variables
|
Reference in a new issue