Does anyone agree that would be interesting to create a minimalist version of the original bitcoin client that would be ideal for learning purposes. It would strip everything that is not relevant for the most simple implementation of code possible. Things like script operands and so would be stripped, making the client as thin and with as few lines of code as possible. Only the most basic features would be there but still you would have a blockchain and mining, node discovery and network,transactions processing to allow for sending and receiving BTC, address creation and wallet management.
It would still be it but it would be an extreme light code that would be ideal for learning.
Ideally with only some 4k or 5k lines of code instead of the original 12k.
It main purpose would be as a pedagogic tool for newbie coders to learn about the bitcoin internals from the standpoint of aiming to further the knowledge when you quite understand Satoshi paper but would like more exposure and understanding of the internals in terms of code.
Maybe we could have that baby both in C++ and Java (Swing).
I am willing to help in what I can, as a nerd