Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Srlion/goglua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goglua

Archive Reason

Using Go with the Lua C API is really difficult because Go and Lua handle errors differently. Lua uses something called longjmp to handle errors in C, but this doesn't work well with Go and can cause serious problems. There's no easy way to stop these longjmp calls from messing with Go. So, it's better not to try combining them.

Install

go get -u github.com/Srlion/goglua

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published