From f5b42d137fe44bfa3191fa5962ad015af03ad95e Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 18 Sep 2022 08:18:38 -0300 Subject: [PATCH] Lua --- Lenguajes de programación.md | 1 + Lua funcional.md | 4 ++++ Lua.md | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 Lua funcional.md create mode 100644 Lua.md 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