Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- Java7
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4
|a b| a := 'hello world'. b := a copyFrom: 3 to: 5. Transcript show: b.
-
1 2 3 4
|a b| a := 'hello world'. b := a copyFrom: 3 to: 5. Transcript show: 'hello world' copyFrom: 3 to: 5.
-
1 2 3 4
|a b| a := 'hello world'. b := a copyFrom: 3 to: 5. Transcript show: b.
-
1 2 3 4
|a b| a := 'hello world'. b := a copyFrom: 3 to: 5. Transcript show: b.
-
1 2 3 4
|a b| a := 'hello world'. b := a copyFrom: 3 to: 5. Transcript show: b.
-
1 2 3 4
|a b| a := 'hello world'. b := a copyFrom 3 to: 5. Transcript show: b.
-
1 2 3 4
|a b| a := 'hello world'. b := a copyFrom 3 to: 5. Transcript show: b.
-
1
Transcript show: 'hello world' copyFrom: 3 to: 5.
-
1
Transcript show: 'hello orld'.
-
1 2 3 4 5
Transcript cr. Transcript cr. Transcript cr.
-
1 2 3
Transcript cr. Transcript show:'hello'.
-
1
Transcript show: 4 factorial.
-
1
Transcript show: 5 factorial.
-
1
Transcript show: Date today
-
1
Transcript show Date today
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a | x := x + a. y := a * y. z := x + a. Transcript show: a - x ].
...
-
1 2 3 4 5 6 7 8 9
|c number| [ number:=0. [ (c := stdin next) asciiValue ~= 10 ] whileTrue: [number := (number * 10) + (c asciiValue) - 48.]. number ~= 42 ] whileTrue:
...
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a :b | x := x + a. y := a * y. z := x + b. Transcript show: a - x. Transcript show: b+y
...
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a :b | x := x + a. y := a * y. z := x + b. Transcript show: a - x ; Transcript show: b+y
...
-
1 2 3 4 5 6 7 8
| x y z c | x:= 1. y:= 2. c:= [ :a :b | x := x + a. y := a * y. z := x + b. Transcript show: a - x ; show: b+y
...
-
1 2 3 4 5 6 7 8
| x y z c | x:= 1. y:= 2. c:= [ :a :b | x := x + a. y := a * y. z := x + b. Transcript show: a - x show: b+y
...
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a :b | x := x + a. y := a * y. z := x + b. Transcript show: a - x ].
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a :b | x := x + a. y := a * y. z := x + b. Transcript show: a - x ].
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a | x := x + a. y := a * y. z := x + a. Transcript show: a - x ].
...
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a | x := x + a. y := a * y. z := x + a. Transcript show: a - x ]
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a | x := x + a. y := a * y. z := x + a. Transcript show: a - x ]
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a :b | x := x + a. y := a * y. z := x + b. Transcript show: a - x ]
-
1 2 3 4 5 6 7 8 9
| x y z | x:= 1. y:= 2. [ :a :b | x := x + a. y := a * y. z := x + b. Transcript show: a - x ]
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. [ :a | x := x + a. y := a * y. z := x + a. Transcript show: a - x ]
-
1 2 3 4 5 6 7 8 9
| x y z c | x:= 1. y:= 2. c:= [ :a | x := x + a. y := a * y. z := x + a. Transcript show: a - x ]


