Code Monkey home page Code Monkey logo

lub's Introduction

lub Build Status

Lubyk core library (provides autoloading, helpers).

Documentation.

install

luadist install lub

or

luarocks install lub

lub's People

Contributors

gaspard avatar dlaurie avatar computernerd avatar drahosp avatar

Stargazers

 avatar  avatar Peter Vasil avatar

Watchers

 avatar James Cloos avatar  avatar  avatar

lub's Issues

lib.join is slow and unnecessary

The algorithm in lib.join is extremely slow, requiring allocation of a new string for every element in the array. Moreover, lib.join appears to do exactly the same as the standard function table.concat.

Suggestion: replace its definition by

lib.join = table.concat

Add support for Lua 5.4

In my experience (as a dependency of yaml) this works fine under Lua 5.4, but to get it one has to install via a side channel of some kind. Direct installation via luarocks install lub is blocked because of this version restriction:

"lua >= 5.1, < 5.4",

I think this top end restriction should just be dropped and a new rockspec released and published on LuaRocks.org so that existing users can go on using it as usual without kludges.

How to build?

I wanted to try dub, they seem to be lua scripts only, I see they require lub so here i am.
Excuse my ignorance but i cant see how to build lub.
Best
victor bombi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.