Lite XL: A lightweight text editor written in C and Lua
1–10 of 151 posts
Re: Lite XL: A lightweight text editor written in C and Lua
#2Re: Lite XL: A lightweight text editor written in C and Lua
#3Re: Lite XL: A lightweight text editor written in C and Lua
#4Derivative of lite editor
Plugins
Lightweight:
We are currently around 3MB in size and takes about 10MB in RAM (can be lower). The whole thing is just Lua running on a rendering engine.
Re: Lite XL: A lightweight text editor written in C and Lua
#5Re: Lite XL: A lightweight text editor written in C and Lua
#6Plug-ins are not necessarily compatible
Re: Lite XL: A lightweight text editor written in C and Lua
#7for Windows, Linux and Mac OS Derivative of lite editor Plugins Lightweight: We are currently around 3MB in size and takes about 10MB in RAM (can be lower). The whole thing is just Lua running on a rendering engine.
It would traditionally mean a program running as little code as possible (dependencies included) for a given task, instead of relying on piles of pre-made libraries and frameworks, which obviously creep way more features than required.
However in this day and age, lightweight usually means it's not based on a web engine, although quite often it could still be huge and needlessly complex.
edit - post was edited in the meantime
Re: Lite XL: A lightweight text editor written in C and Lua
#8for Windows, Linux and Mac OS Derivative of lite editor Plugins Lightweight: We are currently around 3MB in size and takes about 10MB in RAM (can be lower). The whole thing is just Lua running on a rendering engine.
> What does lightweight mean? It would traditionally mean a program running as little code as possible (dependencies included) for a given task, instead of relying on piles of pre-made libraries and frameworks, which obviously creep way more features than required. However in this day and age, lightweight usually means it's not based on a web engine, although quite often it could still be huge and needlessly complex.…