This is to kickstart the Great Computer Language Shootout contribution.
I have started with the 'Startup' contribution as that is the easiest
and also to use it to get the 'Rebol Header' in place.
Please feel free to comment on any suggested improvements.
PS: Other contributions should have their own threads.
YekSoon
==
REBOL [
Title: "hello"
Date: 27-Sep-2005
File: %hello.r
Purpose: "To test startup time in the Great Computer Language Shootout"
Note: {
The Great Computer Language Shootout
http://shootout.alioth.debian.org/
}
library: [
level: 'beginner
platform: [windows *nix mac]
type: [one-liner]
domain: [shell text]
tested-under: none
support: none
license: none
see-also: none
]
Version: 1.0.0
Author: ""
]
print "hello world"
==
--
To unsubscribe from the list, just send an email to
lists at rebol.com with unsubscribe as the subject.