Regex oriented programming

Torkel Velure

Lightning talkWednesday: 10:40 - 11:25Kongesalen 4

Regex is widely considered the least readable code programmers write. So naturally, we should write as much Regex as possible. In this talk we’ll look at some unreadable, but elegant solutions to difficult problems. If you have a string representation of a chess board, can you find out if the king is in check, by only writing Regex?