https://github.com/algorythm-dylan/lextra
Lua library to extend the standard library
https://github.com/algorythm-dylan/lextra
Last synced: 2 months ago
JSON representation
Lua library to extend the standard library
- Host: GitHub
- URL: https://github.com/algorythm-dylan/lextra
- Owner: AlgoRythm-Dylan
- Created: 2019-04-10T01:09:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T07:39:21.000Z (about 6 years ago)
- Last Synced: 2025-02-08T04:42:04.891Z (4 months ago)
- Language: C
- Size: 413 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lextra
Lua was created with this objective in mind: *small*
lextra was created with the opposite in mind.
# Why tho
Lua has two use cases, and it really boils down to
"who has the wheel?":The most common use case is to embed
it into your project and speed up development by writing a
simple language (Lua) rather than a complicated one (c++).
In this case, small is good!A less-common use case for Lua is to create applications
using Lua as the main codebase, and delegating tasks to
other languages (Usually c/c++). In this case, small is bad!
That's why this is the less common application for Lua.This library should help with the first use case, but is really
targeted at the second. lextra hopes to create a "standard",
general-purpose library which makes Lua a viable language
for application development on it's own.# Why lextra?
Current bonuses include:
- Configurable design (lextra_config.lua)