exotic

What are some exotic parsing techniques?

I've been parsing poker hand histories for the past year and have learned quite a deal about parsing in general. We started with regexes but quickly realized that wouldn't scale easily. We skipped languages from ruby to c++ and finally came to grips that it was the algorithim that had to change. We picked up Boost::Spirit and watched o...

Other than APL, what programming languages result in exotic looking code?

I have the urge to write some code that will have people passing by my desk and looking saying, "What the !@#$ is that?". The obvious candidate is APL, but I can't find a suitable compiler/interpreter. So can someone suggest a serious programming language which uses exotic looking code? Somethings to observe: I said exotic looking, n...