https://github.com/munificent/vigil
It seems pretty great, haha.
General alternative/less used programming language thread!
Brainfuck is pretty funny, you can read about it here: Brainfuck - Wikipedia, the free encyclopedia
There's also LOLCODE: LOLCODE - Wikipedia, the free encyclopedia
And last but not least, there's Befunge: Befunge - Wikipedia, the free encyclopedia
I've heard of things like D and other things like that, but was too lazy to research them. If anyone else knows any other less-used or unique programming languages, feel free to post them (And don't just say FORTRAN and Cobal and Pascal, haha. I mean less used like less number of programmers, past and present. Not just old)
Results 1 to 8 of 8
- 04 Jan. 2013 02:54am #1
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 1684.00
The best programming language ever?
- 04 Jan. 2013 03:15am #2
There is no "best programming language ever." Also esoteric programming languages are far from that.
Get this parody thread out of here.
- 04 Jan. 2013 03:20am #3
Lua. AutoIt/AutoHotKey. Delphi. Haskell.
They're all great programming languages that aren't that mainstream/popular/frequently used. At least ones that I've used that are pretty cool.
Edit: CoffeeScript and Go are also some languages that have been gaining traction as of lately.Last edited by The Unintelligible; 04 Jan. 2013 at 03:43am.
- 04 Jan. 2013 04:23pm #4
So joke languages aren't what I was expecting.
My vote is JavaScript, just for its extensibility. Cross-platform, for every platform, even ones that don't exist yet.
- 04 Jan. 2013 08:50pm #5
I know a gaming programming language. BYOND - Make & Play Online Multiplayer Games
Ya Bish
__________Contributions-
[How to make a FMP] • [FLP Guide] • [Gaia Gold FLP] • [Exchanging Guide]
[My Store] • [My Forum]
- 04 Jan. 2013 09:17pm #6
- 05 Jan. 2013 02:36am #7
- Join Date
- Apr. 2010
- Location
- When freedom is outlawed only outlaws will be free
- Posts
- 5,113
- Reputation
- 195
- LCash
- 1099.00
Haha that's actually a really good point you bring up.
If we're talking the most useful and powerful language spanning across platforms, I would say JavaScript in first because it has support for systems that don't exist yet, and HTML in second, because it's mostly design-based, but still has that non-existent-system type feature.
If we're talking ease of use, either Java or Python. Strength, C or C++. Power to do anything, I would say Assembly, since you can do virtually anything with it that has to do with moving bits and things haha.
- 05 Jan. 2013 03:56am #8
HTML isn't a programming language, and it's also kind of a prerequisite to JavaScript. At the same time, if you're dealing with extensibility, you may want to go with XHTML over HTML. Or maybe HTML5 for newer features (or the features JavaScript supports with it, to be specific), but that's pushing it since it's far from cross-browser.