Serving the Quantitative Finance Community

 
User avatar
Cuchulainn
Topic Author
Posts: 20252
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

Re: Hello World in all Languages, post here

July 6th, 2020, 6:13 pm

with Text_IO; use Text_IO;
procedure hello is
begin

  Put_Line("Hello world!");
end hello;
 
 
User avatar
Alan
Posts: 2958
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

Re: Hello World in all Languages, post here

July 21st, 2020, 5:43 pm

HelloWorld.jpg
 
User avatar
Alan
Posts: 2958
Joined: December 19th, 2001, 4:01 am
Location: California
Contact:

Re: Hello World in all Languages, post here

July 21st, 2020, 6:02 pm

Here's a fun `Hello World' with audio 

Actually, Samuel Morse first sent "What has God wrought?" in 1844
 
User avatar
Cuchulainn
Topic Author
Posts: 20252
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

Re: Hello World in all Languages, post here

July 22nd, 2020, 7:44 pm

 
User avatar
Cuchulainn
Topic Author
Posts: 20252
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

Re: Hello World in all Languages, post here

July 23rd, 2020, 6:00 am

Image
 
User avatar
katastrofa
Posts: 7440
Joined: August 16th, 2007, 5:36 am
Location: Alpha Centauri

Re: Hello World in all Languages, post here

July 27th, 2020, 11:57 am

Not sure if it's been posted already, but to(-Covid-related-)day I run into this culture:
-module(hello).
 -export([hello_world/0]).
hello_world() -> io:fwrite("hello, world\n").
Every command in the Erlang shell needs to end with a full stop. It looks like someone created it to get on Cuchulainn's nerves (-:
 
User avatar
Cuchulainn
Topic Author
Posts: 20252
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

Re: Hello World in all Languages, post here

July 27th, 2020, 3:57 pm

Not sure if it's been posted already, but to(-Covid-related-)day I run into this culture:
-module(hello).
 -export([hello_world/0]).
hello_world() -> io:fwrite("hello, world\n").
Every command in the Erlang shell needs to end with a full stop. It looks like someone created it to get on Cuchulainn's nerves (-:
At least you know where you stand with Erlang. Not like Python, which is all over the place.
Erlangs was in Ericsson's AXE telephone system in the 1990s but a lot in C++. Trained 100s of those developers. The 90s were booming. You could put your punctuation anywhere you wanted.
Erlang is fault-tolerant in no small part due to AFAIR
The Erlang programming language has immutable data, pattern matching, and functional programming.[5] The sequential subset of the Erlang language supports eager evaluation, single assignment, and dynamic typing

C++ was used as front-end..

BTW nice soothing music for you all

www.youtube.com/watch?v=xuE7qVHJI24
 
User avatar
ISayMoo
Posts: 2332
Joined: September 30th, 2015, 8:30 pm

Re: Hello World in all Languages, post here

July 31st, 2020, 11:47 am

Here's a fun `Hello World' with audio 

Actually, Samuel Morse first sent "What has God wrought?" in 1844
On the sea, before the wireless telegraph appeared in the end of the XIXth century, there were flag signals.

A too efficient system of communication can be dangerous: https://warisboring.com/the-sinking-of-hms-victoria-led-the-royal-navy-astray/
 
User avatar
katastrofa
Posts: 7440
Joined: August 16th, 2007, 5:36 am
Location: Alpha Centauri

Re: Hello World in all Languages, post here

August 4th, 2020, 12:20 am

 
 
User avatar
Cuchulainn
Topic Author
Posts: 20252
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

Re: Hello World in all Languages, post here

August 6th, 2020, 10:33 am

Old-style RPG

Columns . . . : 6 76 Browse TESTLIB/QRPGLESRC SEU==> TESTPGM FMT C CL0N01Factor1+++++++Opcode&ExtFactor2+++++++Result++++++++Len++D+HiLoEq
FQSYSPRT O  PRINTER OFLIND(*IN88)
D*
C EXFMT RECFMT
C EVAL *INLR = *ON
O RECFMT R
O 11 'HELLO WORLD'
 
User avatar
Cuchulainn
Topic Author
Posts: 20252
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

Re: Hello World in all Languages, post here

August 10th, 2020, 4:14 pm

In the  past 2 weeks I have been asked at least 10 times my opinion on Rust and GO.
It must be the warm weather. What does it mean, JIm?

Image
 
User avatar
katastrofa
Posts: 7440
Joined: August 16th, 2007, 5:36 am
Location: Alpha Centauri

Re: Hello World in all Languages, post here

August 10th, 2020, 5:11 pm

What's your opinion on Rust and GO?
 
User avatar
Cuchulainn
Topic Author
Posts: 20252
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

Re: Hello World in all Languages, post here

August 11th, 2020, 10:13 am

What's your opinion on Rust and GO?
The 'opinion' depends on which stakeholder group is being interviewed,

From the grapevine; Go for Rust (no pun intended)

Rust is intended to be a language for highly concurrent and highly safe systems,[23] and programming in the large, that is, creating and maintaining boundaries that preserve large-system integrity.[24

Finally, a language that embodies design ideals.