学习云计算学哪种编程语言
I am getting better at writing Python code and I am starting to feel an itch to extend my toolbox and learn more about programming. Therefore, one step in that direction is to learn a new programming language next year (i.e., 2016). I would like to learn a relatively new language and it should not be limited to web applications.
我在编写Python代码方面变得越来越好,并且开始感到渴望扩展我的工具箱并了解有关编程的更多信息。 因此,朝这个方向迈出的第一步是明年(即2016年)学习一种新的编程语言。 我想学习一种相对较新的语言,它不仅限于Web应用程序。
My main use when it comes to programming is, now, creating psychological experiments. I need an efficient and good language. It should be able to present text and images on the screen, play sounds, and collect responses from the keyboard, mouse, and other equipment (i.e., Arduino, custom-made response handles, etc). The timing of all above mentioned might be critical. That is the lag between the signal sent and, for instance, presentation of text on the screen should be minimal (note that I am aware that timing is also dependent on the hardware). However, I also use Python collect data from the web, and visualize data, and do other trivial things. Another language that I am learning, and using for statistical analysis, is R.
现在,我在编程方面的主要用途是创建心理实验。 我需要一种高效且良好的语言。 它应该能够在屏幕上显示文本和图像,播放声音并从键盘,鼠标和其他设备(例如,Arduino,定制的响应手柄等)收集响应。 上述所有时间都可能很关键。 那就是发送信号与例如在屏幕上显示文本之间的时滞应该是最小的(请注意,我知道计时也取决于硬件)。 但是,我还使用Python从Web上收集数据,可视化数据以及执行其他琐碎的事情。 我正在学习并用于统计分析的另一种语言是R。
I have some more requirements. It should be:
我还有其他要求。 它应该是:
It would be preferable if the language is up and coming. That is, might be the next big language. It would of course also be good if there is a growing online community dealing with questions and issues on the language (i.e., blogs, tags on StackOverflow, etc).
如果语言即将来临,那将是更好的选择。 也就是说,可能是下一种主要语言。 当然,如果有一个不断增长的在线社区来处理有关语言的问题(例如,博客,StackOverflow上的标签等),这当然也很好。
In your suggestions, I would like, at least, one link, and a good introducing book to read. Links to guides, tutorials, online courses, forums, and other types of resources to learn from are welcome.
在您的建议中,我至少希望有一个链接和一本不错的入门书可供阅读。 欢迎链接到指南,教程,在线课程,论坛和其他类型的资源以供学习。
To summarize, I am looking for a versatile programming language. It must be pretty new and efficient. If you need to know more to be able to give me the best answer as possible; please ask me!
总而言之,我正在寻找一种通用的编程语言。 它必须是新的且高效的。 如果您需要了解更多信息,以便能够给我最好的答案; 请问我!
I will update this post during my journey to learning a new programming language. That is, the post will also list the best suggestions I get. According to my criteria.
在学习新的编程语言的过程中,我将更新本文。 也就是说,该帖子还将列出我得到的最佳建议。 根据我的标准。
Update: I went on to ask the same question at Quora and got some more suggestions. Knowing Python, which is an Object-oriented language (OO), one guy told me to learn a functional language. The first two he suggested are Java Virtual Machine (JVM) languages; Scala and Clojure. These two languages are fast. Scala offers both OO and functional programming whereas Clojure is more purely functional. Furthemore, the same guy suggested Erlang, Elixir, and Haskell. Erlang and Elixir are not as fast as Scala and Clojure. Haskell is the most pure functional language.
更新 :我在Quora上问了同样的问题,并得到了更多建议。 一个人知道Python是一种面向对象的语言 (OO),就告诉我学习一种功能语言。 他建议的前两种是Java虚拟机 (JVM)语言。 斯卡拉(Scala)和Clojure 。 这两种语言速度很快。 Scala提供OO和函数式编程,而Clojure则纯粹是函数式的。 此外,同一个人还推荐了Erlang , Elixir和Haskell 。 Erlang和Elixir不如Scala和Clojure快。 Haskell是最纯粹的功能语言。
Another suggestion was TypeScript. TypeScript seems to be Object-oriented and based on JavaScript. I thought JavaScript was mainly for Webb applications but it is not. Appearently you can write Node.js applications which run as desktop applications. These applications can interact with Arduino devices. This is interesting since I am playing around with an Arduino board that will be used in two projects.
另一个建议是TypeScript 。 TypeScript似乎是面向对象的,并且基于JavaScript。 我认为JavaScript主要用于Webb应用程序,但事实并非如此。 显然,您可以编写作为桌面应用程序运行的Node.js应用程序。 这些应用程序可以与Arduino设备进行交互。 这很有趣,因为我正在玩一个将在两个项目中使用的Arduino板。
The four earlier suggestions:
先前的四个建议:
What programming language should I learn? Right now I am leaning on towards one of the JVM languages (i.e., Scala or Clojure). Please leave a comment with what language you think I should learn. And why!
我应该学习哪种编程语言? 现在,我倾向于使用一种JVM语言(即Scala或Clojure)。 请以您认为我应该学习哪种语言发表评论。 又为什么!
翻译自: https://www.pybloggers.com/2015/12/what-programming-language-should-i-learn/
学习云计算学哪种编程语言