Mike Donaghy
243d83e7ba
Merge pull request #273 from benhoyt/patch-1
...
Make Forth example actually *print* the string
2017-02-12 16:03:16 -06:00
Mike Donaghy
05b1b46656
Merge pull request #270 from yous/crystal
...
Add Crystal
2017-02-12 16:01:11 -06:00
Mike Donaghy
8a45ebd100
Merge pull request #269 from jperkin/master
...
Add sed(1)
2017-02-12 16:00:50 -06:00
Mike Donaghy
ba450f9017
Merge pull request #268 from antekone/master
...
Added `batsh.batsh` file in Batsh language.
2017-02-12 16:00:24 -06:00
Mike Donaghy
e2fd7b1aa3
Merge pull request #267 from PwnedSoBad/master
...
Create sacred.sacred
2017-02-12 16:00:01 -06:00
Mike Donaghy
f2df4c5910
Merge pull request #313 from DrGodCarl/master
...
Added Mathematica notebook made on Mathematica Online.
2017-02-12 15:58:55 -06:00
Mike Donaghy
ba226f5ea0
Merge pull request #315 from markalfred/patch-1
...
Add MEDITECH's MAGIC programming language
2017-02-12 15:58:38 -06:00
Mike Donaghy
a136815948
Merge pull request #318 from thomasvandoren/patch-1
...
Chapel
2017-02-12 15:58:24 -06:00
Mike Donaghy
86bd3e6665
Merge pull request #320 from Knhash/patch-1
...
Update c++.cpp to be simpler
2017-02-12 15:57:38 -06:00
Mike Donaghy
b66e3dc729
Merge pull request #323 from leksak/master
...
Shen Hello World
2017-02-12 15:55:39 -06:00
Mike Donaghy
fbd54ccd30
Merge pull request #324 from DrGodCarl/Stanza
...
Add Stanza.
2017-02-12 15:55:13 -06:00
Mike Donaghy
2f74d644e7
Merge pull request #326 from Xdminsy/patch-2
...
Add reason
2017-02-12 15:54:36 -06:00
Mike Donaghy
b146910509
Merge pull request #327 from chathurank/patch-1
...
ceylon.ceylon
2017-02-12 15:54:20 -06:00
Mike Donaghy
c5c7763037
Merge pull request #330 from TeHMoroS/new/hodor
...
Add 'Hello, World!' in Hodor.
2017-02-12 15:54:10 -06:00
Mike Donaghy
ed0a548e11
Merge pull request #314 from DrGodCarl/SQL-Literals
...
Made SQL as simple as possible. No need to create tables.
2017-02-12 15:53:52 -06:00
Mike Donaghy
3bab02464b
Merge pull request #358 from Shark64/master
...
move Z80_Assembler from z/ to a/
2016-09-18 21:52:44 -05:00
Shark
819d3fd995
move Z80_Assembler from z/ to a/
2016-09-18 16:49:23 +02:00
Mike Donaghy
1def7381b8
Merge pull request #335 from deanturpin/master
...
Update to call the function
2016-05-31 01:59:51 -05:00
deanturpin
3b36efd8d8
call function
2016-05-24 00:13:01 +01:00
Piotr Mrożek
f1e960bf54
Add 'Hello, World!' in Hodor ( http://www.hodor-lang.org/ ).
2016-05-23 10:08:05 +02:00
Mike Donaghy
f153ec75f8
Added link to helloworldcollection.de
2016-05-21 22:51:45 -05:00
Chathura Kudahetti
b2310d2926
ceylon.ceylon
...
Hello World in Ceylon programming language. The code is from http://ceylon-lang.org/documentation/1.2/tour/basics/
2016-05-21 22:25:42 +05:30
Xdminsy
079e6de750
Add reason
2016-05-22 00:43:15 +08:00
Carl D. Benson
391b03d1a9
Add Stanza.
2016-05-21 11:31:40 -05:00
Filip Allberg
ae9d96a3e6
Shen Hello World
...
http://www.shenlanguage.org/
2016-05-21 16:17:18 +02:00
Shashank S
dda700b843
Update c++.cpp
...
The standard way a C++ compiler greets us with a Hello World
2016-05-21 13:34:21 +05:30
Thomas Van Doren
1f242a02c3
Create chapel.chpl
2016-05-20 23:29:13 -07:00
Mark Battersby
e8b570660f
Add MEDITECH's MAGIC programming language
2016-05-20 19:55:38 -04:00
Carl D. Benson
06d519c4b1
Made SQL as simple as possible. No need to create tables.
2016-05-20 16:58:37 -05:00
Carl D. Benson
8dcc6b8126
Added Mathematica notebook made on Mathematica Online.
2016-05-20 16:37:53 -05:00
Ben Hoyt
61cf948faa
Make Forth example actually *print* the string
...
The previous example didn't actually print anything, it just defined a "word" (function) called `HELLO` and never called it. You could either call the function (just add `HELLO` on a new line), but more simply and idiomatically for just printing something you can use `.( string)` which I've done here.
You can try this in an online Forth REPL at https://repl.it/languages/forth
2016-05-20 08:23:17 -04:00
Chayoung You
4f3a4e41dd
Add Crystal
...
See http://crystal-lang.org/ .
2016-05-20 21:09:18 +09:00
Jonathan Perkin
d1a934cd9d
Add sed(1).
2016-05-20 13:03:17 +01:00
Grzegorz Antoniak
4a45d5c35d
Added batsh.batsh file in Batsh language.
...
Batsh is a language that compiles to bash scripts or Windows batch files (.bat).
This allows to run the resulting script without any dependencies on target
platform.
More info about batsh:
http://batsh.org/
https://github.com/BYVoid/Batsh
2016-05-20 13:54:52 +02:00
George Gibson
d604ad8d9c
Create sacred.sacred
2016-05-13 07:51:27 +01:00
Mike Donaghy
9f63e88962
Merge pull request #266 from panjandrum/master
...
Added TTCN3
2016-05-11 15:55:43 -05:00
Mike Donaghy
cd8924defc
Merge pull request #265 from cristian-henrique/master
...
Create potigol.poti
2016-05-11 15:55:33 -05:00
Maciej Lech
3a90bc39f7
Added TTCN3
2016-05-11 22:50:41 +02:00
Cristian Henrique
2c8183a54d
Create potigol.poti
2016-05-08 21:45:45 -03:00
Mike Donaghy
576659be97
Merge pull request #264 from csnxs/patch-1
...
Add "Hello, World!" in Action Code Script
2016-04-30 12:59:30 -05:00
Sean Baggaley
63071acf3a
Add "Hello, World!" in Action Code Script
...
(Uses ZDoom header, but should work in Hexen too)
2016-04-30 18:31:10 +01:00
Mike Donaghy
10a065b635
moved assembler_tms9900_ti99_4a.asm to a/
2016-04-17 16:23:02 -05:00
Mike Donaghy
30d62cf39f
Merge pull request #261 from petersobolev/patch-2
...
Create assembler_tms9900_ti99_4a.asm
2016-04-17 15:01:35 -05:00
Mike Donaghy
211521b4bd
Merge pull request #260 from AnanthaRajuC/master
...
alda.alda added
2016-04-17 15:01:16 -05:00
Mike Donaghy
1c04c6677e
Deleted extraneous brainf*ck language copies
2016-04-17 14:54:53 -05:00
Peter Sobolev
9e1ce5d56c
Create assembler_tms9900_ti99_4a.asm
...
Hello World for TI-99/4a computer with TMS9900 CPU
2016-04-15 17:37:30 +03:00
Anantha Raju C
e8d6dfdac1
alda.alda added
...
A music programming language for musicians.
https://github.com/alda-lang/alda/blob/master/examples/hello_world.alda
2016-04-15 12:58:53 +05:30
Mike Donaghy
02f17a78f6
Merge pull request #258 from manuelgu/patch-1
...
Add LOLCODE language example
2016-04-09 07:43:16 -05:00
Mike Donaghy
62a626c5e4
Cleaned up orphaned files
2016-04-09 07:42:05 -05:00
Mike Donaghy
05769018b0
Merge pull request #257 from petersobolev/patch-1
...
Create assembler_6809vectrex.asm
2016-04-09 07:39:39 -05:00