Commit Graph

1466 Commits

Author SHA1 Message Date
Dawid Mazurek
065cee4a2f Removed unnecessary interpolation
Change double quotes to single quotes due  to no necessity of doing interpolation here. Basic example should just show basic display of hello world, without additional feature. it also has some performance difference
2016-05-21 09:50:15 +02:00
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
Niels NTG
1344810ac0 Added file extension 2016-05-20 22:50:00 +02:00
Niels NTG
34ebf9c551 Added language "Processing" 2016-05-20 22:42:54 +02:00
Yosbel Marín
9bcc69a7e0 Add Cor language
can see it in http://yosbelms.github.io/cor
2016-05-20 14:22:43 -06:00
David Griver
2c5951d2b4 Create emojicode.emojic 2016-05-20 21:21:21 +02:00
John Wrenn
10621d5024 Create pyret.arr
This is an implementation of *Hello, World!* for the [Pyret](https://www.pyret.org/) programming language. This program may be verified for correctness in Pyret's [online editor](https://code.pyret.org/editor#share=0Bwbi1nc7r013YXZVaUNDLUdWQ0E).
2016-05-20 15:10:13 -04:00
Alexander F Rødseth
40bdfab2b5 Remove vim line 2016-05-20 20:10:16 +02:00
John Tromp
a1cd488c98 Create BLC.Blc
Hello world in Binary Lambda Calculus, as explained in http://www.ioccc.org/2012/tromp/hint.html
2016-05-20 13:49:24 -04:00
Hadi
dbab32aa1c added jai 2016-05-20 22:31:35 +05:00
Antonis Karamitros @antouank
a0ca8f90f1 [master] [elm]
- add a hello world example for Elm ( from from http://elm-lang.org/examples/hello-html )
2016-05-20 17:20:20 +01:00
Naveen Kumar Molleti
388e21a992 Remove lolcode.lol from folder 'x'
It is already present, correctly, in folder 'l'
2016-05-20 21:45:51 +05:30
Rick Moynihan
51d1f85b5d Create Hello World in SPARQL query language
Hello World in SPARQL
2016-05-20 17:10:08 +01:00
Marcel Weiher
f5f75d54ab Create obj.st
Objective-Smalltalk is a Smalltalk running on the Objective-C runtime and Unix friendly.
2016-05-20 18:09:53 +02:00
Alexander F Rødseth
f1a9918998 Add Battlestar 2016-05-20 18:08:23 +02:00
Frederik Ring
433a59dba2 use pure function instead of creating class 2016-05-20 17:38:27 +02:00
Bruno Freitas
ceac0fa05e Create posxml.posxml
A programming language for POS terminals. More information:
https://docs.cloudwalk.io/en/introduction
2016-05-20 11:36:13 -03:00
Kevin Layer
36e26ad649 Add Common Lisp example
Common Lisp is distinct from plain old `Lisp' in that
Lisp doesn't have FORMAT.  That was added in Common Lisp,
in Guy Steele's book Common Lisp the Language, in 1984.
2016-05-20 07:03:19 -07:00
Benjamin Gudehus
45a503806c Update kotlin.kt
Reformat per coding conventions.

>There is a space before colon where colon separates type and supertype and there’s no space where colon separates instance and type

via: https://kotlinlang.org/docs/reference/coding-conventions.html#colon
2016-05-20 16:02:44 +02:00
Sebastian Sastre
f511b517bc adds Self to the examples 2016-05-20 10:48:25 -03:00
Hugh Grigg
87b7620b37 Add TypeScript 2016-05-20 14:38:05 +01:00
Peter Hull
698fe5c44c Created Hello World in the BETA language
See https://en.wikipedia.org/wiki/BETA_%28programming_language%29
http://daimi.au.dk/~beta/
2016-05-20 14:22:08 +01:00
Frank Ch. Eigler
7a1aa910e7 Create systemtap.stp 2016-05-20 13:17:37 +00:00
billytrend
6d93421982 St andrews algol
https://en.wikipedia.org/wiki/S-algol
2016-05-20 14:17:15 +01:00
Eric Cholis
8bfe0d0eea Visual FoxPro
Multiple Visual FoxPro samples, taken from https://en.wikipedia.org/wiki/Visual_FoxPro
2016-05-20 09:09:47 -04:00
Bob Faist
c8e1a9d9d7 Update bash.bash
Semicolon is not required.
2016-05-20 09:05:14 -04:00
sleepypikachu
9798e2dcdd Create inform.inform 2016-05-20 13:48:23 +01:00
14mRh4X0r
1e406a867d Create lolpython.lol 2016-05-20 14:47:23 +02:00
Erik Hesselink
d90ce48f42 Fix sql.
Update without rows doesn't do anything, which meant the select didn't
return anything.
2016-05-20 14:44:36 +02:00
Tor Klingberg
0a33b859a7 Create simpl+.usp 2016-05-20 13:43:07 +01:00
Boloutare Doubeni
f48899f013 Fix spacing for #include in c.c 2016-05-20 08:37:00 -04:00
Christopher Chiche
635c953c56 Create JSONiq
See here for more info: https://github.com/ghislainfourny/jsoniq-tutorial#the-real-jsoniq-hello-world
2016-05-20 14:35:11 +02:00
Fredrik Lillejordet
ca879d87e1 Create oz.oz
Oz, the multiparadigm programming language, probably best for educational purposes.
2016-05-20 14:33:45 +02: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