5 ms·
Here are some code examples for anyone curious to see how it looks https://github.com/lenguaje-latino/latino/tree/master/ejemplos https://github.com/lenguaje-l
by juliand 5y ago
Here are some code examples for anyone curious to see how it looks
https://github.com/lenguaje-latino/latino/tree/master/ejemplos https://github.com/lenguaje-latino/latino/tree/master/ejempl...
- ufo 5y agoMy first impression is that it looks like a mix of Lua and Python.
- yosito 5y ago> Latino es un lenguaje de programación con sintaxis en Español creado en C, inspirado en Lua y Python Well, yeah....
- tgv 5y agoI don't see much Python, mainly Lua with Spanish keywords and function names, basically. while => mientras, if => si, end => fin, break => romper, print => poner, etc. I learned programming with such a "localized" version of simplified FORTRAN, but I didn't find it intuitive or conducive to learning how to program. Later, I read a study (can't cite it; lost the details) that found interference from programming language keywords in English speakers, but not in others, and they suggested it might actually be easier to learn programming with English keywords.
- ufo 5y agoIt says it has local-by-default scoping, which would be a Python influence. But now I'm not sure. When I tested the program the variables set inside the function seem to still be present after the function returns?