Thread: lua language

Results 1 to 9 of 9
  1. #1 lua language 
    Senior Member I Modded My PSP
    Join Date
    Oct 2008
    Posts
    127
    Hey. I just heard of a language called lua. Can you code emulators for psp with it? I've heard great things about gaming with this. They even say you can design games like world of warcraft with it. Any comments from coders with this? I'm trying to do research on this. Any help would be appreciated. Thanks, Alterdimension
    I go where my imagination takes me

    Anybody want nesterj cheat codes? I have a bunch of them

    http://www.filesend.net/download.php...a33644d2eabbd0
    Reply With Quote  
     

  2. #2  
    The King Of Chinatown PSP Elite Hacker Geek's Avatar
    Join Date
    Jan 2009
    Posts
    6,557
    from my knowledge most emulators are programmed in C++ and then they port the code, as for lua I believe its more used for basic homebrew games.




    I'm not a pirate. I am a 21st century Che liberating files from the capitalist overlords.
    How to check if you can mod your PSP

    Thanks MZ for a sleek sig!
    Reply With Quote  
     

  3. #3 is this 
    Senior Member I Modded My PSP
    Join Date
    Oct 2008
    Posts
    127
    in your opinion, which of the two would be best learned? C++ or Lua? I would think that lua is the way of the future. What do you think? which of the two would be worth learning?
    I go where my imagination takes me

    Anybody want nesterj cheat codes? I have a bunch of them

    http://www.filesend.net/download.php...a33644d2eabbd0
    Reply With Quote  
     

  4. #4  
    Member PSP User
    Join Date
    Feb 2009
    Posts
    76
    C++ in my view..... it is harder to learn but you can make almost anything with it. and dont expect to learn in one day..... it takes time to learn a high level programming language but if your focused and motivated, then go for it.
    Reply With Quote  
     

  5. #5  
    Senior Member PSP Elite Hacker DarkFoxSniper's Avatar
    Join Date
    Aug 2007
    Posts
    5,879
    LUA is defiantly NOT the programming language of the future..it is very simple and unless your bored I don't recommend learning it since it is VERY limited in what it can do.

    Quote Originally Posted by iedwardsIII
    In the words of DFS, go die.

    PSP Motherboard F.A.Q. Coldboot Tutorial





    Reply With Quote  
     

  6. #6 then c++ 
    Senior Member I Modded My PSP
    Join Date
    Oct 2008
    Posts
    127
    Then the best thing to learn would be c++ to port and make video games incuding psp emulators. Right?
    I go where my imagination takes me

    Anybody want nesterj cheat codes? I have a bunch of them

    http://www.filesend.net/download.php...a33644d2eabbd0
    Reply With Quote  
     

  7. #7  
    Member PSP User
    Join Date
    Feb 2009
    Posts
    76
    yep good luck with it
    Reply With Quote  
     

  8. #8  
    Senior Member PSP Elite Hacker DarkFoxSniper's Avatar
    Join Date
    Aug 2007
    Posts
    5,879
    Quote Originally Posted by alterdimension View Post
    Then the best thing to learn would be c++ to port and make video games incuding psp emulators. Right?
    Correct but I will say this C++ is NO easy feat..it can take YEARS to fully master it enough to be able to produce a working game.

    Quote Originally Posted by iedwardsIII
    In the words of DFS, go die.

    PSP Motherboard F.A.Q. Coldboot Tutorial





    Reply With Quote  
     

  9. #9  
    Junior Member PSP User
    Join Date
    May 2010
    Posts
    17
    Okay...

    Lua is a Low-Level Language. This means you must run it inside of a pre-compiled enviorment. In laymens terms: You are making an addition to a pre-existing application. Any games made in lua must be run by another program.

    Quote Originally Posted by ME
    Now, to define(Program){a set of commands used by the CPU to modify a set of values into usable data};
    Quote Originally Posted by ME
    A Program is something that takes something else that makes no sense(like the previous sentence) and turns it into something understandable(like this sentence).
    C++ is a Mid-level language. It is run directly on the CPU. It is independent of everything except the CPU.

    By rules of logic, anything programmed in lua does not get directly processed by the CPU, thus is not a program in itself. Whereas anything made in C++ is directly processed by the CPU, thus it is always a program in itself.(Exception being modules, but those are technically still independent, and you don't need to know what they are anyway)

    This whole post was typed by memory, so some may be a little off, but the basis is from the first 5 pages of [C++: A Complete Reference; By Herbert sumin-or-rather](VERY good book for learning C++, Herbert is an excellent writer for a text-book-writer.)

    NOTE: I am so proud of this post, I have shed a tear.
    Last edited by Suitch; 06-03-2010 at 06:47 AM.
    Reply With Quote  
     

Similar Threads

  1. what language does the psp use?
    By wox42 in forum PSP Homebrew
    Replies: 11
    Last Post: 06-23-2009, 06:06 AM
  2. PSP Firmware Language?
    By AngelofDeath in forum PSP Software, Firmware & Plugins
    Replies: 7
    Last Post: 05-06-2009, 12:12 AM
  3. change psp iso language
    By robby10ant in forum PSP Discussion
    Replies: 4
    Last Post: 02-13-2009, 10:58 PM
  4. language
    By xxgabriel2002xx in forum PSP Software, Firmware & Plugins
    Replies: 1
    Last Post: 08-25-2006, 01:32 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •