javascript - 求推荐一门业余语言

WBOY
Release: 2016-06-06 20:08:35
Original
806 people have browsed it

我是一名前端,目前会js java,这两门比较熟练,其它还会c和php,大学里学的,求再推荐一门语言,丰富下业余生活,推荐的时候请简单讲下理由吧

这个问题已被关闭,原因:无法获得确切结果的问题

回复内容:

我是一名前端,目前会js java,这两门比较熟练,其它还会c和php,大学里学的,求再推荐一门语言,丰富下业余生活,推荐的时候请简单讲下理由吧

Scala ,kotlin 。。。

Haskell 或者 Lisp 或者 F#

English

print('人生苦短,我用Python')

推荐语言:python
推荐理由:语法简练,标准库“小”而全,第三方库强大,web框架众多(Django、Flask……)、适合写spider

如果用苹果产品推荐switf,学习成本低……
只要有其他语言基础基本上拿来就用。
而且感觉上比较有自然语言的感觉。

业余爱好的话,那就 Haskell 吧,值得慢慢研究。特别适合提高js。
我写的一个js库,练手而已的,用这个入门似乎更简单。https://github.com/zonxin/jHaskell

举个例子

<code>-- 计算所有素数
primes = filterPrime [2..] 
    where 
      filterPrime (p:xs) = p : filterPrime [x | x [a] -> [a]
quickSort [] = []
quickSort (x:xs) = quickSort less ++ [x] ++ quickSort great
        where
            less = filter (<x xs great="filter">=x) xs</x></code>
Copy after login

Lisp 也可吧,可是 Lisp 语法没有 Haskell 优美,所以感觉 Haskell 更好一点儿。

switf吧或者go,这些语法都差不多,python就算了,那语法你习惯了C/php/java很难适应

python或者nodejs

果断Lisp

d

欢迎加入Expert D,群号码:531010036

angularJS,现在前端面试,会这个,优先考虑

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!