Why code Lua with LDT?

Subscribers:
24,000
Published on ● Video Link: https://www.youtube.com/watch?v=hB4MLuFyT94



Duration: 29:38
481 views
3


Slides: http://kinfoo.github.io/why-code-with-ldt/#/why-code-with-ldt

LDT means Lua Development Tools, the Lua IDE part of the Koneki project, and soon in his own project.

Lua is a powerful and light scripting language. There are a lot of tools to code in Lua. Why choose LDT?

Unlike editors, LDT is based on deep language analysis which helps with core features such as auto-completion, outline and documentation. On top of this, LDT comes with an API documentation Language that enable easy documentation and API exploration.

Lua virtual machine is easy to embed in existing applications and therefore often used in combination with native C or C++ code. As LDT is part of the Eclipse ecosystem, it is compatible with others Eclipse projects, such as CDT for cross language debugging. This talk will explain some of theses advantages.

Finally, we will share with the community our view of the future of LDT to start gathering feedback.







Tags:
Eclipse
EclipseCon
Lua
LDT
Koneki