non-mainstream programming languages

Posted By: ventilator

non-mainstream programming languages - 11/13/11 21:45

this weekend i experimented with google's go a bit. i kind of like it and i am looking forward to version 1.0 at the beginning of next year. i also checked out scala a bit recently. it looks like a nice alternative to java.

i thought a thread about non-mainstream (or even esoteric) programming languages would be interesting. laugh

http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html

Code:
1 	1 		Java
2 	2 		C
3 	3 		C++
4 	5 		C#
5 	4 		PHP
6 	8 		Objective-C
7 	7 		(Visual) Basic
8 	6 		Python
9 	11 		JavaScript
10 	9 		Perl



what languages that aren't in the top ten here do you like (delphi, lua and actionscript don't count either)? did you use one for a real project?
Posted By: Toast

Re: non-mainstream programming languages - 11/13/11 22:05

I'd like to hear some opinions on D. What I read did sound pretty nice but it seems it doesn't get that much attention...
Posted By: Quad

Re: non-mainstream programming languages - 11/13/11 23:36

http://lolcode.com/
Code:
HAI
CAN HAS STDIO?
I HAS A VAR
GIMMEH VAR
IZ VAR BIGGER THAN 10?
	YARLY
		BTW this is true
		VISIBLE "BIG NUMBER!"
	NOWAI
		BTW this is false
		VISIBLE "LITTLE NUMBER!"
	KTHX
KTHXBYE


Posted By: Tempelbauer

Re: non-mainstream programming languages - 11/14/11 11:08

my favorites:
http://en.wikipedia.org/wiki/Brainfuck
http://en.wikipedia.org/wiki/Whitespace_(programming_language)
http://en.wikipedia.org/wiki/Shakespeare_(programming_language)
http://en.wikipedia.org/wiki/Chef_(programming_language)

does anyone can program a very old language (like ALGOL60)?
Posted By: Xarthor

Re: non-mainstream programming languages - 11/14/11 17:04

Scala as alternative to Java? lol

Anyway here some other languages:
SML, Haskell, Erlang (all functional programming languages)
Posted By: ventilator

Re: non-mainstream programming languages - 11/14/11 17:51

why not? details please! laugh superficially it for sure looks much nicer than java but i haven't really used it.

Quote:
I'd like to hear some opinions on D. What I read did sound pretty nice but it seems it doesn't get that much attention...
i like d. but i didn't do any bigger project with it either. laugh d is similar to c++ but without some of its biggest annoyances. i currently find go more interesting though.

i really dislike c++ and only use it if i absolutely need the functionality of a library that isn't available for other languages. java and c# are an improvement but i wouldn't really call them great languages either. i more and more think that it's better to ignore the popularity of a language and concentrate on what is fun to use. it also doesn't hurt to know a lot of languages.

Quote:
does anyone can program a very old language (like ALGOL60)?
basic and c are very old too. laugh
Posted By: WretchedSid

Re: non-mainstream programming languages - 11/14/11 20:01

Clojure
Posted By: FlorianP

Re: non-mainstream programming languages - 11/14/11 23:28

Haskell
Posted By: Uhrwerk

Re: non-mainstream programming languages - 11/15/11 02:59

Prolog
Posted By: Michael_Schwarz

Re: non-mainstream programming languages - 11/15/11 04:54

WDL grin
Posted By: Uhrwerk

Re: non-mainstream programming languages - 11/15/11 16:01

You have gone to far, Michael! tongue
Posted By: Tempelbauer

Re: non-mainstream programming languages - 11/16/11 00:11

letīs create our own crazy programming language

the language should
- be easy to learn (like lite-c)
- be free of features like classes, generics or reflection (no pain no gain)
- allow writing high intellectually looking source code comments
- be robust, secure, scalable, bla, bla (just for marketing)
- be supported by SED
written applications should
- be runnable on windows-pcīs and galep-chips (and maybe, in the next century, also on android)
- look fantastic or crash by a malfunction

we could name it "jcl" (an recursive acronym for "jcl coding language")
Posted By: Redeemer

Re: non-mainstream programming languages - 11/16/11 02:20

I want to try Shakespeare. grin

Originally Posted By: Tempelbauer
letīs create our own crazy programming language

*lots of features*

we could name it "jcl" (an recursive acronym for "jcl coding language")

Well that sounds great except No.
Posted By: JibbSmart

Re: non-mainstream programming languages - 11/16/11 04:15

...except Yes! Not to just disagree with Redeemer for the sake of it, I really like the idea of "jcl" standing for "jcl coding language", and therefore we must create such a language.
Posted By: EvilSOB

Re: non-mainstream programming languages - 11/16/11 09:02

Wouldnt be easier to just re-name C-Script to JCL?
Posted By: ventilator

Re: non-mainstream programming languages - 11/16/11 10:45

i like the jcl idea too. laugh

has anyone here worked on his own language? i have never looked into this and wouldn't even know where to start. i think some languages like boo make it quite easy to change their syntax though.
Posted By: mk_1

Re: non-mainstream programming languages - 11/16/11 10:46

start with lex and yacc, it's not that hard.
Posted By: Xarthor

Re: non-mainstream programming languages - 11/17/11 07:12

Well Scala (afaik) is a language which adds features from the functional programming world to an object oriented programming language. So if you only use it in an object oriented way you miss out on many great features. But yes you didn't say that, so of course it's an alternative to Java. But what I meant was: don't miss out on the functional part of Scala, it makes a lot of things easier. Of course functional programming is not the answer to all problems.
Anyway Scala is a language I want to look into in the future too.

By the way another language (family) not on the list is:
Assembler grin

edit:
Another one would be Fortran
Posted By: gri

Re: non-mainstream programming languages - 11/17/11 10:11



cobol
Posted By: PadMalcom

Re: non-mainstream programming languages - 11/17/11 12:32

I like Delphi!

Try http://www.antlr.org/ to write your own language and/or get the "Dragon Book".

@gri: If you really want to make money, grab all Cobol developers you can find and build up an IT Service Company for banks and insurances. You'll get rich! laugh
Posted By: ventilator

Re: non-mainstream programming languages - 11/17/11 12:36

when i worked at the red cross during my alternative civilian service they asked me if i could fix a problem in their administrative software. it was written in cobol and the code looked so horrible to me that i said: no, thanks! laugh

but i guess you could really make a lot of money with cobol skills.
Posted By: Tempelbauer

Re: non-mainstream programming languages - 11/17/11 15:40

Quote:
Try http://www.antlr.org/ to write your own language and/or get the "Dragon Book".

i dont like antlr. complicated overwrite-syntax and slower than a snail on valium

i prefer goldparser. it has many native engines for many programming languages, is fast, has a good ide and the parser-syntax is very easy
Posted By: gri

Re: non-mainstream programming languages - 11/18/11 07:24

A small funny song came in mind as I thought about Fortran.

Orignal song ist from the beatles "Let it be"

Quote:

When I find my code in tons of trouble,

Friends and colleagues come to me,

Speaking words of wisdom:

"Write in C."

As the deadline fast approaches,

And bugs are all that I can see,

Somewhere, someone whispers:

"Write in C."

Write in C, Write in C,

Write in C, oh, Write in C.

LOGO's dead and buried,

Write in C.

I used to write a lot of FORTRAN,

For science it worked flawlessly.

Try using it for graphics!

Write in C.

If you've just spent nearly 30 hours,

Debugging some assembly,

Soon you will be glad to

Write in C.

Write in C, Write in C,

Write in C, yeah, Write in C.

BASIC's not the answer.

Write in C.

Write in C, Write in C

Write in C, oh, Write in C.

Pascal won't quite cut it.

Write in C.

Posted By: PadMalcom

Re: non-mainstream programming languages - 11/18/11 12:34

This is awesome!!! grin I'm still laugthing!
Posted By: Tempelbauer

Re: non-mainstream programming languages - 11/18/11 17:07

very nice, love it grin
© 2024 lite-C Forums