DEV Community

Jesse
Jesse

Posted on

Most Esoteric Language You've Used

Title pretty much sums it up.

I work using a kind of unusual proprietary language (in the sense that it has a niche audience), and am wondering what the strangest language y'all have used is. ๐Ÿ˜„

Oldest comments (37)

Collapse
 
sam_ferree profile image
Sam Ferree

Depends on your definition of โ€œuseโ€ but I try to complete as many programming challenges as I can in Befunge, or Funge++ my procedural extension.

I wrote a template engine called Candle that was inspired by Razor, but used CSV files as the view model and wasnโ€™t specific to html. A company I worked for used that all the time for data conversion jobs in a smattering of ways. I originally developed it to take CSV output from one system and project it onto an XML template for upload into another system. Saved the company like $40k in consulting fees and they ended up using it for a whole bunch of stuff.

Wish I still had the compiler for it, it was pretty handy given the amount of data that lives only in spreadsheets...

Collapse
 
jldohmann profile image
Jesse

That sounds incredibly useful, I really hope you got a hefty raise for saving them so much $$

Collapse
 
leonimella profile image
Leoni Mella • Edited

Elixir. Not super esoteric, but the least used language that I use on work.

But I use a PHP framework called Phalcon and that I consider to much esoteric

Collapse
 
amananandrai profile image
amananandrai

I have used Brainf**k, Arnold C and Piet.


Piet is a language whose code looks like an abstract painting.
Collapse
 
jldohmann profile image
Jesse

Wow, I had no idea a language like Piet existed ๐Ÿ˜ฎ, I'm definitely going to check it out--it's right up my alley!

Collapse
 
daveparr profile image
Dave Parr

Tidal Cycles, a Haskell package to generate algorithmic rave music:

tidalcycles.org/index.php/Welcome

Collapse
 
ferceg profile image
ferceg

IBM Net.Data on AS/400... a long time ago in a company, far, far away.

mcpressonline.com/programming/web-...

("now" means ~year 2000)

Collapse
 
jonrandy profile image
Jon Randy ๐ŸŽ–๏ธ • Edited

I dabbled in Rockstar for fun - codewithrockstar.com - I guess that makes me a rockstar developer! ๐Ÿ˜›

I've also written in Z80 assembly language which I guess is quite unusual

Collapse
 
miketalbot profile image
Mike Talbot โญ

Woo Rockstar is hilariously cool. I think my weirdest assembler coding is ARM RISC on an Acorn Archimedes.

Collapse
 
madza profile image
Madza • Edited

Any real 10x dev codes in Whitespace :)

Collapse
 
gwutama profile image
Galuh Utama • Edited

Probably not esoteric but I have coded in nasm (netwide assembler) and prolog. Just for fun.

Collapse
 
eljayadobe profile image
Eljay-Adobe

For real applications, I think my most esoteric programming languages I have used have been: Prolog, Adam, Eve0.8, Eve2.

Prolog is a declarative language of relations, which solves for queries. I used it when I was a linguistics major. It was created by Alain Colmerauer and Robert Kowalski.

Adam is a declarative language of relations and constraints, which solves for state. It was created by Sean Parent.

Eve0.8 and Eve2 are declarative layout languages, for describing where static text, buttons, edit fields, pulldown, columns, rows, et cetera all go. They have similarities to WPF XAML. Both were also created by Sean Parent.

For toy programs, I've used quite a few of the well known different (and silly) programming languages.

Collapse
 
nathanminchow profile image
Nathan Minchow

I used Prolog in a programming languages course in college.

The class was supposed to introduce us to how different languages approached similar problems. I was able to make the switch to functional programming with Haskell pretty easily, but Prolog did not click.

Collapse
 
lbonanomi profile image
lbonanomi

I've taken money (very briefly) to debug procedures in TANDEM Access Command Language.