Alexander Praetorius
Alexander Praetorius
So I recommend to go with: - http://www.bankofengland.co.uk/publications/Documents/quarterlybulletin/2014/qb14q1prereleasemoneyintro.pdf - https://www.youtube.com/watch?v=ziTE32hiWdk - http://www.bankofengland.co.uk/publications/Documents/quarterlybulletin/2014/qb14q1prereleasemoneycreation.pdf You listed all of them. Throw away the other crap, because it's just interpretation of the truth -...
No not everything is an interpretation of the truth. There is a Javascript Specification and that Specification is what implementations fullfill (even though they might differ in some minor aspects)...
You have to become familiar with those formalisms, otherwise you will turn in circles.
The key to money how it works in our time is understanding balance sheets and accounting. If you don't start there, you cannot understand money because everything what you read...
You can drive a car and imagine it is powered by magic even though it works different. People observe money the way they experience it and draw conclusions from that,...
That is true, but I think a nice approach would be to first discover those rules and once familiar with them (because they describe the status quo) it would be...
No, you can learn that in mere days maybe weeks. It's dead simple. https://www.youtube.com/watch?v=ixCPM5HznRU There are tons of other videos. If you try to figure it out with the same...
> I didn't get the before/after stuff :s > > You lend me money. > relationship 1 begins > Time passes. > I give you the money back. > relationship...
``` js // INITIALIZE ECONOMY var economy = []; var emptyBalance = function () { return { _: { nick : { claims: {}}, alex : { liabilities: {}} },...
I do not have a narrow view, i just express it with more precisicion. Math is a language. Programming Languages too. If you want to express something with as little...