|
You are here |
herbsutter.com | ||
| | | | |
www.dotnet-tv.com
|
|
| | | | | [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language. | |
| | | | |
blog.robbowley.net
|
|
| | | | | ||
| | | | |
www.softdevtube.com
|
|
| | | | | 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, | |
| | | | |
jborza.com
|
|
| | | See the source book Programming in Lua targeted at Lua 5.0. Here are my notes in case I need to come back to it. Ill mostly note the differences to Python as thats what Im used to these days. Chunks Every piece of code is a chunk Semicolons may optionally follow statements This is valid, but ugly: a = 1 b = a*2 Global variables Dont need declaration, just assign a value to create it. | ||