Commit Graph

317 Commits

Author SHA1 Message Date
Mike Donaghy
b048fded9b Merge pull request #124 from aniruddhc1/master
added sml hello world
2014-06-20 01:58:30 -04:00
Mike Donaghy
3df436a629 Merge pull request #125 from JocinardoRodrigues/patch-1
Update php.php
2014-06-20 01:57:58 -04:00
Mike Donaghy
f531d05def Merge pull request #121 from RhysBower/master
Fix telephone
2014-06-20 01:57:44 -04:00
Mike Donaghy
3ce1ccc1ed Merge pull request #105 from ok100/master
Added Mercury helloworld
2014-06-20 01:54:19 -04:00
Mike Donaghy
9814b22439 Merge pull request #129 from jithil/patch-3
added Hack.php
2014-06-20 01:53:02 -04:00
Mike Donaghy
f50c36f0f9 Merge pull request #51 from samth/master
Simplify the Racket code
2014-06-20 01:52:52 -04:00
Mike Donaghy
bdd8beff59 Merge pull request #126 from Rynaro/master
Created "hello world" using language ArnoldC
2014-06-20 01:52:43 -04:00
Mike Donaghy
4535064264 Merge pull request #128 from SITZ/master
Minor restructure of repository
2014-06-20 01:51:47 -04:00
Mike Donaghy
763175318b Merge pull request #132 from bcnjr5/fix-pike
Fixed some files
2014-06-20 01:51:29 -04:00
Mike Donaghy
e6a43356c0 Merge pull request #133 from bcnjr5/fix-gitignore
Fix .gitignore
2014-06-20 01:51:00 -04:00
Mike Donaghy
5d62e7950c Merge pull request #127 from x64Architecture/patch-1
Added hack
2014-06-20 01:48:49 -04:00
Mike Donaghy
3e0bb222bb Merge pull request #131 from benwatkinsart/patch-1
replaced alert with console.log
2014-06-20 01:48:39 -04:00
Mike Donaghy
0d6afd695c Merge pull request #138 from sgeisenh/patch-1
Hello World in Standard ML
2014-06-20 01:48:11 -04:00
Samuel Eisenhandler
c8a1fa0a6c Hello World in Standard ML 2014-06-17 22:23:48 -04:00
Mike Donaghy
f436a842eb Merge pull request #135 from manuel-rabade/master
Added karel
2014-06-09 21:14:07 -04:00
Mike Donaghy
025c6b5f20 Merge pull request #134 from bcnjr5/add-markdown
Added markdown
2014-06-09 21:13:53 -04:00
Mike Donaghy
979fdc78b9 Merge pull request #137 from abist/master
added swift
2014-06-09 21:13:38 -04:00
Aditya Bist
6d5d69858d added swift 2014-06-04 16:57:23 -07:00
Manuel Rabade
503a7e34b1 karel 2014-05-20 16:12:07 -05:00
bcnjr5
d420e886e8 Add markdown 2014-05-14 08:12:20 -04:00
bcnjr5
1590315429 Fixed .gitignore 2014-05-14 08:09:14 -04:00
bcnjr5
b196351492 Rename kotlin to k/kotlin 2014-05-14 08:02:08 -04:00
bcnjr5
6fb8bda201 Rename Dart.dart to d/Dart.dart 2014-05-14 08:01:36 -04:00
bcnjr5
f8df0e1d39 Fix pike.pike
Added return status.
2014-05-14 07:59:19 -04:00
Ben Watkins
20e2f6092d replaced alert with console.log 2014-05-09 19:10:34 +01:00
Jithil P Ponnan
55bc7212d7 added Hack.php
for further info about HACK please visit http://hacklang.org/
2014-04-18 15:47:57 +05:30
Sitesh Shrivastava
bf9a75a934 Moved Kotlin and Dart to respective directories 2014-04-04 15:15:00 +05:30
Sitesh Shrivastava
1c0ecc48d0 Added README for repository 2014-04-04 15:07:14 +05:30
Kurt Cancemi
12d633d0a0 Added hack 2014-03-29 17:02:35 -04:00
Sam Tobin-Hochstadt
dfe034f842 Remove top-level display -- top level expressions are automatically displayed in Racket. 2014-03-20 12:03:56 -04:00
Henrique Aparecido Lavezzo
1ca45bbc17 Created "hello world" using language ArnoldC
Created "hello world" using language ArnoldC.

URL: https://github.com/lhartikk/ArnoldC
2014-03-19 11:43:10 -03:00
Jocinardo Rodrigues (Jojo)
23aafc75fb Update php.php 2014-03-08 20:23:26 -03:00
Aniruddh
a12cc9f836 Added Standard ML (SML) 2014-02-23 18:21:37 -05:00
Aniruddh
c9c4b43caa Merge branch 'master' of https://github.com/leachim6/hello-world 2014-02-23 18:17:20 -05:00
Aniruddh
26a7117729 added sml hello world 2014-02-22 17:53:14 -05:00
Rhys Bower
1a34eea1d7 Fix telephone 2014-01-27 09:48:04 -08:00
Mike Donaghy
02e3bb8c5b Merge pull request #4 from r2p2/master
Commandline calculators bc and dc
2014-01-26 15:45:57 -08:00
Mike Donaghy
02431ef4c6 Merge pull request #108 from bcnjr5/master
Added a bunch of languages.
2014-01-26 15:43:16 -08:00
Mike Donaghy
4570953c7c Merge pull request #120 from Gunni/patch-1
Removed namespace, added namespace on the function calls
2014-01-26 15:41:06 -08:00
Mike Donaghy
c254ddaacb Merge pull request #113 from alexaltair/patch-1
Add example for Julia
2014-01-26 15:39:40 -08:00
Gunnar Guðvarðarson
d75dadd08a Removed namespace, added namespace on the function calls
Using namespaces is considered bad practice.

http://stackoverflow.com/a/1453605/1177391
2014-01-24 01:23:07 +00:00
Mike Donaghy
83f7582f41 Merge pull request #112 from Gunni/master
PHP prints out what is outside <?php ?>, useful for html.
2014-01-23 13:21:03 -08:00
Mike Donaghy
743b8df0af Merge pull request #114 from weakish/master
add moonscript
2014-01-23 13:18:05 -08:00
Mike Donaghy
0da8dbc64e Merge pull request #116 from dfechner/master
Add Clean
2014-01-23 13:17:24 -08:00
Mike Donaghy
cbca78a83c Merge pull request #117 from kelcecil/golo
Add hello world for golo JVM language
2014-01-23 13:17:04 -08:00
Mike Donaghy
ab7abf5b8d Merge pull request #115 from pawelrychlik/dogescript
Added dogescript, such script. much program. wow.
2014-01-23 13:16:41 -08:00
Mike Donaghy
8619f4ebf3 Merge pull request #118 from aakpat6/master
Create dark.dark
2014-01-23 13:15:34 -08:00
Aakash Patel
cb07ef3be3 Create dark.dark 2014-01-21 22:06:31 -05:00
Kel Cecil
94d59a6348 Add hello world for golo JVM language 2013-12-15 21:58:59 -05:00
Dustin Fechner
ea8a9b59f0 Add Clean 2013-11-18 23:20:31 +01:00