Skip to content

Commit

Permalink
Merge pull request agnilondapakou#241 from 0xParcival/Updated-README.…
Browse files Browse the repository at this point in the history
…md-(all-Program-in-Alphabetic-order

Updated readme.md (all program names in alphabetic order)
  • Loading branch information
agnilondapakou authored Oct 28, 2024
2 parents 62d1744 + c06ac53 commit a595ac4
Showing 1 changed file with 98 additions and 98 deletions.
196 changes: 98 additions & 98 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,106 +16,106 @@ For those who like a challenge and want to make larger contributions, you can cr

## List of available languages:

1. [Python](source/basic/helloworld.py) - [Python.org](https://www.python.org/)
2. [Javascript](source/basic/helloWorld.js) - [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
3. [Solidity](source/basic/helloworld.sol) - [Soliditylang.org](https://soliditylang.org/)
4. [C](source/basic/helloworld.c) - [GNU C Manual](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html)
5. [C++](source/basic/helloworld.cpp) - [isocpp.org](https://isocpp.org/)
6. [C#](source/basic/helloworld.cs) - [Microsoft C#](https://dotnet.microsoft.com/en-us/languages/csharp)
7. [PHP](source/basic/helloworld.php) - [PHP.net](https://www.php.net/)
8. [Assembly](source/basic/helloworld.asm) - [Assembly Language](https://en.wikipedia.org/wiki/Assembly_language)
9. [HTML](source/basic/helloworld.html) - [HTML Specification](https://html.spec.whatwg.org/)
10. [Dart](source/basic/helloworld.dart) - [Dart.dev](https://dart.dev/)
11. [COBOL](source/basic/helloworld.cob) - [IBM COBOL](https://www.ibm.com/docs/en/cobol-zos)
12. [GDScript](source/basic/helloworld.gd) - [Godot Engine](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html)
13. [Java](source/basic/helloworld.java) - [Oracle Java](https://www.oracle.com/java/)
14. [Bash](source/basic/helloworld.sh) - [GNU Bash](https://www.gnu.org/software/bash/)
15. [Go](source/basic/helloworld.go) - [Go.dev](https://go.dev/)
16. [Typescript](source/basic/helloworld.ts) - [TypeScriptlang.org](https://www.typescriptlang.org/)
17. [Rust](source/basic/helloworld.rs) - [Rust-lang.org](https://www.rust-lang.org/)
18. [Zig](source/basic/helloworld.zig) - [Ziglang.org](https://ziglang.org/)
19. [Kotlin](source/basic/hello.kt) - [Kotlinlang.org](https://kotlinlang.org/)
20. [Swift](source/basic/helloworld.swift) - [Swift.org](https://www.swift.org/)
21. [Lua](source/basic/helloworld.lua) - [Lua.org](https://www.lua.org/)
22. [Brainfuck](source/basic/helloworld.bf) - [Brainfuck.org](https://brainfuck.org/)
23. [R](source/basic/helloworld.R) - [R-project.org](https://www.r-project.org/)
24. [Cairo](source/basic/helloworld.cairo) - [Cairo-lang.org](https://www.cairo-lang.org/)
25. [Xamarin](source/basic/HelloWorld.xaml) - [Microsoft Xamarin](https://dotnet.microsoft.com/en-us/apps/xamarin)
26. [Perl](source/basic/helloworld.pl) - [Perl.org](https://www.perl.org/)
27. [Prolog](source/basic/helloworld.pro) - [SWI-Prolog](https://www.swi-prolog.org/)
28. [Ruby](source/basic/helloworld.rb) - [Ruby-lang.org](https://www.ruby-lang.org/en/)
29. [Azle](source/basic/helloworld_azle.ts) - [Demergent Labs](https://demergent-labs.github.io/azle/)
30. [SQL](source/basic/helloWorld.sql) - [ISO SQL](https://www.iso.org/standard/76583.html)
31. [Fortran](source/basic/hello.f90) - [Fortran-lang.org](https://fortran-lang.org/)
32. [Motoko](source/basic/helloworld.mo) - [Internet Computer](https://internetcomputer.org/docs/current/motoko/main/getting-started/motoko-introduction)
33. [AZle](source/basic/helloworld_azle.ts) - [Demergent Labs](https://github.com/demergent-labs)
34. [Soroban](source/basic/hello_world.rs) - [Stellar Developers](https://developers.stellar.org/)
35. [MATLAB](source/basic/helloworld.m) - [MathWorks](https://www.mathworks.com/products/matlab.html)
36. [Haskell](source/basic/helloworld.hs) - [Haskell.org](https://www.haskell.org/)
37. [Scheme](source/basic/helloworld.scm) - [Scheme.org](https://www.scheme.org/)
38. [F#](source/basic/helloworld.fs) - [Fsharp.org](https://fsharp.org/)
39. [SNOBOL](source/basic/helloworld.sno) - [SNOBOL4](https://www.regressive.org/snobol4/)
40. [Scala](source/basic/helloworld.scala) - [Scala-lang.org](https://www.scala-lang.org/)
41. [Wolfram](source/basic/helloworld.wl) - [Wolfram.com](https://www.wolfram.com/language/)
42. [K](source/basic/helloworld.k) - [Kx.com](https://kx.com/)
43. [J](source/basic/hello_world.clj) - [Jsoftware.com](https://www.jsoftware.com/#/)
44. [Smalltalk](source/basic/hello.st) - Squeak or GNU - [Squeak.org](https://squeak.org/) or [GNU Smalltalk](https://www.gnu.org/software/smalltalk/)
45. [VisualBasic](source/basic/hello.vb) - [Microsoft Visual Basic](https://learn.microsoft.com/en-us/dotnet/visual-basic/)
46. [Q](source/basic/hello.q) - [Kx.com](https://code.kx.com/q/)
47. [Icon](source/basic/hello_world.icn) - [Icon.cs.arizona.edu](https://www2.cs.arizona.edu/icon/)
48. [Daytona](source/basic/daytona.io) - [Daytona.io](https://daytona.io/)
49. [Pascal](source/basic/helloworld.pas) - [FreePascal.org](https://www.freepascal.org/)
50. [Crystal](source/basic/HelloWorld.cr) - [CrystalKnows.com](https://www.crystalknows.com/)
51. [D](source/basic/helloworld.d) - [D-lang.org](https://www.dlang.org/)
52. [Dylan](source/basic/helloWorld.dylan) - [OpenDylan.org](https://opendylan.org/)
53. [Racket](source/basic/helloWorld.rkt) - [Racket-lang.org](https://racket-lang.org/)
54. [Erlang](source/basic/helloworld.erl) - [Erlang.org](https://www.erlang.org/)
55. [Julia](source/basic/hello.jl) - [JuliaLang.org](https://julialang.org)
56. [Haxe](source/basic/hello.hx) - [Haxe.org](https://haxe.org/)
57. [Elm](source/basic/helloworld.elm) - [Guide.elm-lang.org](https://guide.elm-lang.org/)
58. [OCaml](source/basic/hrishikesh.ml) - [OCaml.org](https://ocaml.org/)
59. [Elixir](source/basic/hello_world.exs) - [Elixir-lang.org](https://elixir-lang.org/)
60. [Bhailang](source/HelloWorld.bhai) - [Bhailang.js.org](https://bhailang.js.org)
61. [Lisk](source/basic/helloworld-lisk.js) - [Docs.lisk.com](https://docs.lisk.com/)
1. [Ada](source/basic/hello.adb) - [Ada-lang](https://ada-lang.io/)
2. [ALGOL 68](source/basic/helloworld.a68) - [ALGOL 68 Genie](https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html)
3. [Applescript](source/basic/helloworld.scpt) - [Applescript-lang](https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html)
4. [Assembly](source/basic/helloworld.asm) - [Assembly Language](https://en.wikipedia.org/wiki/Assembly_language)
5. [AutoIt](source/basic/helloworld.au3) - [AutoIt](https://www.autoitscript.com/site/autoit/)
6. [Azle](source/basic/helloworld_azle.ts) - [Demergent Labs](https://demergent-labs.github.io/azle/)
7. [BASIC](source/basic/helloworld.bas) - [Classic BASIC](https://www.vintage-basic.net/)
8. [Bash](source/basic/helloworld.sh) - [GNU Bash](https://www.gnu.org/software/bash/)
9. [Bhailang](source/HelloWorld.bhai) - [Bhailang.js.org](https://bhailang.js.org)
10. [Bicep](source/basic/hello.bicep) - [Bicep Language](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview)
11. [Brainfuck](source/basic/helloworld.bf) - [Brainfuck.org](https://brainfuck.org/)
12. [C](source/basic/helloworld.c) - [GNU C Manual](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html)
13. [C++](source/basic/helloworld.cpp) - [isocpp.org](https://isocpp.org/)
14. [C#](source/basic/helloworld.cs) - [Microsoft C#](https://dotnet.microsoft.com/en-us/languages/csharp)
15. [Cangjie](source/basic/HelloWorld.cj) - [Cangjie-lang](https://learnxyz.in/cangjie-programming-language/)
16. [Carbon](source/basic/HelloWorld.carbon) - [Carbon](https://docs.carbon-lang.dev/)
17. [Cairo](source/basic/helloworld.cairo) - [Cairo-lang.org](https://www.cairo-lang.org/)
18. [Chapel](source/basic/helloworld.chpl) - [Chapel-lang.org](https://chapel-lang.org/)
19. [Clojure](source/basic/hello_world.clj) - [Clojure.org](https://clojure.org/)
20. [CLIPS](source/basic/helloworld.clp) - [CLIPS Rule Language](https://www.clipsrules.net/)
21. [COBOL](source/basic/helloworld.cob) - [IBM COBOL](https://www.ibm.com/docs/en/cobol-zos)
22. [COOL](source/basic/helloworld.cl) - [Classroom Object-Oriented Language](https://theory.stanford.edu/~aiken/software/cool/cool.html)
23. [Crystal](source/basic/HelloWorld.cr) - [CrystalKnows.com](https://www.crystalknows.com/)
24. [D](source/basic/helloworld.d) - [D-lang.org](https://www.dlang.org/)
25. [Dart](source/basic/helloworld.dart) - [Dart.dev](https://dart.dev/)
26. [Daytona](source/basic/daytona.io) - [Daytona.io](https://daytona.io/)
27. [Dylan](source/basic/helloWorld.dylan) - [OpenDylan.org](https://opendylan.org/)
28. [Eiffel](source/basic/helloworld.e) - [Eiffel.org](https://www.eiffel.org/)
29. [Elixir](source/basic/hello_world.exs) - [Elixir-lang.org](https://elixir-lang.org/)
30. [Elm](source/basic/helloworld.elm) - [Guide.elm-lang.org](https://guide.elm-lang.org/)
31. [Erlang](source/basic/helloworld.erl) - [Erlang.org](https://www.erlang.org/)
32. [Factor](source/basic/helloworld.factor) - [Factorcode.org](https://factorcode.org/)
33. [Falcon](source/basic/heloworld.fcn) - [Falcon-lang.org](http://www.falconpl.org/)
34. [F#](source/basic/helloworld.fs) - [Fsharp.org](https://fsharp.org/)
35. [Fortran](source/basic/hello.f90) - [Fortran-lang.org](https://fortran-lang.org/)
36. [Futhark](source/basic/helloworld.fut) - [Futhark-lang.org](https://futhark-lang.org/)
37. [GDScript](source/basic/helloworld.gd) - [Godot Engine](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html)
38. [Go](source/basic/helloworld.go) - [Go.dev](https://go.dev/)
39. [Groovy](source/basic/helloworld.groovy) - [Groovy-lang.org](https://groovy-lang.org/)
40. [Haskell](source/basic/helloworld.hs) - [Haskell.org](https://www.haskell.org/)
41. [Haxe](source/basic/hello.hx) - [Haxe.org](https://haxe.org/)
42. [HolyC](source/basic/HelloWorld.HC) - [HolyC.com](https://holyc-lang.com)
43. [HTML](source/basic/helloworld.html) - [HTML Specification](https://html.spec.whatwg.org/)
44. [Icon](source/basic/hello_world.icn) - [Icon.cs.arizona.edu](https://www2.cs.arizona.edu/icon/)
45. [Idris](source/basic/hello.idr) - [Idris-lang.org](https://www.idris-lang.org/)
46. [INTERCAL](source/basic/helloworld.i) - [INTERCAL](https://www.tutorialspoint.com/intercal/)
47. [J](source/basic/hello_world.j) - [Jsoftware.com](https://www.jsoftware.com/#/)
48. [Janet](source/basic/hello.janet) - [Janet-lang](https://janet-lang.org/docs/index.html)
49. [Java](source/basic/helloworld.java) - [Oracle Java](https://www.oracle.com/java/)
50. [Javascript](source/basic/helloWorld.js) - [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
51. [Julia](source/basic/hello.jl) - [JuliaLang.org](https://julialang.org)
52. [K](source/basic/helloworld.k) - [Kx.com](https://kx.com/)
53. [Kotlin](source/basic/hello.kt) - [Kotlinlang.org](https://kotlinlang.org/)
54. [Lisk](source/basic/helloworld-lisk.js) - [Docs.lisk.com](https://docs.lisk.com/)
55. [Logo](source/basic/helloworld.logo) - [UCBLogo](https://people.eecs.berkeley.edu/~bh/logo.html)
56. [Lua](source/basic/helloworld.lua) - [Lua.org](https://www.lua.org/)
57. [MATLAB](source/basic/helloworld.m) - [MathWorks](https://www.mathworks.com/products/matlab.html)
58. [Mercury](source/basic/helloworld.m) - [Mercurylang.org](https://mercurylang.org/)
59. [Miranda](source/basic/helloworld.m) - [Miranda](https://miranda.org.uk/)
60. [Modula-2](source/basic/helloworld.mod) - [Modula-2.info](https://www.modula2.org/)
61. [Motoko](source/basic/helloworld.mo) - [Internet Computer](https://internetcomputer.org/docs/current/motoko/main/getting-started/motoko-introduction)
62. [Nim](source/basic/helloWorld.nim) - [Nim-lang.org](https://nim-lang.org/)
63. [Common Lisp](source/basic/helloworld.lisp) - [Common-lisp.net](https://common-lisp.net/)
64. [Clojure](source/basic/hello_world.clj) - [Clojure.org](https://clojure.org/)
65. [Tcl](source/basic/helloworld.tcl) - [Tcl.tk](https://www.tcl.tk/about/language.html)
66. [PureScript](source/basic/HelloWorld.purs) - [Purescript.org](https://www.purescript.org/)
67. [HolyC](source/basic/HelloWorld.HC) - [HolyC.com](https://holyc-lang.com)
68. [Objective-C](source/basic/helloworld.m) - [Objective-C Apple Documentation](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html)
69. [Plug](source/basic/helloworld.plug) - [PlugLanguage.org](https://pluglanguage.org)
70. [Groovy](source/basic/helloworld.groovy) - [Groovy-lang.org](https://groovy-lang.org/)
71. [Falcon](source/basic/heloworld.fcn) - [Falcon-lang.org](http://www.falconpl.org/)
72. [Pike](source/basic/hello_world.pike) - [Pike.lysator.liu.se](https://pike.lysator.liu.se/)
73. [Janet](source/basic/hello.janet) - [Janet-lang](https://janet-lang.org/docs/index.html)
74. [Ada](source/basic/hello.adb) - [Ada-lang](https://ada-lang.io/)
75. [Applescript](source/basic/helloworld.scpt) - [Applescript-lang](https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html)
76. [Vala](source/basic/helloworld.vala) - [Vala-lang](https://vala.dev/)
77. [ALGOL 68](source/basic/helloworld.a68) - [ALGOL 68 Genie](https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html)
78. [BASIC](source/basic/helloworld.bas) - [Classic BASIC](https://www.vintage-basic.net/)
79. [CLIPS](source/basic/helloworld.clp) - [CLIPS Rule Language](https://www.clipsrules.net/)
80. [Cobra](source/basic/helloworld.cobra) - [Cobra Language](http://cobra-language.com/)
81. [COOL](source/basic/helloworld.cl) - [Classroom Object-Oriented Language](https://theory.stanford.edu/~aiken/software/cool/cool.html)
82. [Eiffel](source/basic/helloworld.e) - [Eiffel.org](https://www.eiffel.org/)
83. [Factor](source/basic/helloworld.factor) - [Factorcode.org](https://factorcode.org/)
84. [FORTH](source/basic/helloworld.fth) - [Forth.org](https://www.forth.org/)
85. [INTERCAL](source/basic/helloworld.i) - [INTERCAL](https://www.tutorialspoint.com/intercal/)
86. [Logo](source/basic/helloworld.logo) - [UCBLogo](https://people.eecs.berkeley.edu/~bh/logo.html)
87. [Modula-2](source/basic/helloworld.mod) - [Modula-2.info](https://www.modula2.org/)
88. [Miranda](source/basic/helloworld.m) - [Miranda](https://miranda.org.uk/)
89. [Occam](source/basic/helloworld.occ) - [Occam Tutorial](https://www.cs.kent.ac.uk/projects/ofa/kroc/)
90. [V](source/basic/helloworld.v) - [V-lang.io](https://vlang.io/)
63. [Objective-C](source/basic/helloworld.m) - [Objective-C Apple Documentation](https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/Introduction/Introduction.html)
64. [OCaml](source/basic/hrishikesh.ml) - [OCaml.org](https://ocaml.org/)
65. [Occam](source/basic/helloworld.occ) - [Occam Tutorial](https://www.cs.kent.ac.uk/projects/ofa/kroc/)
66. [Pascal](source/basic/helloworld.pas) - [FreePascal.org](https://www.freepascal.org/)
67. [Perl](source/basic/helloworld.pl) - [Perl.org](https://www.perl.org/)
68. [PHP](source/basic/helloworld.php) - [PHP.net](https://www.php.net/)
69. [Pike](source/basic/hello_world.pike) - [Pike.lysator.liu.se](https://pike.lysator.liu.se/)
70. [Plug](source/basic/helloworld.plug) - [PlugLanguage.org](https://pluglanguage.org)
71. [Pony](source/basic/helloworld.pony) - [Pony](https://www.ponylang.io/)
72. [PostScript](source/basic/helloworld.ps) - [PostScript](https://www.adobe.com/products/postscript.html)
73. [PowerShell](source/basic/helloworld.ps1) - [Microsoft PowerShell](https://learn.microsoft.com/en-us/powershell/)
74. [Prolog](source/basic/helloWorld.pl) - [GNU Prolog](https://www.gprolog.org/)
75. [Pug](source/basic/Hello_world.pug) - [Pug-lang](https://pugjs.org/)
76. [Python](source/basic/helloworld.py) - [Python.org](https://www.python.org/)
77. [Q](source/basic/helloWorld.q) - [Kx.com](https://kx.com/)
78. [R](source/basic/helloWorld.r) - [R-project.org](https://www.r-project.org/)
79. [Racket](source/basic/helloWorld.rkt) - [Racket-lang.org](https://racket-lang.org/)
80. [Ruby](source/basic/helloworld.rb) - [Ruby-lang.org](https://www.ruby-lang.org/en/)
81. [Rust](source/basic/helloworld.rs) - [Rust-lang.org](https://www.rust-lang.org/)
82. [SAS](source/basic/helloworld.sas) -[SAS](https://www.sas.com/en_gb/training/courses/sas-programming.html)
83. [Scala](source/basic/helloworld.scala) - [Scala-lang.org](https://www.scala-lang.org/)
84. [Scheme](source/basic/helloworld.scm) - [Scheme.org](https://www.scheme.org/)
85. [Smalltalk](source/basic/hello.st) - [Squeak.org](https://squeak.org/)
86. [SNOBOL](source/basic/helloworld.sno) - [SNOBOL4](https://www.regressive.org/snobol4/)
87. [Soroban](source/basic/hello_world.rs) - [Stellar Developers](https://developers.stellar.org/)
88. [SQL](source/basic/helloWorld.sql) - [ISO SQL](https://www.iso.org/standard/76583.html)
89. [Swift](source/basic/helloworld.swift) - [Swift.org](https://www.swift.org/)
90. [Tcl](source/basic/helloworld.tcl) - [Tcl.tk](https://www.tcl.tk/about/language.html)
91. [Turing](source/basic/helloworld.t) - [Turing-lang.io](https://turing-lang.io/)
92. [Pony](source/basic/helloworld.pony) - [Pony](https://www.ponylang.io/)
93. [VIM](source/basic/helloworld.vim) - [Vim-lang](https://www.vim.org/)
94. [Pug](source/basic/Hello_world.pug) - [Pug-lang](https://pugjs.org/)
95. [Cangjie](source/basic/HelloWorld.cj) - [Cangjie-lang](https://learnxyz.in/cangjie-programming-language/)
96. [AutoIt](source/basic/helloworld.au3) - [AutoIt](https://www.autoitscript.com/site/autoit/)
97. [VBScript](source/basic/helloworld.vbs) - [Microsoft VBScript](https://docs.microsoft.com/en-us/previous-versions//d1wf56tt(v=vs.85))
98. [Carbon](source/basic/HelloWorld.carbon) - [Carbon](https://docs.carbon-lang.dev/)
99. [PowerShell](source/basic/helloworld.ps1) - [PowerShell](https://learn.microsoft.com/en-us/powershell/)
100. [SAS](source/basic/helloworld.sas) -[SAS](https://www.sas.com/en_gb/training/courses/sas-programming.html)
92. [Typescript](source/basic/helloworld.ts) - [TypeScriptlang.org](https://www.typescriptlang.org/)
93. [V](source/basic/helloworld.v) - [V-lang.io](https://vlang.io/)
94. [Vala](source/basic/helloworld.vala) - [Vala-lang](https://vala.dev/)
95. [VBScript](source/basic/helloworld.vbs) - [Microsoft VBScript](https://docs.microsoft.com/en-us/previous-versions//d1wf56tt(v=vs.85))
96. [VIM](source/basic/helloworld.vim) - [Vim-lang](https://www.vim.org/)
97. [VisualBasic](source/basic/hello.vb) - [Microsoft Visual Basic](https://learn.microsoft.com/en-us/dotnet/visual-basic/)
98. [Wolfram](source/basic/helloworld.wl) - [Wolfram.com](https://www.wolfram.com/language/)
99. [Xamarin](source/basic/HelloWorld.xaml) - [Microsoft Xamarin](https://dotnet.microsoft.com/en-us/apps/xamarin)
100. [Zig](source/basic/helloworld.zig) - [Ziglang.org](https://ziglang.org/)

## Table of Contents

Expand Down

0 comments on commit a595ac4

Please sign in to comment.