http://rosetta.alhur.es/compare/nim/go/#Matrix_arithmetic Nim: proc det[M,N](a: Matrix[M,N]): float = let n = toSeq 0..a.high for sigma, sign in n.permutations: var x = sign.float for i in n: x *= a[i][sigma[i]] result…
Is your point that Bitcoin is an anarchist currency for buying drugs, and nothing else? That it can't possibly have value outside of online payments? "BTC" is just the unit of account powering the blockchain. You can…
- Game engine: https://github.com/rnentjes/nim-ludens - Another: https://github.com/Vladar4/nimgame - Aporia IDE: https://github.com/nim-lang/Aporia - Web framework: https://github.com/dom96/jester - Jade templating:…
http://rosetta.alhur.es/compare/nim/go/#Matrix_arithmetic Nim: proc det[M,N](a: Matrix[M,N]): float = let n = toSeq 0..a.high for sigma, sign in n.permutations: var x = sign.float for i in n: x *= a[i][sigma[i]] result…
Is your point that Bitcoin is an anarchist currency for buying drugs, and nothing else? That it can't possibly have value outside of online payments? "BTC" is just the unit of account powering the blockchain. You can…
- Game engine: https://github.com/rnentjes/nim-ludens - Another: https://github.com/Vladar4/nimgame - Aporia IDE: https://github.com/nim-lang/Aporia - Web framework: https://github.com/dom96/jester - Jade templating:…