jueves, 22 de junio de 2017

Little library about Monads

I've write my own monad's library.

I downloaded some libraries of monads from internet. I've discovered that they use polymorphism procedural, as Corey Haines describes is his book. So I've written my own one. It has been funny, I've learned a lot about functional programming, high order functions and of course monads.

It's not a pet-project because, for me, I've finished the functionality that I thought and I've tried to write a little library.

The code lives here

¡¡¡¡Happy programming!!!!

domingo, 28 de mayo de 2017

Write a very simple compilator

I'm learning a new language called crystal is like ruby but statically typed and more efficient. So I'm playing with its compiler. A good starting is this link in spanish

Happy programming

domingo, 14 de mayo de 2017

viernes, 10 de marzo de 2017

domingo, 19 de febrero de 2017

New PetProject ReadOnlyList

It is a simple an easy pet-project for learning immutable data structure in dotnet.
The code lives here

lunes, 5 de diciembre de 2016

Little Pet Project Asp.Net Core

I´ve pushed a new little pet project with asp.net core
It has a little login and a CRUD with tasks. Remember that it´s a pet-project for testing this new tecnology.

Happy coding

viernes, 2 de diciembre de 2016