Forum menu
One for the program...
 

[Closed] One for the programmers out there!

Posts: 0
Free Member
Topic starter
 
[#947847]

I'm bored (can you tell?) so I thought I'd see if anyone recognises this bit of code:

('&%:9]!~}|z2Vxwv-,POqponl$Hjig%eB@@>}=<M:9wv6WsU2T|nm-,jcL(I&%$#"

r


Rpo3NlF.Jh++FdbCBA@?]!~|4XzyTT43Qsqq(Lnmkj"Fhg${z@>

(may not render quite right?)

and can name the programming language and what the language is named after! Oh, and what does it do?

SFB maybe?

It is apparently real (unless the source is a joke!)


 
Posted : 13/10/2009 4:17 pm
Posts: 31206
Full Member
 

Hmm.. seemingly meaningless gibberish.. it's gotta be Perl.


 
Posted : 13/10/2009 4:18 pm
Posts: 31206
Full Member
 

Oh, no it's [url= http://en.wikipedia.org/wiki/Malbolge ]Malbolge[/url]


 
Posted : 13/10/2009 4:20 pm
Posts: 8177
Free Member
 

http://en.wikipedia.org/wiki/Malbolge


 
Posted : 13/10/2009 4:20 pm
Posts: 31206
Full Member
 

Not bad, but easy to read compared to [url= http://en.wikipedia.org/wiki/Whitespace_%28programming_language%29 ]Whitespace[/url]


 
Posted : 13/10/2009 4:22 pm
Posts: 0
Free Member
Topic starter
 

GrahamS, you also appear to have too much time on your hands! (Very impressed by the way!)

You a programmer?!


 
Posted : 13/10/2009 4:22 pm
Posts: 0
Free Member
 

[b]code[/b] is right - I think it means Jesus is my ancestor...


 
Posted : 13/10/2009 4:23 pm
Posts: 0
Free Member
 

Alternatively he could have spent 0.5 seconds pasting it into google ๐Ÿ™‚


 
Posted : 13/10/2009 4:24 pm
Posts: 8177
Free Member
 

It's "Hello World" apparently....


 
Posted : 13/10/2009 4:25 pm
Posts: 0
Free Member
 

it doesn't appear to be about programming as such, more a matter of being insufferably obscure - not that workable program code is necessarily transparent...


 
Posted : 13/10/2009 4:26 pm
Posts: 0
Free Member
 

What's the name of the language where instead of having a goto statement it has a comefrom statement?


 
Posted : 13/10/2009 4:26 pm
Posts: 31206
Full Member
 

You a programmer?!

Indeed I am and as Ian suggests, like any good coder worth his salt, I can use Google pretty well ๐Ÿ˜€


 
Posted : 13/10/2009 4:27 pm
Posts: 0
Free Member
Topic starter
 

simonfbarnes - Member
it doesn't appear to be about programming as such, more a matter of being insufferably obscure - not that workable program code is necessarily transparent...

I thought that was your forte, SFB ๐Ÿ˜† (I am joking, really!)

But shouldn't workable code be transparent by definition?


 
Posted : 13/10/2009 4:29 pm
Posts: 0
Free Member
 

If was hard to write it should be hard to read ๐Ÿ™‚


 
Posted : 13/10/2009 4:31 pm
Posts: 0
Free Member
Topic starter
 

GrahamS - Member

You a programmer?!

Indeed I am and as Ian suggests, like any good coder worth his salt, I can use Google pretty well

But this wasn't meant to be a test of Google skills! ๐Ÿ˜€

What's your best shot at 'hello world' in an obscure language?


 
Posted : 13/10/2009 4:32 pm
Posts: 0
Free Member
Topic starter
 

How about:

with Text_IO;
use Text_IO;

procedure HelloWorld is
begin
Put_Line("Hello World");
end HelloWorld;


 
Posted : 13/10/2009 4:34 pm
Posts: 0
Free Member
 

That is Ada.

How about this
[code]
IDENTIFICATION DIVISION.
PROGRAM-ID. HelloWorld.
AUTHOR. Fabritius.

ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
INPUT-OUTPUT SECTION.

DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
LINKAGE SECTION.

PROCEDURE DIVISION.
DISPLAY "Hello World".
STOP RUN.
[/code]


 
Posted : 13/10/2009 4:40 pm
Posts: 6382
Free Member
 

But this wasn't meant to be a test of Google skills!

What's your best shot at 'hello world' in an obscure language?

google rules again, unfortunately

[url= http://www.roesler-ac.de/wolfram/hello.htm ]Fill yer boots here...[/url]


 
Posted : 13/10/2009 4:40 pm
Posts: 6382
Free Member
 

IDENTIFICATION DIVISION.
PROGRAM-ID. HelloWorld.
AUTHOR. Fabritius.

ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
INPUT-OUTPUT SECTION.

DATA DIVISION.
FILE SECTION.
WORKING-STORAGE SECTION.
LINKAGE SECTION.

PROCEDURE DIVISION.
DISPLAY "Hello World".
STOP RUN.

I'd have been too embarrassed to post that Khegs.


 
Posted : 13/10/2009 4:42 pm
Posts: 0
Free Member
Topic starter
 

Sorry, had to Google that myself!

So what are our favourite programming languages?

C# for me... just been doing some VB.Net and I know which I prefer!


 
Posted : 13/10/2009 4:53 pm
Posts: 1642
Free Member
 

I quite like vb.net, but in the asp.net world it doesn't seem that popular compared to c# so I'm going to retrain. Any book recommendations?
Also Linq to Sql, Css, Silverlight, Regular expressions etc? (got to finish asp.net unleashed first, only 1000 pages left to go!)


 
Posted : 13/10/2009 5:05 pm
Posts: 0
Free Member
 

Never had to use COBOL, fortunately, not being old ๐Ÿ˜‰

It could have been worse though, it could have been this.
[code]
DO ,1 <- #13
PLEASE DO ,1 SUB #1 <- #238
DO ,1 SUB #2 <- #108
DO ,1 SUB #3 <- #112
DO ,1 SUB #4 <- #0
DO ,1 SUB #5 <- #64
DO ,1 SUB #6 <- #194
DO ,1 SUB #7 <- #48
PLEASE DO ,1 SUB #8 <- #22
DO ,1 SUB #9 <- #248
DO ,1 SUB #10 <- #168
DO ,1 SUB #11 <- #24
DO ,1 SUB #12 <- #16
DO ,1 SUB #13 <- #162
PLEASE READ OUT ,1
PLEASE GIVE UP
[/code]

Not sure about favourite programming languages, depends on the task, but for text manipulation, quick and dirty scripts to process data and personal web projects I'll tend to use Perl* (the swiss-army chainsaw of programming languages). I use a lot of php as well, mainly for work stuff, but I can spend ages criticising it. ๐Ÿ˜‰

Python is good, especially for building small lightweight gui apps.

C# is ok, lots of handy libraries, though I'm as likely to pick C/C++ or java.

* Yes I know badly written Perl can be a nightmare to try and maintain, but that is other people's Perl code ๐Ÿ˜‰

Easier to say what languages I would avoid at all costs, namely VB and Coldfusion, expecially coldfusion, it is a horrible nasty language and I hope it dies soon.


 
Posted : 13/10/2009 5:07 pm
Posts: 0
Free Member
 

I thought that was your forte, SFB (I am joking, really!)

that thought did cross my mind, though I try to get people to think rather than just confusing them ๐Ÿ™‚

But shouldn't workable code be transparent by definition?

in theory perhaps, but not often in practice...


 
Posted : 13/10/2009 5:08 pm
Posts: 0
Free Member
 

C


 
Posted : 13/10/2009 5:13 pm
Posts: 0
Free Member
 

PROC do.stuff (CHAN OF SP fs, ts)
SEQ
so.write.string.nl(fs, ts, "Hello World!")
SEQ i = 1 FOR 10
SEQ
so.write.int(fs, ts, i, 0)
so.write.nl(fs, ts)
:


 
Posted : 13/10/2009 5:14 pm
Posts: 31206
Full Member
 

So what are our favourite programming languages?

I mainly write in C at the moment - we do a lot of work on embedded devices. I'm currently coding up a consumer medical device on a microprocessor with 4KB RAM and 120KB Flash. And that's a lot for us ๐Ÿ˜ฏ

Having said that I also write C#, Java and C++. Plus all the supporting toy languages (Python, PHP, VB, SQL, HTML/CSS etc)


 
Posted : 13/10/2009 5:19 pm
Posts: 0
Free Member
 

on a microprocessor with 4KB RAM

bloody luxury lad! I used to program an 8051 with just 128 bytes of RAM :o) My current machine has 46,000,000 times as much...


 
Posted : 13/10/2009 5:26 pm
Posts: 0
Free Member
Topic starter
 

plop_pants - Member
I quite like vb.net, but in the asp.net world it doesn't seem that popular compared to c# so I'm going to retrain. Any book recommendations?
Also Linq to Sql, Css, Silverlight, Regular expressions etc? (got to finish asp.net unleashed first, only 1000 pages left to go!)

C# / VB.Net seems to be split about 60 / 40, so worth doing some of both (I stand to be corrected here) but my recommendations are:

[url= http://www.wrox.com/WileyCDA/WroxTitle/Beginning-ASP-NET-3-5-In-C-and-VB.productCd-047018759X.html ]Beginning ASP.Net In C# (and VB.Net)[/url]

[url= http://www.wrox.com/WileyCDA/WroxTitle/Professional-ASP-NET-3-5-In-C-and-VB.productCd-0470187573.html ]Professional ASP.Net (both languages)[/url] (covers linq and a bit of Silverlight)

Anything by Wrox is worth a look (I have a stack of their books!)

and

[url= http://apress.com/ ]Apress[/url] seem pretty good


 
Posted : 13/10/2009 5:30 pm
 IA
Posts: 563
Free Member
 

I see your slightly obscure or archaic mainstream languages, and raise you slightly obscure research languages:

!hello.

+!hello : true
<- .println("hello world").

Cookie for the first one to get it...


 
Posted : 13/10/2009 5:59 pm
Posts: 1642
Free Member
 

thanks Julian.
As I'm working towards getting a job in this area is there a core set of
skills that you think would provide an entry into the market? Or am I going to have to spend the next 6 months reading everything just to get a look-in? Being unemployed at the mo I need to get the balance right.


 
Posted : 13/10/2009 6:03 pm
Posts: 0
Free Member
Topic starter
 

@IA

Any clues?


 
Posted : 13/10/2009 6:05 pm
 IA
Posts: 563
Free Member
 

Hmm, how big a clue that's the question. I'll start with not so helpful one, as if it was easy, the game would be no fun ๐Ÿ˜‰

"!hello" is setting a goal to be achieved...

Of course, by "slightly obscure" it's possibly "very obscure" to folk not in my area of research. So this is likely to be more a test of google skills...


 
Posted : 13/10/2009 6:07 pm
Posts: 0
Free Member
Topic starter
 

@plop_pants

IM or email me: vdub1992[at]hotmail.co.uk

Happy to chat away from here!


 
Posted : 13/10/2009 6:15 pm
Posts: 91165
Free Member
 

Mmm, Java.


 
Posted : 13/10/2009 6:25 pm
Posts: 0
Free Member
 

I'm a toy programmer me! PHP 5 mainly. Have recently written a PAM module in C though and might dust off my Java skills just to keep current but really I'm very happy in PHP world.

toolset: php, apache, RHEL, textpad, vim, svn, phpdoc, phing, Zend Framework, MySQL, Oracle, XML, SOAP, XHTML etc..


 
Posted : 13/10/2009 6:43 pm
Posts: 0
Free Member
 

Oracle, XML, SOAP, XHTML etc..

a programmer using [b]soap[/b] ?? Is that allowed ?


 
Posted : 13/10/2009 6:51 pm
Posts: 0
Free Member
Topic starter
 

a programmer using soap ?? Is that allowed ?

This would be Open Source programmers washing their feet after they've been wearing socks with their sandals.

And yes, I do have three Marins AND a beard (sort of), before you ask...


 
Posted : 13/10/2009 10:35 pm
Posts: 460
Free Member
 

I left my first job writing assembler when i wrote a cheque in hexadecimal. Honestly, it was about then i decided i maybe needed a holiday.


 
Posted : 13/10/2009 11:00 pm
Posts: 0
Free Member
 

C is still cool and not bettered for micro-processors IMO.
C++ is ... interesting, and requires extreme paranoia to avoid difficult bugs
Java is very good now, if a tad verbose. And I dig Eclipse.
Perl is a personal fav. A Swiss army knife.
Ada good, if verbose
Python is nice to structure and read
VisualBasic - (feel sick)

Haven't tried any others


 
Posted : 14/10/2009 12:00 am
 IA
Posts: 563
Free Member
 

No-one guessed yet? And I could have chosen more obscure languages, pah, amateurs ๐Ÿ˜‰


 
Posted : 14/10/2009 10:55 am
Posts: 31206
Full Member
 

Looks like some kind of rule-based logic language, similar to Prolog?


 
Posted : 14/10/2009 11:15 am
Posts: 1409
Free Member
 

NZCol, That made me chuckle.

Up till 12 months ago I programmed assembler full time for the best part of a decade.

I actually remember dreaming in Z80!!


 
Posted : 14/10/2009 11:43 am
Posts: 0
Free Member
 

Never had to use COBOL, fortunately, not being old

Only had to use it once since uni, and that was Pro*Cobol (i.e. linked to an Oracle database). I was on site as an Oracle consultant and got asked if I could help on another project where the original programmer wasn't around any longer. Horrible language to work in.

At uni I was taught a lot of programming languages and of them I liked Pascal and Modula-2 - both of which are virtually unused in the real world. I've spend most of my career doing PL/SQL & SQL plus 4GL's and a bit of Java.


 
Posted : 14/10/2009 11:48 am
Posts: 0
Free Member
 

Looks like some kind of rule-based logic language, similar to Prolog?

I did Prolog at uni - not the nicest to work in 'cause of all the brackets if I recall correctly.


 
Posted : 14/10/2009 11:48 am
Posts: 0
Free Member
 

epicsteve you sure you aren't thinking of lisp ?


 
Posted : 14/10/2009 1:56 pm
Page 1 / 2