How complex can you make your Hello World program? [closed] - cout

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
How complex can you get your Hello World code to be? From a simple cout, to a super intelligent AI, how creative can you get? Unleash your creativity!
Rules:
NO RULES. Go wild. Even machine code is fine.

C-x M-c M-butterfly

echo "3e25960a79dbc69b674cd4ec67a72c62"

You will find great samples in any of the so called "Esoteric Programming Languages":
http://en.wikipedia.org/wiki/Esoteric_programming_language
e.g.: LOLCODE:
HAI
CAN HAS STDIO?
VISIBLE "HAI WORLD!"
KTHXBYE

This is a brainfcuk code:
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.

Related

What kind of programming language or software can simulate the user interaction with browser? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Hi I am looking for some kind of software(web rat)/some type of programming lanuages can simulate the user interaction with browser. Like the capybara for the cucumber test in rails.
The situation is I want that (software/script languages) to open the browser and login to the forum and click on some link every day.
Do you guys have any suggestions?
Thanks a lot!
See Selenium at seleniumhq.org.

Is Vim really that good? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 12 years ago.
I had to see what all the fuss was about Vim so tried it out for a little while; built a whole site in it. In the end I decided I was less productive.
So my question is: is Vim really that good or is it just one of those ultra-nerdy things people want to use so they can say: "I use Vim". Vim seems a little cumbersome to me. I know it's supposed to be lean but I think the years development and the mass of contributes has left it untidy. Am I wrong? Should I stick it out with Vim? What are the advantages of Vim?
How I learn to stop worrying and love VIM
Hope this helps.

What would be best Alternative to J2ME? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Hai Friends,
I want to know what is the best alternative to J2ME.
When i referred Net i found the following, but i am still confusing that, which one is best alternative to J2ME.
1. Android
2. SuperWABA
3. JBed
this will Help you
Well, judging from your avatar, I'd say alternative 1.
Besides, the android-alternative will have, by far, a larger and better community. (Have you seen a lot of answered SuperWABA or JBed questions here on SO lately? :)

Design Document Book? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I think I might be using the wrong words, however I am looking for books/website on pre-programming design. Not patterns but use cases, requirements etc. I would love a book that goes over all the preparation with the UML diagrams etc.
Any help would be greatly appreciated.
As well if there is a better term to use then design document please correct me.
This is one book

What programming language is this? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
We're trying to script a CAD program, and this is the example for controlling the date in our design slugs, but I don't even know what language it is to know what to do with it.
! LIBEDATE
def &d$ &ret$
set &d$ = rstr(`/`,` `,#d$);
set &ret$ = word(&d$,2),`/`,word(&d$,1),`/`,subs(word(&d$,3), -2, 2)
What CAD is it? Almost all the ancient CADs have their own (typically weird and ill-designed) scripting languages. Can it be one of the Tribon products?
It might be AutoCAD Lisp
I thought it might be Tcl, but I don't any more... sorry (and thanks Johannes).
Looks like it might be some kind of macro language maybe? Lua or similar.
Would it be Python?

Resources