PageRenderTime 60ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/db/langs.yml

https://github.com/taste-o-code/taste-o-code-web
YAML | 92 lines | 77 code | 14 blank | 1 comment | 0 complexity | c5305a43237ecfd5f4d309abf874748c MD5 | raw file
  1. - id: java
  2. name: Java
  3. syntax_mode: text/x-java
  4. price: 10
  5. description: >
  6. Java is a programming language originally developed by James Gosling at Sun Microsystems (which is now a subsidiary of Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode (class file) that can run on any Java Virtual Machine (JVM) regardless of computer architecture. Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere." Java is currently one of the most popular programming languages in use, particularly for client-server web applications.
  7. links:
  8. - http://en.wikipedia.org/wiki/Java_(programming_language)
  9. - http://download.oracle.com/javase/tutorial
  10. - http://www.java2s.com/Tutorial/Java/CatalogJava.htm
  11. - id: cpp
  12. name: C++
  13. syntax_mode: text/x-c++src
  14. price: 10
  15. description: >
  16. C++ is one of the most popular programming languages with application domains including systems software (such as Microsoft Windows), application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games. Several groups provide both free and proprietary C++ compiler software, including the GNU Project, Microsoft, Intel and Embarcadero Technologies. C++ has greatly influenced many other popular programming languages, most notably C# and Java.
  17. links:
  18. - http://en.wikipedia.org/wiki/C%2B%2B
  19. - http://www.cplusplus.com/doc/tutorial
  20. - id: ruby
  21. name: Ruby
  22. syntax_mode: text/x-ruby
  23. price: 20
  24. description: >
  25. Ruby is a dynamic, reflective, general-purpose object-oriented programming language that combines syntax inspired by Perl with Smalltalk-like features. Ruby originated in Japan during the mid-1990s and was first developed and designed by Yukihiro "Matz" Matsumoto. It was influenced primarily by Perl, Smalltalk, Eiffel, and Lisp. Ruby supports multiple programming paradigms, including functional, object oriented, imperative and reflective. It also has a dynamic type system and automatic memory management; it is therefore similar in varying respects to Smalltalk, Python, Perl, Lisp, Dylan, Pike, and CLU.
  26. links:
  27. - http://en.wikipedia.org/wiki/Ruby_(programming_language)
  28. - http://www.ruby-lang.org/en/
  29. # Stubs
  30. - id: haskell
  31. name: Haskell
  32. syntax_mode: text/x-haskell
  33. price: 30
  34. description: Haskell
  35. links:
  36. - a
  37. - id: clojure
  38. name: Clojure
  39. syntax_mode: text/x-clojure
  40. price: 20
  41. description: Clojure
  42. links:
  43. - a
  44. - id: prolog
  45. name: Prolog
  46. syntax_mode:
  47. price: 30
  48. description: Prolog
  49. links:
  50. - a
  51. - id: csharp
  52. name: C#
  53. syntax_mode:
  54. price: 10
  55. description: C#
  56. links:
  57. - a
  58. - id: erlang
  59. name: Erlang
  60. syntax_mode:
  61. price: 30
  62. description: Erlang
  63. links:
  64. - a
  65. - id: scala
  66. name: Scala
  67. syntax_mode:
  68. price: 20
  69. description: Scala
  70. links:
  71. - a
  72. - id: fortran
  73. name: Fortran
  74. syntax_mode:
  75. price: 20
  76. description: Fortranx
  77. links:
  78. - a