Lua
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2022-09-18 08:18:38 -03:00
parent fdffc1015b
commit f5b42d137f
3 changed files with 9 additions and 0 deletions

View file

@ -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
View 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
View 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