您好,我想知道网络应用程序领域中最好的编程语言是什么? [英] Hello , I want to know what is the best programming language in the domain of network applications?

查看:121
本文介绍了您好,我想知道网络应用程序领域中最好的编程语言是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道网络应用程序领域中最好的编程语言是什么,它是否需要大量的时间来学习,是复杂还是易于学习?



我尝试过的事情:



我熟悉编程的一些基础知识,但我只是想知道改进我更多。

解决方案

谷歌 Go 语言对于沟通来说非常有趣: Go编程语言 [ ^ ]

但要注意,它不太适合创建丰富的GUI界面,更多的是针对Web开发。

以下是一些网络示例:项目·golang / go Wiki·GitHub [ ^ ]


引用:

我想知道什么是网络应用领域最好的编程语言,



没有最好的编程语言这样的东西。

引用:

我是熟悉程序设计的一些基础知识,但我只是想知道更多地提高自己。



作为学习者,避免使用C / C ++来学习编程,因为这些语言嵌入了干扰学习过程的困难。

作为学习者,学习一些分析技巧和调试器。



- 学习一种或多种分析方法, EW Djikstra自上而下的方法是一个良好的开端。

https:// en.wikipedia.org/wiki/Top-down_and_bottom-up_design [ ^ ]

https://en.wikipedia.org/wiki/Structured_programming [ ^ ]

https://en.wikipedia.org/wiki/Edsger_W._Dijkstra [ ^ ]

https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF [ ^ ]



有一个工具可以让你看到代码在做什么,它的名字是调试器。它也是一个很好的学习工具,因为它向你展示了现实,你可以看到哪种期望与现实相符。

当你不明白你的代码在做什么或为什么它做它做的时候,答案就是答案是调试器

使用调试器查看代码正在执行的操作。只需设置断点并查看代码执行情况,调试器允许您逐行执行第1行并在执行时检查变量。



调试器 - 维基百科,免费的百科全书 [ ^ ]

调试器在这里向您展示您的代码正在做什么,您的任务是与它应该做什么进行比较。

调试器中没有魔法,它没有发现错误,它只是帮助你。当代码没有达到预期的效果时,你就接近了一个错误。


没有最好的编程语言这样的东西,网络应用程序也没有有一个定义。



在应用程序中,你可以使用你最熟悉的语言。


i want to know what is the best programming language in the domain of network applications , and does it require a lot of time to learn , is it complex or easy to learn ?

What I have tried:

i'm familiar with some basics in programmation but i just want to know to imporve myself more .

解决方案

The Google "Go" language is interesting for communication purposes: The Go Programming Language[^]
But beware, it is not very suitable for creating rich GUI interfaces, more aimed towards web development.
Here are some networking examples: Projects · golang/go Wiki · GitHub[^]


Quote:

i want to know what is the best programming language in the domain of network applications ,


There is not such thing as "best programming language" for anything.

Quote:

i'm familiar with some basics in programmation but i just want to know to improve myself more .


As learner, avoid C/C++ for learning programming as these languages embed difficulties that interfere with learning process.
As learner, learn some analyze thechniques and debugger.

- Learn one or more analyze methods, E.W. Djikstra top-Down method is a good start.
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]

There is a tool that allow you to see what your code is doing, its name is debugger. It is also a great learning tool because it show you reality and you can see which expectation match reality.
When you don't understand what your code is doing or why it does what it does, the answer is debugger.
Use the debugger to see what your code is doing. Just set a breakpoint and see your code performing, the debugger allow you to execute lines 1 by 1 and to inspect variables as it execute.

Debugger - Wikipedia, the free encyclopedia[^]
The debugger is here to show you what your code is doing and your task is to compare with what it should do.
There is no magic in the debugger, it don't find bugs, it just help you to. When the code don't do what is expected, you are close to a bug.


There is no such thing as a "best programming language" and "network applications" doesn't really have a definition.

In applications, you can use whatever language you're most comfortable with.


这篇关于您好,我想知道网络应用程序领域中最好的编程语言是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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