An oral history of Bank Python (2021)
calpaterson.com
An oral history of Bank Python (2021)
1–10 of 74 posts
Re: An oral history of Bank Python (2021)
#2Right out of the gates, it's crazy how this contrasts with Mercury's Haskell infra
Re: An oral history of Bank Python (2021)
#3Re: An oral history of Bank Python (2021)
#4> Time to drop a bit of a bombshell: the [Barbara] source code is in Barbara too, not on disk. Remain composed. It's kept in a special Barbara ring called sourcecode.
Re: An oral history of Bank Python (2021)
#5Re: An oral history of Bank Python (2021)
#6>Applications also commonly store their internal state in Barbara - writing dataclasses straight in and out with only very simple locking and transactions (if any). Right out of the gates, it's crazy how this contrasts with Mercury's Haskell infra https://blog.haskell.org/a-couple-million-lines-of-haskell/
But also I suppose you may be saying exactly this?
Re: An oral history of Bank Python (2021)
#7>Applications also commonly store their internal state in Barbara - writing dataclasses straight in and out with only very simple locking and transactions (if any). Right out of the gates, it's crazy how this contrasts with Mercury's Haskell infra https://blog.haskell.org/a-couple-million-lines-of-haskell/
Eh, to be fair, this post is about a _bank_, and the one you've linked is about _fintech_. They are not even close to the same space, even though they both deal with money. But also I suppose you may be saying exactly this?
Re: An oral history of Bank Python (2021)
#8Some of the folk that built that (or worked on it) ended up at JPM and Merrill where they built the Python centric version - Alpha and Quartz respectively. Barclays Capital has/had a similar system as well I think, but it’s not one I know about offhand - they did though, memorably, have a system that was pretty much Haskell-in-Excel.
Re: An oral history of Bank Python (2021)
#9Re: An oral history of Bank Python (2021)
#10>Applications also commonly store their internal state in Barbara - writing dataclasses straight in and out with only very simple locking and transactions (if any). Right out of the gates, it's crazy how this contrasts with Mercury's Haskell infra https://blog.haskell.org/a-couple-million-lines-of-haskell/