Weirdest Programming Language You Ran Across

  • Thread starter Thread starter Luglige
  • Start date Start date
  • Views Views 4,060
  • Replies Replies 45
  • Likes Likes 1
Has anyone here tried to use xcode for iPhone apps? Last time I tired, you basically had to code open tags, then your code and then your open tags again to close everything. Not just like <c> </c> but like everything you coded again but almost backwards.
 
  • Like
Reactions: Luglige
I've always been a big fan of Befunge: https://esolangs.org/wiki/Befunge

It uses a two dimensional grid of characters that an instruction pointer travels through, executing instructions as it lands on top of them. It includes such operators as the # (or trampoline) operator, which causes the pointer to jump over the next operation rather than execute it.

Apparently the point was to create a language that's really hard to write a compiler for.
 

Site & Scene News

Popular threads in this forum