Programming Languages

http://hyperpolyglot.org/

Programming Languages

Interpreted Languages:JavaScript, PHP, Python, Ruby

More Interpreted Languages:Perl, Tcl, Lua, Groovy

Operating System Automation:POSIX Shell, Cmd.exe, PowerShell

GUI Scripting:Smalltalk, AutoHotkey, AppleScript

Stack-Oriented Languages:Forth, PostScript

Prolog and Erlang: Prolog, Erlang

Lisp Dialects:Common Lisp, Racket, Clojure, Emacs Lisp

C++ Style Languages:C++, Objective-C, Java, C#

C, Go, and Dart:C, Go, Dart

Pascal Style Languages:Pascal, Ada, PL/pgSQL

Rust, Swift, Scala:Rust, Swift, Scala

ML Dialects and Haskell:SML, OCaml, F#, Haskell

Numerical Analysis & Statistics:MATLAB, R, NumPy

Relational Data Languages:SQL, Awk, Pig

Fortran and APL:Fortran, APL

Gnuplot, GLPK, Coq:Gnuplot, GLPK, Coq

Computer Algebra Software:Mathematica, SymPy, GAP, Pari/GP

Programming Tools

Unix Shells:Bash, Fish, Ksh, Tcsh, Zsh

Text Mode Editors:Vim, Emacs, Nano

Version Control:Git, Mercurial

Build Tools:Make, Rake, Ant, MSBuild

Terminal Multiplexers:Screen, Tmux

Relational Databases:PostgreSQL, MySQL, SQLite

Lightweight Markup:Markdown, reStructuredText, MediaWiki, AsciiDoc, Org-mode

2D Vector Graphics:PostScript, Processing, SVG

参考资料

http://www.csdn.net/article/2012-01-30/311200

时间: 2024-08-07 00:40:15

Programming Languages的相关文章

【IEEE Interactive: The Top Programming Languages】TIOBE的那个榜单太假了

TIOBE的那个榜单太假了 我帮大家搜集了一下 IEEE Spectrum's 2014 Ranking This app ranks the popularity of dozens of programming languages. You can filter them by listing only those most relevant to particular sectors, such as web or embedded programming. Rankings are cr

【IEEE Interactive: The Top Programming Languages】IEEE Interactive编程语言排行榜

TIOBE排行太坑爹,我找到了IEEE的榜单,看了下,和心里的定位差不多... This app ranks the popularity of dozens of programming languages. You can filter them by listing only those most relevant to particular sectors, such as web or embedded programming. Rankings are created by weig

cs262 Programming Languages(2)Lexical Analysis

这一讲重要的内容从13-Specifying Tokens开始.但是一开始就出现了这么个东西: def t_RANGLES(token) r'>' return token 前面完全没提怎么来的,看着有点迷糊,特别是r'>'这个,这是什么语法,于是第一次就放弃了.后来知道是在用PLY这个库,也看到文档中是这么说的: When a function is used, the regular expression rule is specified in the function document

Know Well More Than Two Programming Languages

Know Well More Than Two Programming Languages Russel Winder THE PSYCHOLOGY OF PROGRAMMiNG: people have known for a long time now that programming expertise is related directly to the number of different programming paradigms that a programmer is comf

Coursera课程 Programming Languages 总结

课程 Programming Languages, Part A Programming Languages, Part B Programming Languages, Part C CSE341: Programming Languages 笔记 Programming Languages, Part A 总结 Programming Languages, Part B 总结 Programming Languages, Part C 总结 总结 从 2017年12月1日 到 2018年1月

The history of programming languages.

To finish this week's homework that introduce the history of programming languages , I surf the internet and discover a blog that introduce it roundly. This is the website ofthat blog: http://blog.csdn.net/u010297957/article/details/51289544 Below is

CSCI3180 – Principles of Programming Languages

CSCI3180 – Principles of Programming Languages – Spring 2019Assignment 1 - Human Resources Management System in FORTRAN and COBOLDeadline: Feb 03, 2019 (Sunday) 23:591 IntroductionIn this assignment, you have to implement a system for processing empl

Top 6 Programming Languages for Mobile App Development

Mobile application development industry in the last five years have multiplied in leaps and bounds, changing the way businesses function worldwide. With enterprises aligning mobile apps to their productivity in the recent times, and with the rapid in

Programming languages — C/C++

Types void The (nonexistent) value of a void expression (an expression that has type void) shall not be used in any way, and implicit or explicit conversions (except to void) shall not be applied to such an expression. If an expression of any other t