|
Pascal语言并非穷途末路,各种应用层出不穷,这不,你还可以用pascal来写java小程序,用在MID上,MIDletPascal已经出现一段时间了,过去她的功能还不够强大,现在,她已经足够强大了,你完全可以用她来做你的MID应用开发工具。
单片机可以用Turbo51,手机可以用MIDletPascal ,桌面程序用下用Delphi,Lazarus,我们的选择也挺丰富的,学pascal,我们不后悔!!!
MIDletPascal is programming language specifically suited for development of mobile applications. MIDletPascal compiler translates Pascal code into Java™ microedition (J2ME) bytecode. Programs written in MIDletPascal can be executed on any mobile device (such as mobile phones) with Java™ support. With MIDletPascal language developing mobile applications is easy and straightforward. If you are already familiar with Pascal, Delphi or Kylix you can start writing your own mobile applications within minutes.
MIDletPascal is Pascal-like programming language specifically suited for development of mobile applications. MIDletPascal compiler translates Pascal code into Java™ micro edition (J2ME) bytecode. Programs written in MIDletPascal can be executed on any mobile device (such as mobile phones) supporting MIDP 1.0 and CLDC 1.0 platform.
With MIDletPascal language developing mobile applications is easy and straightforward. If you are already familiar with Pascal, Delphi or Kylix you can start writing your own mobile applications within minutes.
MIDletPascal comes with user-friendly IDE (integrated development environment) for Windows. The IDE has integrated compiler, Java bytecode preverifier and JAR archive builder so compiling and building MIDlets is as easy as a push of a button.
Since MIDletPascal generates low-level Java™ bytecode, generated MIDlets have small footprint and run fast. Some similar tools that can be found on the Internet generate an intermediate code and pack it with an interpreter into a JAR file - that approach creates large JAR files for distribution and yields slow execution. MIDletPascal directly generates Java bytecode, so you don't need Java compiler installed on your machine, and compile process is very fast. |
评分
-
查看全部评分
|