102 Commits

Author SHA1 Message Date
MrBrain295
8ef9b4c84b
Rename CobolScript to CobolScript.cbl (#958) 2021-04-06 14:35:02 +12:00
MrBrain295
2ba12c6194
Add Coral 66 (#959) 2021-04-06 14:34:19 +12:00
MrBrain295
869aaa5a73
Add CobolScript (#955) 2021-04-06 02:00:26 +12:00
Richie Bendall
c8fc6cd6d3
Meta tweaks
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2021-03-15 16:18:40 +13:00
Richie Bendall
dad1ce8fa0
Meta tweaks
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2021-02-17 17:39:48 +13:00
Elisha Hollander
7ed9d9b06a
Add Jelly and Chaos (#902)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-02-01 22:24:55 +13:00
Aarav Borthakur
9bb4a0831d
Add Cheese++ (#883)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2021-01-15 17:47:22 +13:00
richdevegili
27bfdb9ef3
Add Caché ObjectScript (#879) 2021-01-04 18:30:06 +13:00
Moien Tajik
1dc4423912
Update C# to use top-level statements (#859) 2020-10-29 08:19:50 +13:00
Yahe
93aa365911
Add AlPhAbEt and fix execution flags (#855) 2020-10-25 13:39:16 +13:00
kompowiec2
6779dc0167
Added CBOT (#779)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-08-07 23:47:04 +12:00
Richie Bendall
7922f5f682
Revert #737
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-07-21 13:53:49 +12:00
Antoine James Tournepiche
f9c778349a
Improve C++ example (#774) 2020-07-21 13:50:52 +12:00
Abhishek Keshri
32b773556d
Added Concurnas (#756) 2020-06-07 14:37:08 +12:00
MridulRaturi
8565caab82
Update c++.cpp
Used namespace.
2020-04-27 22:49:03 +05:30
bdejean
9f640d0ae8
More idiomatic C++
Drop endl which is not newline and the return 0 that is implicit.
2020-04-26 15:36:58 +02:00
Vivekyadavgithub
b27ddf35d7
Added C90 and C++98 (#737) 2020-04-25 04:04:12 +12:00
Richie Bendall
8b47f46e49 Added Cduce
Fixes: #690
Co-Authored-By: Vysakh Sreekumaran <nam8u@users.noreply.github.com>
2020-04-01 05:42:26 +13:00
Richie Bendall
e46f917916 Added Cuda
Fixes: #537
Co-Authored-By: BlahGeek <i@blahgeek.com>
2020-04-01 04:51:16 +13:00
Richie Bendall
9b3219cb22
Add Control Language
Fixes: #493

https: //www.ibm.com/support/knowledgecenter/ssw_ibm_i_73/rbam6/rbam6clmain.htm
Co-Authored-By: Yahnich <yahnich@users.noreply.github.com>
2020-03-30 17:13:40 +13:00
Richie Bendall
35f84c43be
Use cow extension
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 16:41:39 +13:00
Richie Bendall
1fd842dd29 Add Cobra
Fixes: #584 Fixes: #553 Fixes: #594 Fixes: #654
Co-Authored-By: Vladimir <notemissary@users.noreply.github.com>
2020-03-30 08:06:05 +13:00
Richie Bendall
2ff4d82325 Added Clipper
Fixes #692

Co-Authored-By: Vysakh Sreekumaran <nam8u@users.noreply.github.com>
2020-03-30 07:27:14 +13:00
PKshrestha
693c9bebdc
Update Common-Lisp (#608)
* Added a function call and ~& to start a new line before printing "Hello World"

* Don't print initial newline

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 05:41:17 +13:00
Richie Bendall
ce40ecfa02
Fix CSS
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 05:35:41 +13:00
Richie Bendall
b60903762f
Lowercase name 2020-03-30 04:43:24 +13:00
Richie Bendall
ad16f6d78a
Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2020-03-30 04:21:52 +13:00
Richie Bendall
e59047cde5
Clean up logic
With only this file having comments, it seems right to normalize it here.
2020-03-30 03:31:40 +13:00
Richie Bendall
8313ceeb4a
Move COW to a folder 2020-03-30 03:26:43 +13:00
d3z40
94109c85ae Para atualizar repositório 2018-08-22 01:37:32 -03:00
Jorgen Brandt
29269ee968 Add Cuneiform hello-world 2018-06-04 21:09:18 +02:00
Muhammed Ibrahim
a8bd11ef8f adding ring language 2018-01-26 16:44:09 +02:00
TheMrIron2
989390fe80
Annotated better for beginners, fixed typo 2017-12-07 21:24:00 +00:00
Mike Donaghy
6eac932367
Merge pull request #435 from darthbeep/master
added cson
2017-11-03 10:04:29 -05:00
darthbeep
24db3d23e6 added cson 2017-10-28 21:37:26 -04:00
Craig McLure
30420624f6 Renamed curry example to correctly match naming scheme 2017-10-26 15:42:03 +01:00
Mike Donaghy
4b610c522a Merge pull request #425 from aylincakal/patch-1
Update c++.cpp
2017-10-02 03:55:27 -05:00
Aylin Cakal
a69a68c0b9 Update c++.cpp
for just the comments for the beginners
2017-08-14 16:28:08 +03:00
Andrew Breza
718a98647b Update coffeescript.coffee to use alert
Coffeescript documentation uses alert for messages rather than console.log
2017-08-07 08:56:21 -04:00
Vihan
6cd482aeb8 Create cheddar.cheddar 2017-02-13 20:13:39 -08:00
Mike Donaghy
5c3135dc52 Merge pull request #368 from sadineni25/sadineni25-patch-1
hello world in curry language
2017-02-12 16:25:09 -06:00
Mike Donaghy
d510b8bd27 Merge pull request #352 from xorgy/patch-1
Make cobol.cbl a well-formed COBOL program.
2017-02-12 16:21:14 -06:00
Mike Donaghy
01238eccc6 Merge pull request #346 from xshotD/patch-2
Coconut language
2017-02-12 16:18:45 -06:00
Mike Donaghy
1ffd25d627 Merge pull request #310 from yosbelms/patch-1
Add Cor language
2017-02-12 16:14:56 -06:00
Mike Donaghy
fb0a331f1e Merge pull request #292 from e40/master
Add Common Lisp example
2017-02-12 16:09:33 -06:00
Mike Donaghy
4430e9b740 Merge pull request #277 from boloutaredoubeni/patch-1
Fix spacing for #include in c.c
2017-02-12 16:04:31 -06:00
Mike Donaghy
05b1b46656 Merge pull request #270 from yous/crystal
Add Crystal
2017-02-12 16:01:11 -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
sadineni25
d02225362e hello world in curry language 2016-10-27 20:09:08 +05:30