Explore >> Select a destination


You are here

nabeelvalley.co.za
| | 128bit.io
5.3 parsecs away

Travel
| | If you've read any significant amount of my blog you've probably realized that I'm fascinated with programming languages; more precisely the syntax, the community, and the purpose of the language. Elixir happens to be one of these languages that has recently caught my attention. I love the ideas functional programming brings and how you to solve problems as a result of those ideas. One of the things that functional programming is helping people to solve is how to get the most out of systems that have mul...
| | culttt.com
4.5 parsecs away

Travel
| | Elixir is a functional programming language which makes use of the Pipe Operator to simplify the combining of functions and data transformations.
| | bloeys.com
3.5 parsecs away

Travel
| | In 'Thought 2: Regex is Like Assembly' I wondered why we are still doing regex in this kind of hard to understand, symbolic way, when we have already invented high level programming languages. There is no reason regex can't be written as clearly as any other programming language we use today. I thought doing this would be an interesting project, and so I came up with Regexl, a high level language for writing regex, that can be used as a simple library.
| | killalldefects.com
22.8 parsecs away

Travel
| In this article I'll walk you through using the Compromise NLP JavaScript library to interpret player input in text-based adventure games. Interactive Fiction In text-based games, also known as Interactive Fiction or IF, the game describes a room to the player who then types in a command and the game ...