/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

cukic.co
| | www.dotnet-tv.com
2.6 parsecs away

Travel
| | [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language.
| | meh.schizofreni.co
2.2 parsecs away

Travel
| | [AI summary] The author discusses switching to Erlang for a functional programming project to implement efficient boolean filtering and concurrency, sharing the resulting code.
| | www.softdevtube.com
2.5 parsecs away

Travel
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,
| | thebreakfastpost.com
16.4 parsecs away

Travel
| In a bid to expand my programming brain by learning something about "dependent types", I recently bought the Idris book. (Idris is a pure functional programming language that is mostly known for supporting dependent types. Not knowing what that really meant, and seeing that this recently-published book written by the author of the language was...