diff --git a/Lenguajes de programación.md b/Lenguajes de programación.md index 1d6bc17..092c111 100644 --- a/Lenguajes de programación.md +++ b/Lenguajes de programación.md @@ -1 +1,2 @@ - [Wren is a small, fast, class-based concurrent scripting language](https://wren.io/) +- [[Lua]] diff --git a/Lua funcional.md b/Lua funcional.md new file mode 100644 index 0000000..ee3de66 --- /dev/null +++ b/Lua funcional.md @@ -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) diff --git a/Lua.md b/Lua.md new file mode 100644 index 0000000..e3b9d5e --- /dev/null +++ b/Lua.md @@ -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