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
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
Mike Donaghy
a398d7e0ae
Merge pull request #259 from Nikitaw99/Nikitaw99-plain-text
...
Created plain text!
2016-04-09 07:39:15 -05:00
Nikita Manahov
f7016d4466
Create plain text!
2016-03-31 17:31:02 +04:00
manuelgu
28c62fcb0b
Add LOLCODE
2016-03-24 19:10:12 +01:00
Peter Sobolev
731f6de15f
Create assembler_6809vectrex.asm
2016-03-24 18:41:30 +03:00
Mike Donaghy
58a83ea1e1
Merge pull request #255 from AnanthaRajuC/master
...
ink.ink file added
2016-03-14 20:41:24 -05:00
Anantha Raju C
90615d8ef5
ink.ink file added
...
hello world program added in ink scripting language
2016-03-12 20:05:10 +05:30
Mike Donaghy
6590b5414a
Merge pull request #251 from sjyn/master
...
add mips assembly
2016-02-23 02:54:07 -05:00
Mike Donaghy
27d0ae9e53
Merge pull request #254 from GeorgeGibson/patch-2
...
Create Z80_Assembler_(ZX_Spectrum).asm
2016-02-20 03:38:40 -05:00
George Gibson
3df287eba3
Create Z80_Assembler_(ZX_Spectrum).asm
2016-02-18 16:32:33 +00:00
Mike Donaghy
e43879002c
Merge pull request #253 from ehey86/master
...
add TrumpScript
2016-02-02 16:03:27 -05:00