##询问一种语言,无需编译的(给分)##

XBug 2003-09-12 12:29:30
我在www.cprogramming.com上无疑发现了一个连接 讲一种语言的
无需compile(编译) 提供的下载for windows&dos 的只有几百k吧
名字似乎是类似于european(欧洲)的一个单词
有没有谁知道?? 给我网址。讲讲有那些语言无需编译吧
...全文
48 12 打赏 收藏 转发到动态 举报
写回复
用AI写文章
12 条回复
切换为时间正序
请发表友善的回复…
发表回复
手艺人杨柳 2003-09-12
  • 打赏
  • 举报
回复
asp
builderman 2003-09-12
  • 打赏
  • 举报
回复
汉语
kuanghong 2003-09-12
  • 打赏
  • 举报
回复
偶就知道机器语言。


就机器语言不需要编译,链接,解析。

你说的无需编译的语言肯定要解析了,解析执行的程序比较慢相对与编译的程序
tonni 2003-09-12
  • 打赏
  • 举报
回复
解释语言不就不需要编译吗? 如早期的BASIC.
XBug 2003-09-12
  • 打赏
  • 举报
回复
Euphoria is a very-high-level programming language with several features that
set it apart from the crowd:

* Euphoria programs run on Windows, DOS, Linux, and FreeBSD.

* The language is flexible, powerful, and easy to learn.

* There is no waiting for compiles and links - just edit and run.

* You can create and distribute a royalty-free, stand-alone .exe file.

* Dynamic storage allocation is fundamental to Euphoria. Variables grow
or shrink in size without the programmer having to worry about
allocating and freeing chunks of memory. Elements of an array (Euphoria
sequence) can be a dynamic mixture of different types and sizes of
data.

* Euphoria provides extensive run-time error checking for: out-of-bounds
subscripts, uninitialized variables, bad parameter values for library
routines, illegal value assigned to a variable, and many more. If
something goes wrong you'll get a full error message, with a call
traceback and a listing of variable values. With other languages you'll
typically get protection faults with useless dumps of machine registers
and addresses.

* The Euphoria interpreter is more than 30 times faster than either Perl
or Python, and it's considerably faster than all other interpreted
languages, according to the "Great Computer Language Shootout"
benchmark (see demo\bench\bench.doc). And if that isn't enough, there's
a Euphoria To C Translator that can boost your speed even more. Why
waste time debugging hand-coded C/C++, when Euphoria programs are so
much easier to develop?

* Euphoria programs are not constrained by any 640K or 64K memory
restrictions for which MS-DOS is infamous. The DOS32, WIN32, Linux and
FreeBSD versions of Euphoria let you use all of the megabytes of memory
on your system seamlessly, and if that isn't enough, a swap file on
disk will provide additional virtual memory.

* An integrated, easy-to-use, full-screen source-level debugger/tracer is
included.

* Both an execution-count profiler, and a time profiler are available.

* There is a large and rapidly growing collection of excellent 3rd party
programs and libraries, most with full source code.

* RDS has developed an extremely flexible database system (EDS) that runs
identically on all Euphoria platforms.

* The WIN32 implementation of Euphoria can access any WIN32 API routine,
as well as C or Euphoria routines in .DLL files. A team of people has
developed a Windows GUI library (Win32Lib), complete with a powerful
Interactive Development Environment. You can design a user interface
graphically, specify the Euphoria statements to be executed when
someone clicks, and the IDE will create a complete Euphoria program for
you. There are Windows Euphoria libraries for Internet access, 3-D
games, and many other application areas.

* The DOS32 implementation of Euphoria on MS-DOS contains a built-in
graphics library. If necessary, you can access DOS software interrupts.
You can call machine-code routines. You can even set up your own
hardware interrupt handlers. Many high-speed action games, complete
with Sound Blaster sound effects, have been developed 100% in Euphoria,
without the need for any machine code.

* The Linux and FreeBSD implementations of Euphoria let you access C
routines and variables in shared libraries, for tasks ranging from
graphics, to X windows GUI programming, to Internet CGI programming.
The good news is, you'll be programming in Euphoria, not C.

* Euphoria is written in C. The source code is available for just $49.
You can enhance it, give your source enhancements back to RDS, or even
sell your enhanced binary version. See the Source License.
XBug 2003-09-12
  • 打赏
  • 举报
回复
哈哈,我找到了 http://www.rapideuphoria.com/
Euphoria is a simple, flexible, and easy-to-learn programming language. It lets you quickly and easily develop programs for DOS, Windows, Linux and FreeBSD. Euphoria was first released in 1993. Since then Rapid Deployment Software has been steadily improving it with the help of a growing number of enthusiastic users. Although Euphoria provides subscript checking, uninitialized variable checking and numerous other run-time checks, it is extremely fast. People have used it to develop high-speed 32-bit DOS games, 32-bit Windows GUI programs, and Linux X Windows programs.
jianxin_js 2003-09-12
  • 打赏
  • 举报
回复
xuexi
jedi_knight 2003-09-12
  • 打赏
  • 举报
回复
python和perl都很不错
passingguy 2003-09-12
  • 打赏
  • 举报
回复
脚本语言,个人认为首推 perl
goodluckyxl 2003-09-12
  • 打赏
  • 举报
回复
没有听过

好上手吗?: vallan(月蚀) ( ) 信
vallan 2003-09-12
  • 打赏
  • 举报
回复
强烈推荐

python

属于脚本语言类
无需编译
完全面向对象
跨平台
强大高效
手艺人杨柳 2003-09-12
  • 打赏
  • 举报
回复
脚本

590

社区成员

发帖
与我相关
我的任务
社区描述
提出问题
其他 技术论坛(原bbs)
社区管理员
  • community_281
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧