Skip to content

Instantly share code, notes, and snippets.

@fjolnir
Last active February 15, 2024 15:01
Show Gist options
  • Star 43 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save fjolnir/2211379 to your computer and use it in GitHub Desktop.
Save fjolnir/2211379 to your computer and use it in GitHub Desktop.
LuaJIT ObjC bridge
The bridge is now located at https://github.com/fjolnir/TLC
@fjolnir
Copy link
Author

fjolnir commented Mar 30, 2012

Fixed cache.
Added option to toggle automatically appending underscores on selectors(enabled by default)
Moved CG types from global to objc namespace
Added __tostring to objects and selectors so you can now print() them directly
fixes

@fjolnir
Copy link
Author

fjolnir commented Mar 30, 2012

Added convenience functions to convert lua values to objects. NSArr(), NSDic(), NSNum(), NSStr() and the general Obj() which type checks and calls the correct function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment