Skip to content

norman/hello-lua

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

hello Lua!

This is a simple hello-world module for Lua, intended for learning about writing modules in C.

It shows how to:

  • Make the C module
  • Make a basic Makefile to compile it
  • Make a rockspec to distribute it with LuaRocks
  • Make a test program to test it

The test program can be executed as plain Lua, or with Shake.

About

A demo of how to make simple C modules for Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published