![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Did that java port get anywhere? within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Java is my main coding language and was really happy to see that compiled version. Since then though I've heard ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#4 |
![]() No longer a community member.
|
Lost project as C and JAVA are similar and it would take to much work to compete with a low level language like lua. So it was dropped. Anyway it was only text based so very useless.
|
|
|
|
|
|
#5 | |
![]() ![]() Developer
|
Quote:
__________________
[Blog] [Portfolio] [Homebrew Illuminati - Serious Homebrew Development Forums] [I want to make Homebrew FAQ] [How I broke into the Games Industry] [Programming Book List] [Programming Article List] |
|
|
|
|
|
|
#6 | |
![]() ![]() lol
Join Date: Aug 2006
Real First Name: Robert
Location: Whittier, CA
Just Played: Madden 10
Posts: 5,791
Trader Feedback: 0
|
Quote:
|
|
|
|
|
|
|
#7 | |
![]() ![]() Developer
|
Quote:
http://en.wikipedia.org/wiki/Low-lev...mming_language
__________________
[Blog] [Portfolio] [Homebrew Illuminati - Serious Homebrew Development Forums] [I want to make Homebrew FAQ] [How I broke into the Games Industry] [Programming Book List] [Programming Article List] |
|
|
|
|
|
|
#8 |
![]() ![]() total-Z
|
I think he was refering to lua itself, not the lua syntax, yauster.
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
#11 |
![]() |
Its not the power of LUA that sucks, its the constant crap thats released with it, like crap such as button testers, or little half-arsed games that don't make it past alpha 0.1. Applied correctly though, LUA can be a useful and convenient coding language.
__________________
[IMG]http://i9.photobucket.com/albums/a65/Vyse_the_Air_Pirate/psp21.jpg[/IMG] |
|
|
|
|
|
#13 |
![]() |
Yeah, but a while back there was a huge wave of them. There are some good LUA developers out there, but most LUA applications are dropped.
__________________
[IMG]http://i9.photobucket.com/albums/a65/Vyse_the_Air_Pirate/psp21.jpg[/IMG] |
|
|
|
|
|
#14 |
![]() No longer a community member.
|
Ok i c that lua isnt bad but C is not much harder of a language. And from learn a few things that are a bit harder you get the benefit of better faster moreflexible and anything else u can think of. If i was to code anything i would code it in C before LUA because at least to me C is easier because it has more structure and syntax.
|
|
|
|
|
|
#15 |
![]() |
The developer's website gives a 404 now, so it looks like it's cancelled
. He was going to do MIDP so you could run cellphone applications on your PSP. I use Java too...Differences between Java and Lua: * Lua is interpreted, whereas Java is compiled into bytecode which is interpreted (I'd imagine this makes Java faster, but not as fast as C(++)) * Java is object-orientated (I know about tables and metatables, but can you do inheritance with them? I don't use Lua so I don't know) Differences between Java and C(++): * Java is more high-leveled, you don't have to worry about things like buffer overflows * If it was done with MIDP, you could easily test games on the computer like Lua (the WTK comes with an emulator, you'd just have to tweak the settings to get the PSP's screen size and buttons) In my opinion, a Java port wouldn't be useless to the PSP scene. I'd use it .
|
|
|
|
|
|
#16 |
![]() ![]() Developer
|
a_noob: C is much harder then Lua. These are all due to memory related bugs and the lack of garbarge collection. If you ever do a large project (more then 10k of actual lines of code), then you know what I mean.
Here is an example, if i was 4, what would it be after this: Code:
i = i++
__________________
[Blog] [Portfolio] [Homebrew Illuminati - Serious Homebrew Development Forums] [I want to make Homebrew FAQ] [How I broke into the Games Industry] [Programming Book List] [Programming Article List] |
|
|
|
|
|
#17 |
![]() No longer a community member.
|
it would be 5 and every time ran through a loop it would add 1. But in C u can make it easier that that u can call i++; or even i+=1; and you would get the same effect. Im just saying to me i like C better because of the stricter syntax which makes your code more organized and to me easier to read and understand. And what i menat by low level language is that it doesnt have as much power. U guys are thinking highlevel as it handles most of the things for you. But i think of that as a Advanced language. When i think of high level i think of difficulty and power not of what the actuall language does. I hope that cleared up some of the confusion.
@ yaustar i do code in C and a little C++ and im starting C# and if that was supposed to be an example in C you forgot your semi colon. Also if it was C that would be a pointless line i++; is more efficent and accomplishes the same task. I have never touched LUA so im not to sure about it but just looking at a hello world i decided to just stick with C because i did not like it because it didn't have syntax to hold it together and organized but thaat is just my opinion AND lets NOT start the lua vs C war ok guys This is about the java port. What im trying to say is JAVA would be almost pointless on the psp because of C/C++ and LUA because java is similar to C a java person could easily pick it up. |
|
|
|
|
|
#18 | |
![]() ![]() sceKernelExitGame();
|
Quote:
__________________
|
|
|
|
|
|
|
#20 |
![]() ![]() sceKernelExitGame();
|
Lol, it's all right to be wrong (trust me
)Just take every moment as a learning experience! There will all ways be someone better then yourself.
__________________
|
|
|
|
|
|
#22 | |
![]() ![]() ...in a dream...
|
Quote:
On Topic: Hey - did (sorry forgot his name) ever get the legal rights to release the PSP Java port? I remember he made it, but couldnt release it...
__________________
...you'll never know what it's like... spending your whole life in a dream...
Launch a Kitten out of a Cannon and win real cash! Checkout my newly updated site for all my projects (Kitten Cannon, BOXHEAD, Light Cycle 3D) |
|
|
|
|
|
|
#23 | |
![]() ![]() ![]() Developer
|
he already released it when java was gpl'd... like 3 months ago...
+ bluekvm was also released recently.. Quote:
|
|
|
|
|
![]() |
| Tags |
| java , port |
| Thread Tools | |
|
|