Lua C#

  • jenn4
    24th Aug 2011 Member 0 Permalink
    Am I allowed to use Lua with C#?
  • Pilihp64
    24th Aug 2011 Developer 0 Permalink
    what do you mean exactly...
  • jenn4
    24th Aug 2011 Member 0 Permalink
    In Lua tutorial, what can be found on Luas site, there reads that I cant use Lua as main language of programs. I have to use it as part of C or C++ program. Can I use it as part of C# program?
  • ief015
    24th Aug 2011 Former Staff 0 Permalink
    Google "LuaInterface"

    It is a .NET binding of the Lua library.

    You *can* use it as the main language of your program, but it's not recommended.
  • Cr15py
    24th Aug 2011 Member 0 Permalink
    @ief015 (View Post)
    He also *can* use C# as the main language of a program, but it's not recommended.
  • jenn4
    24th Aug 2011 Member 0 Permalink
    @Cr5py
    Why its not recommended. And its she.
  • ief015
    24th Aug 2011 Former Staff 0 Permalink
    @Cr15py (View Post)
    Um, it's not recommended because it can be slow, and being interpreted users can edit around with your source.
  • mniip
    24th Aug 2011 Developer 0 Permalink
    @jenn4 (View Post)
    Offopic: have you hear yourself: "its she"

    Ontopic:i think you can find C# Lua unit
  • devast8a
    25th Aug 2011 Former Staff 0 Permalink
    Why would you bother?
    Unless you prefer Lua over C#, just completely use C#
  • boxmein
    25th Aug 2011 Former Staff 0 Permalink
    Rather use C#, at least until you bother to learn C/++.
    Question