PHP编译器。 [英] PHP compiler.

查看:41
本文介绍了PHP编译器。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨组。

我想用编译器而不是文本编辑器编写我的代码。

你建议我使用哪些编译器?

我更喜欢编译器在Linux上运行,但你可以参考windows''

编译器。


我想知道你的意见。


提前致谢,

Nuno Paquete

Hi group.
I hould like to write my code with a compiler instead of a text editor.
What compilers do you advice me?
I hould prefer compiler to run on Linux, but you can refer to windows''
compilers to.

I hould like to know your opinion.

Thanks in advance,

Nuno Paquete

推荐答案

Nuno Paquete(nm*@ispgaya.pt)写道:

:嗨组。

:我想用编译器编写我的代码一个文本编辑器。

:你建议我使用哪些编译器?

:我更喜欢编译器在Linux上运行,但你可以参考windows''

:编译器。


:我想知道你的意见。


你误解了什么,或者你的话是错误。


通常你使用文本编辑器在文件中创建源代码。


然后你传递那个文件o编译器或解释器,取决于

语言。


编译器编译源代码以创建可执行文件

存储在磁盘上并稍后运行。解释器编译源代码,

但是将它存储在内存中,而不是存储在文件中,并且每次运行编译后的程序

时间。
Nuno Paquete (nm*@ispgaya.pt) wrote:
: Hi group.
: I hould like to write my code with a compiler instead of a text editor.
: What compilers do you advice me?
: I hould prefer compiler to run on Linux, but you can refer to windows''
: compilers to.

: I hould like to know your opinion.

You misunderstand something, or your words are wrong.

Normally you create your source code in a file using a text editor.

Then you pass that file to either a compiler or interpreter, depending on
the language.

A compiler compiles the source code to create an executable file that can
be stored on disk and run later. An interpreter compiles the source code,
but stores it in memory, not in a file, and runs the compiled program each
time it does this.


Nuno Paquete写道:
Nuno Paquete wrote:

Hi group。
我想用编译器而不是文本编辑器编写代码。<你建议我使用哪些编译器?
我更喜欢编译器在Linux上运行,但你可以参考windows''
编译器。

我想要知道你的意见。

Hi group.
I hould like to write my code with a compiler instead of a text editor.
What compilers do you advice me?
I hould prefer compiler to run on Linux, but you can refer to windows''
compilers to.

I hould like to know your opinion.



编译器不编写代码,编译代码。我认为你和IDE混淆了IDE,它是一个文本编辑器,一个

编译器和一个捆绑且能够互动的调试器的组合。


这提出了一个问题,为什么?在C这样的程序中使用这样的动物进行编程的原因是你可以运行或调试代码,因为你需要写b
。你不可能以任何方式用PHP做到这一点(至少不是我所知道的b $ b)。你认为它有什么优势可以给你?


Brian Rodenborn


Compilers don''t write code, they, well, compile it. I think you are
confused with an IDE, which is a combination of a text editor, a
compiler and a debugger all bundled and able to interact.

This raises the question, why? The reason for having such an animal for
programming in something like C is that you can run or debug code as you
write. You aren''t going to be able to do that with PHP in any way (at
least not that I know of). What advantage do you think it will give you?


Brian Rodenborn


默认用户写道:
Default User wrote:
Nuno Paquete写道:
Nuno Paquete wrote:
嗨组。
我想用编译器而不是文本编辑器编写代码。 />你建议我使用哪些编译器?
我更喜欢编译器在Linux上运行,但你可以参考windows''
编译器。

我想知道您的意见。
Hi group.
I hould like to write my code with a compiler instead of a text editor.
What compilers do you advice me?
I hould prefer compiler to run on Linux, but you can refer to windows''
compilers to.

I hould like to know your opinion.



编译器不会编写代码,他们,编译它。我认为你与IDE混淆了,IDE是一个文本编辑器,一个编译器和一个捆绑且能够互动的调试器的组合。

这提出了一个问题,为什么?让这样的动物在C语言中进行编程的原因是你可以在编写时运行或调试代码。你不可能以任何方式用PHP做到这一点(至少不是我所知道的)。你认为它有什么优势可以给你?


Brian Rodenborn



Compilers don''t write code, they, well, compile it. I think you are
confused with an IDE, which is a combination of a text editor, a
compiler and a debugger all bundled and able to interact.

This raises the question, why? The reason for having such an animal for
programming in something like C is that you can run or debug code as you
write. You aren''t going to be able to do that with PHP in any way (at
least not that I know of). What advantage do you think it will give you?


Brian Rodenborn




除非你使用像LSE这样的东西(语言敏感编辑器) )基于

VMS上的TPU编辑器。你可以写,并告诉它编译和

突出显示错误 - 很久之前有Visualanything。但是,

不会说PHP。


太多人称自己为程序员,因为他们可以推送一些

按钮并且魔术发生并且他们有一个应用程序..如果他们的生活依赖于它,那么大多数人都不能调试实际代码...


迈克尔。



Unless you use something like LSE (Language Sensitive Editor) based on
the TPU Editor on VMS. you could write, and tell it to compile and
highlight the errors -- long before there was Visualanything. But, it
doesn''t speak PHP.

too many people call themselves programmers cause they can push some
buttons and magic happens and they have an application.. most couldn''t
debug real code if their life depended on it...

Michael.


这篇关于PHP编译器。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆