mirror of
https://github.com/sindresorhus/awesome.git
synced 2024-12-22 08:56:08 +00:00
Order "Programming Languages" alphabetically
This commit is contained in:
parent
c31259beaf
commit
2d753e7602
83
readme.md
83
readme.md
@ -102,6 +102,33 @@
|
||||
|
||||
## Programming Languages
|
||||
|
||||
- [ActionScript 3](https://github.com/robinrodricks/awesome-actionscript3) - Object-oriented language targeting Adobe AIR.
|
||||
- [Assembler](https://github.com/jaspergould/awesome-asm)
|
||||
- [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)
|
||||
- [AutoIt](https://github.com/J2TeaM/awesome-AutoIt)
|
||||
- [C](https://github.com/aleksandar-todorovic/awesome-c)
|
||||
- [C/C++](https://github.com/fffaraz/awesome-cpp)
|
||||
- [Clojure](https://github.com/razum2um/awesome-clojure)
|
||||
- [ClojureScript](https://github.com/hantuzun/awesome-clojurescript)
|
||||
- [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software.
|
||||
- [ColdFusion](https://github.com/seancoyne/awesome-coldfusion)
|
||||
- [Common Lisp](https://github.com/CodyReichert/awesome-cl)
|
||||
- [Crystal](https://github.com/veelenga/awesome-crystal)
|
||||
- [D](https://github.com/zhaopuming/awesome-d)
|
||||
- [Dart](https://github.com/yissachar/awesome-dart)
|
||||
- [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi)
|
||||
- [Elixir](https://github.com/h4cc/awesome-elixir)
|
||||
- [Elm](https://github.com/isRuslan/awesome-elm)
|
||||
- [Erlang](https://github.com/drobakowski/awesome-erlang)
|
||||
- [Eta](https://github.com/sfischer13/awesome-eta) - Functional programming language for the JVM.
|
||||
- [Fortran](https://github.com/rabbiabram/awesome-fortran)
|
||||
- [Frege](https://github.com/sfischer13/awesome-frege) - Haskell for the JVM.
|
||||
- [Go](https://github.com/avelino/awesome-go)
|
||||
- [Groovy](https://github.com/kdabir/awesome-groovy)
|
||||
- [Haskell](https://github.com/krispo/awesome-haskell)
|
||||
- [Idris](https://github.com/joaomilho/awesome-idris) - General purpose pure functional programming language with dependent types influenced by Haskell and ML.
|
||||
- [Java](https://github.com/akullpp/awesome-java)
|
||||
- [RxJava](https://github.com/eleventigers/awesome-rxjava)
|
||||
- [JavaScript](https://github.com/sorrycc/awesome-javascript)
|
||||
- [Promises](https://github.com/wbinnssmith/awesome-promises)
|
||||
- [Standard Style](https://github.com/standard/awesome-standard) - Style guide and linter.
|
||||
@ -117,54 +144,26 @@
|
||||
- [Functional Programming](https://github.com/stoeffel/awesome-fp-js)
|
||||
- [Observables](https://github.com/sindresorhus/awesome-observables)
|
||||
- [npm scripts](https://github.com/RyanZim/awesome-npm-scripts) - Task runner.
|
||||
- [Swift](https://github.com/matteocrippa/awesome-swift)
|
||||
- [Education](https://github.com/hsavit1/Awesome-Swift-Education)
|
||||
- [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)
|
||||
- [Julia](https://github.com/svaksha/Julia.jl)
|
||||
- [Kotlin](https://github.com/KotlinBy/awesome-kotlin)
|
||||
- [Lua](https://github.com/LewisJEllis/awesome-lua)
|
||||
- [OCaml](https://github.com/rizo/awesome-ocaml)
|
||||
- [Perl](https://github.com/hachiojipm/awesome-perl)
|
||||
- [PHP](https://github.com/ziadoz/awesome-php)
|
||||
- [Composer](https://github.com/jakoch/awesome-composer) - Package manager.
|
||||
- [PureScript](https://github.com/passy/awesome-purescript)
|
||||
- [Python](https://github.com/vinta/awesome-python)
|
||||
- [Asyncio](https://github.com/timofurrer/awesome-asyncio) - Asynchronous I/O in Python 3.
|
||||
- [Scientific Audio](https://github.com/faroit/awesome-python-scientific-audio) - Scientific research in audio/music.
|
||||
- [Rust](https://github.com/rust-unofficial/awesome-rust)
|
||||
- [Haskell](https://github.com/krispo/awesome-haskell)
|
||||
- [PureScript](https://github.com/passy/awesome-purescript)
|
||||
- [Go](https://github.com/avelino/awesome-go)
|
||||
- [Scala](https://github.com/lauris/awesome-scala)
|
||||
- [Ruby](https://github.com/markets/awesome-ruby)
|
||||
- [Clojure](https://github.com/razum2um/awesome-clojure)
|
||||
- [ClojureScript](https://github.com/hantuzun/awesome-clojurescript)
|
||||
- [Elixir](https://github.com/h4cc/awesome-elixir)
|
||||
- [Elm](https://github.com/isRuslan/awesome-elm)
|
||||
- [Erlang](https://github.com/drobakowski/awesome-erlang)
|
||||
- [Julia](https://github.com/svaksha/Julia.jl)
|
||||
- [Lua](https://github.com/LewisJEllis/awesome-lua)
|
||||
- [C](https://github.com/aleksandar-todorovic/awesome-c)
|
||||
- [C/C++](https://github.com/fffaraz/awesome-cpp)
|
||||
- [R](https://github.com/qinwf/awesome-R)
|
||||
- [D](https://github.com/zhaopuming/awesome-d)
|
||||
- [Common Lisp](https://github.com/CodyReichert/awesome-cl)
|
||||
- [Perl](https://github.com/hachiojipm/awesome-perl)
|
||||
- [Groovy](https://github.com/kdabir/awesome-groovy)
|
||||
- [Dart](https://github.com/yissachar/awesome-dart)
|
||||
- [Java](https://github.com/akullpp/awesome-java)
|
||||
- [RxJava](https://github.com/eleventigers/awesome-rxjava)
|
||||
- [Kotlin](https://github.com/KotlinBy/awesome-kotlin)
|
||||
- [OCaml](https://github.com/rizo/awesome-ocaml)
|
||||
- [ColdFusion](https://github.com/seancoyne/awesome-coldfusion)
|
||||
- [Fortran](https://github.com/rabbiabram/awesome-fortran)
|
||||
- [Ruby](https://github.com/markets/awesome-ruby)
|
||||
- [Rust](https://github.com/rust-unofficial/awesome-rust)
|
||||
- [Scala](https://github.com/lauris/awesome-scala)
|
||||
- [Swift](https://github.com/matteocrippa/awesome-swift)
|
||||
- [Education](https://github.com/hsavit1/Awesome-Swift-Education)
|
||||
- [Playgrounds](https://github.com/uraimo/Awesome-Swift-Playgrounds)
|
||||
- [.NET](https://github.com/quozd/awesome-dotnet)
|
||||
- [Core](https://github.com/thangchung/awesome-dotnet-core)
|
||||
- [PHP](https://github.com/ziadoz/awesome-php)
|
||||
- [Composer](https://github.com/jakoch/awesome-composer) - Package manager.
|
||||
- [Delphi](https://github.com/Fr0sT-Brutal/awesome-delphi)
|
||||
- [Assembler](https://github.com/jaspergould/awesome-asm)
|
||||
- [AutoHotkey](https://github.com/ahkscript/awesome-AutoHotkey)
|
||||
- [AutoIt](https://github.com/J2TeaM/awesome-AutoIt)
|
||||
- [Crystal](https://github.com/veelenga/awesome-crystal)
|
||||
- [Frege](https://github.com/sfischer13/awesome-frege) - Haskell for the JVM.
|
||||
- [CMake](https://github.com/onqtam/awesome-cmake) - Build, test, and package software.
|
||||
- [ActionScript 3](https://github.com/robinrodricks/awesome-actionscript3) - Object-oriented language targeting Adobe AIR.
|
||||
- [Eta](https://github.com/sfischer13/awesome-eta) - Functional programming language for the JVM.
|
||||
- [Idris](https://github.com/joaomilho/awesome-idris) - General purpose pure functional programming language with dependent types influenced by Haskell and ML.
|
||||
|
||||
|
||||
## Front-End Development
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user